#D9D8CC

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

Shades of Green White #D9D8CC

Tints of Green White #D9D8CC

Color information

#D9D8CC (or 0xD9D8CC) is unknown color: approx Green White. HEX triplet: D9, D8 and CC. RGB value is (217,216,204). Sum of RGB (Red+Green+Blue) = 217+216+204=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8CC is #262733. Grayscale: #D6D6D6. Windows color (decimal): -2500404 or 13424857. OLE color: 13424857.

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

Color convert

RGB217216204-
CMYK00.000.060.15
HSL55.38º14.61%82.55%-
HSV(B)55.38º5.99%85.1%-
XYZ64.0768.2266.92-
YUV214.93121.83129.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.07%
GREEN value IS 216 (84.77% from 255) = 33.91%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=34.07%
G=33.91%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721620400.000.060.1555.3814.6182.55
HexD9D8CC006F37f53
Octal331330314006176717123
Binary11011001110110001100110000110111111011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8CC; }

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

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

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

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

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

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

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

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