#D9DACD

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

Shades of Green White #D9DACD

Tints of Green White #D9DACD

Color information

#D9DACD (or 0xD9DACD) is unknown color: approx Green White. HEX triplet: D9, DA and CD. RGB value is (217,218,205). Sum of RGB (Red+Green+Blue) = 217+218+205=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DACD is #262532. Grayscale: #D8D8D8. Windows color (decimal): -2499891 or 13490905. OLE color: 13490905.

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

Color convert

RGB217218205-
CMYK0.0000.060.15
HSL64.62º14.94%82.94%-
HSV(B)64.62º5.96%85.49%-
XYZ64.7169.367.72-
YUV216.22121.67128.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.91%
GREEN value IS 218 (85.55% from 255) = 34.06%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=33.91%
G=34.06%
B=32.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172182050.0000.060.1564.6214.9482.94
HexD9DACD006F41f53
Octal3313323150061710117123
Binary110110011101101011001101001101111100000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DACD; }

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

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

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

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

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

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

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

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