Farbnamensysteme für CSS

Vorsicht! Keines der hier kurz vorgestellten Nomenklatursysteme ist derzeit in CSS oder HTML erlaubt, obwohl die meisten aus historischen Gründen X11 unterstützen und CNS wohl ursprünglich schon für CSS Level 1 vorgesehen war. Lediglich die 16 bekannten VGA-Farben sind erlaubt und voll kompatibel zu den anderen Systemen:

Black
#000000
Silver
#C0C0C0
Gray
#808080
White
#FFFFFF
Maroon
#800000
Red
#FF0000
Purple
#800080
Fuchsia
#FF00FF
Green
#008000
Lime
#00FF00
Olive
#808000
Yellow
#FFFF00
Navy
#000080
Blue
#0000FF
Teal
#008080
Aqua
#00FFFF

Darüber hinaus definiert CSS Level 2 27 so genannte Systemfarben, die vom GUI des Benutzers abhängen, theoretisch könnten sie auch aus Farbverläufen oder -mustern bestehen:

ActiveBorder
Active window border.
ActiveCaption
Active window caption.
AppWorkspace
Background color of multiple document interface.
Background
Desktop background.
ButtonFace
Face color for three-dimensional display elements.
ButtonHighlight
Dark shadow for three-dimensional display elements (for edges facing away from the light source).
ButtonShadow
Shadow color for three-dimensional display elements.
ButtonText
Text on push buttons.
CaptionText
Text in caption, size box, and scrollbar arrow box.
GrayText
Grayed (disabled) text. This color is set to #000 if the current display driver does not support a solid gray color.
Highlight
Item(s) selected in a control.
HighlightText
Text of item(s) selected in a control.
InactiveBorder
Inactive window border.
InactiveCaption
Inactive window caption.
InactiveCaptionText
Color of text in an inactive caption.
InfoBackground
Background color for tooltip controls.
InfoText
Text color for tooltip controls.
Menu
Menu background.
MenuText
Text in menus.
Scrollbar
Scroll bar gray area.
ThreeDDarkShadow
Dark shadow for three-dimensional display elements.
ThreeDFace
Face color for three-dimensional display elements.
ThreeDHighlight
Highlight color for three-dimensional display elements.
ThreeDLightShadow
Light color for three-dimensional display elements (for edges facing the light source).
ThreeDShadow
Dark shadow for three-dimensional display elements.
Window
Window background.
WindowFrame
Window frame.
WindowText
Text in windows.
Christoph Päper, christoph@paeper.de

URI: home.tu-clausthal.de/~ktcwcp/Webdesign/Farbsysteme/.