#D9DAC6

Color #D9DAC6 Green White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green White #D9DAC6

Tints of Green White #D9DAC6

Color information

#D9DAC6 (or 0xD9DAC6) is unknown color: approx Green White. HEX triplet: D9, DA and C6. RGB value is (217,218,198). Sum of RGB (Red+Green+Blue) = 217+218+198=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DAC6 is #262539. Grayscale: #D7D7D7. Windows color (decimal): -2499898 or 13032153. OLE color: 13032153.

HSL color Cylindrical-coordinate representation of color #D9DAC6: hue angle of 63º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9DAC6 is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB217218198-
CMYK0.0000.090.15
HSL63º21.28%81.57%-
HSV(B)63º9.17%85.49%-
XYZ63.8868.9763.37-
YUV215.42118.17129.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 34.28%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 198 (77.73% from 255) = 31.28%
R=34.28%
G=34.44%
B=31.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172181980.0000.090.156321.2881.57
HexD9DAC6009F3f1552
Octal3313323060011177725122
Binary1101100111011010110001100010011111111111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAC6; }

 p { color: rgb(217,218,198); }

 H1.HeaderClassName
 {
   color: #D9DAC6;
 }
 .AnyTagClassName
 {
   color: #D9DAC6;
 }
</style>
background-color css

<style>
 a { background-color: #D9DAC6; }

 a { background-color: rgb(217,218,198); }

 div.DivClassName
 {
   background-color: #D9DAC6;
 }
 .BgClassName
 {
   background-color: #D9DAC6;
 }
</style>
border-color css

<style>
 span { border-color: #D9DAC6; }

 span { border-color: rgb(217,218,198); }

 td.TdClassName
 {
   border-color: #D9DAC6;
 }
 .TagClassName
 {
   border-color: #D9DAC6;
 }
</style>