#D9DAC8

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

Shades of Green White #D9DAC8

Tints of Green White #D9DAC8

Color information

#D9DAC8 (or 0xD9DAC8) is unknown color: approx Green White. HEX triplet: D9, DA and C8. RGB value is (217,218,200). Sum of RGB (Red+Green+Blue) = 217+218+200=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DAC8 is #262537. Grayscale: #D7D7D7. Windows color (decimal): -2499896 or 13163225. OLE color: 13163225.

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

Color convert

RGB217218200-
CMYK0.0000.080.15
HSL63.33º19.57%81.96%-
HSV(B)63.33º8.26%85.49%-
XYZ64.1169.0664.6-
YUV215.65119.17128.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.17%
GREEN value IS 218 (85.55% from 255) = 34.33%
BLUE value IS 200 (78.52% from 255) = 31.50%
R=34.17%
G=34.33%
B=31.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172182000.0000.080.1563.3319.5781.96
HexD9DAC8008F3f1452
Octal3313323100010177724122
Binary1101100111011010110010000010001111111111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAC8; }

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

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

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

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

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

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

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

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