#D8D9CC

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

Shades of Green White #D8D9CC

Tints of Green White #D8D9CC

Color information

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

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

Color convert

RGB216217204-
CMYK0.0000.060.15
HSL64.62º14.61%82.55%-
HSV(B)64.62º5.99%85.1%-
XYZ64.0368.5866.99-
YUV215.22121.67128.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.91%
GREEN value IS 217 (85.16% from 255) = 34.07%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=33.91%
G=34.07%
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
Decimal2162172040.0000.060.1564.6214.6182.55
HexD8D9CC006F41f53
Octal3303313140061710117123
Binary110110001101100111001100001101111100000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D9CC; }

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

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

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

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

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

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

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

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