#D9DACC

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

Shades of Green White #D9DACC

Tints of Green White #D9DACC

Color information

#D9DACC (or 0xD9DACC) is unknown color: approx Green White. HEX triplet: D9, DA and CC. RGB value is (217,218,204). Sum of RGB (Red+Green+Blue) = 217+218+204=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DACC is #262533. Grayscale: #D8D8D8. Windows color (decimal): -2499892 or 13425369. OLE color: 13425369.

HSL color Cylindrical-coordinate representation of color #D9DACC: hue angle of 64.29º degrees, saturation: 0.16, 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 #D9DACC is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217218204-
CMYK0.0000.060.15
HSL64.29º15.91%82.75%-
HSV(B)64.29º6.42%85.49%-
XYZ64.5969.2567.09-
YUV216.1121.17128.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.96%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 204 (80.08% from 255) = 31.92%
R=33.96%
G=34.12%
B=31.92%

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
Decimal2172182040.0000.060.1564.2915.9182.75
HexD9DACC006F401053
Octal3313323140061710020123
Binary1101100111011010110011000011011111000000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DACC; }

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

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

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

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

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

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

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

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