|
About the Internet About Web Browsers Why Domain Names HTML vs XHTML Making Webpage Files Naming Webpage Files About HTML Tags Basic HTML Page DTDs and Doctype Tags Spaces and New Lines Special Characters Bold, Italics, More Writing Headlines Adding Links Making Lists Comments in HTML How to Add Images Sources of Images Image File Formats Optimizing Images Color in HTML & CSS "Web-safe" Color Chart Making Tables Formatting with Tables Making Forms Using Imagemaps Using Frames Meta Tags Intro to CSS Ways to include CSS Some Useful CSS CSS Hover for Links Promoting Your Site How-To's Homepage Links |
Web-Safe Colors and ChartWhy web-safeWeb-safe colors are colors that show up as solid colors in all web browsers and systems that display at least 216 colors. These days that's pretty much all of them. Non web-safe colors may dither on some monitors. When their computer tries tofigure out how to display this color that it can't display, it shows a mix of dots in two different colors. What is a beautiful beige on one monitor may be pink and purple dots on another one! Is it necessary?These days most users have millions of color available why not use the others? This question is discussed in an interesting Webmonkey article that you should read if you will be working with bothe graphics and colors on the web. They com up with a very small "Really-safe pallette" of colors that that are rendered the same whether in an image or html background on systems with different numbers of colors. If you are using a color in a limited area such as a font color or a small part of a graphic and a non web-safe color really is noticeably better, you can probably get away with using it. I still wouldn't advise using one for large areas or background. If you do, find out what it looks like on as many systems as possible. Knowing which colors are web-safe is easy. They all follow a simple rule. Only use 00, 33, 66, 99, cc, or ff for each color component (red, green, or blue). Web Safe Color Chart
|


