#D9D8CE

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

Shades of Green White #D9D8CE

Tints of Green White #D9D8CE

Color information

#D9D8CE (or 0xD9D8CE) is unknown color: approx Green White. HEX triplet: D9, D8 and CE. RGB value is (217,216,206). Sum of RGB (Red+Green+Blue) = 217+216+206=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8CE is #262731. Grayscale: #D7D7D7. Windows color (decimal): -2500402 or 13555929. OLE color: 13555929.

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

Color convert

RGB217216206-
CMYK00.000.050.15
HSL54.55º12.64%82.94%-
HSV(B)54.55º5.07%85.1%-
XYZ64.3168.3268.19-
YUV215.16122.83129.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.96%
GREEN value IS 216 (84.77% from 255) = 33.80%
BLUE value IS 206 (80.86% from 255) = 32.24%
R=33.96%
G=33.80%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721620600.000.050.1554.5512.6482.94
HexD9D8CE005F37d53
Octal331330316005176715123
Binary11011001110110001100111000101111111011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8CE; }

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

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

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

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

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

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

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

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