You should only use the 216 colors in the standard palette supported by both Internet Explorer and Netscape Navigator to ensure that your page will look good on systems running in 256-color mode. These colors include any combination of red, green, and blue components of 0, 51, 102, 153, 204, and 255 (hex 00, 33, 66, 99, CC, and FF). The following graphic shows all 216 colors:
Should you decide to use a non supported color the below chart will still provide a good starting point for identifying the color.
| XX | 00 | 33 | 66 | 99 | CC | FF |
| 0000XX | ||||||
| 0033XX | ||||||
| 0066XX | ||||||
| 0099XX | ||||||
| 00CCXX | ||||||
| 00FFXX | ||||||
| XX | 00 | 33 | 66 | 99 | CC | FF |
| 3300XX | ||||||
| 3333XX | ||||||
| 3366XX | ||||||
| 3399XX | ||||||
| 33CCXX | ||||||
| 33FFXX | ||||||
| XX | 00 | 33 | 66 | 99 | CC | FF |
| 6600XX | ||||||
| 6633XX | ||||||
| 6666XX | ||||||
| 6699XX | ||||||
| 66CCXX | ||||||
| 66FFXX | ||||||
| XX | 00 | 33 | 66 | 99 | CC | FF |
| 9900XX | ||||||
| 9933XX | ||||||
| 9966XX | ||||||
| 9999XX | ||||||
| 99CCXX | ||||||
| 99FFXX | ||||||
| XX | 00 | 33 | 66 | 99 | CC | FF |
| CC00XX | ||||||
| CC33XX | ||||||
| CC66XX | ||||||
| CC99XX | ||||||
| CCCCXX | ||||||
| CCFFXX | ||||||
| XX | 00 | 33 | 66 | 99 | CC | FF |
| FF00XX | ||||||
| FF33XX | ||||||
| FF66XX | ||||||
| FF99XX | ||||||
| FFCCXX | ||||||
| FFFFXX |
Select Colors from Netscape pallet
| COLOR | __________ | #XXXXXX | RxxxGxxxBxxx (Codes used by some graphics programs) |
| BLACK* | #000000 | R0G0B0 | |
| BLUE* | #0000FF | R0G0B255 | |
| GREEN | #006600 | R0G102B00 | |
| LT BLUE | #0099FF | R0G153B255 | |
| LIME* | #00FF00 | R0G255B0 | |
| CYAN* | #00FFFF | R0G255B255 | |
| BROWN | #663333 | R102G51B51 | |
| PURPLE | #990099 | R153G0B153 | |
| VIOLET | #CC00FF | R204G0B255 | |
| OLIVE | #999933 | R153G153B51 | |
| GREY | #CCCCCC | R204G204B204 | |
| SKY BLUE | #CCFFFF | R204G255B255 | |
| RED* | #FF0000 | R255G0B0 | |
| MAGENTA* or FUCHIA* |
#FF00FF | R255G0B255 | |
| PINK | #FF99CC | R255G153B204 | |
| GOLD | #FFCC00 | R255G204B0 | |
| YELLOW* | #FFFF00 | R255G255B0 | |
| WHITE* | #FFFFFF | R255G255B255 |
*name gives color in BGCOLOR="name"
| NAME | __________ | #XXXXXX |
| aliceblue* | X | #F0F8FF |
| antiquewhite* | X | #FAEBD7 |
| aqua* | X | #00FFFF |
| aquamarine* | X | #7FFFD4 |
| azure* | X | #F0FFFF |
| beige* | X | #F5F5DC |
| bisque* | X | #FFE4C4 |
| black* | X | #000000 |
| cyan* | X | #00FFFF |
| hotpink* | X | #FF69B4 |
| gold* | X | #FFD700 |