Shades of Green White #D9D9CB
Tints of Green White #D9D9CB
RGB
CMYK
RGB Variations
Color information
#D9D9CB (or 0xD9D9CB) is known color: Green White. HEX triplet: D9, D9 and CB. RGB value is (217,217,203). Sum of RGB (Red+Green+Blue) = 217+217+203=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D9CB is #262634. Grayscale: #D7D7D7. Windows color (decimal): -2500149 or 13359577. OLE color: 13359577.
HSL color Cylindrical-coordinate representation of color #D9D9CB: hue angle of 60º 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 #D9D9CB is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 217 | 203 | - |
| CMYK | 0 | 0 | 0.06 | 0.15 |
| HSL | 60º | 0.16% | 0.82% | - |
| HSV(B) | 60º | 0.06% | 0.85% | - |
| XYZ | 64.21 | 68.69 | 66.37 | - |
| YUV | 215.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 217 | 203 | 0 | 0 | 0.06 | 0.15 | 60 | 0.16 | 0.82 |
| Hex | D9 | D9 | CB | 0 | 0 | 6 | F | 3C | 10 | 52 |
| Octal | 331 | 331 | 313 | 0 | 0 | 6 | 17 | 74 | 20 | 122 |
| Binary | 11011001 | 11011001 | 11001011 | 0 | 0 | 110 | 1111 | 111100 | 10000 | 1010010 |
Color Harmonies of #D9D9CB
Complementary color
Monochromatic Colors of #D9D9CB
Black with #D9D9CB
Text Example
Text Example
White with #D9D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D9CB; }
p { color: rgb(217,217,203); }
H1.HeaderClassName
{
color: #D9D9CB;
}
.AnyTagClassName
{
color: #D9D9CB;
}
</style>
background-color css
<style>
a { background-color: #D9D9CB; }
a { background-color: rgb(217,217,203); }
div.DivClassName
{
background-color: #D9D9CB;
}
.BgClassName
{
background-color: #D9D9CB;
}
</style>
border-color css
<style>
span { border-color: #D9D9CB; }
span { border-color: rgb(217,217,203); }
td.TdClassName
{
border-color: #D9D9CB;
}
.TagClassName
{
border-color: #D9D9CB;
}
</style>