#D9D8CB

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

Shades of Green White #D9D8CB

Tints of Green White #D9D8CB

Color information

#D9D8CB (or 0xD9D8CB) is unknown color: approx Green White. HEX triplet: D9, D8 and CB. RGB value is (217,216,203). Sum of RGB (Red+Green+Blue) = 217+216+203=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8CB is #262734. Grayscale: #D6D6D6. Windows color (decimal): -2500405 or 13359321. OLE color: 13359321.

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

Color convert

RGB217216203-
CMYK00.000.060.15
HSL55.71º15.56%82.35%-
HSV(B)55.71º6.45%85.1%-
XYZ63.9568.1866.29-
YUV214.82121.33129.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.12%
GREEN value IS 216 (84.77% from 255) = 33.96%
BLUE value IS 203 (79.69% from 255) = 31.92%
R=34.12%
G=33.96%
B=31.92%

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
Decimal21721620300.000.060.1555.7115.5682.35
HexD9D8CB006F381052
Octal331330313006177020122
Binary110110011101100011001011001101111111000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8CB; }

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

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

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

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

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

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

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

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