Shades of Green White #D9D8CC
Tints of Green White #D9D8CC
RGB
CMYK
RGB Variations
Color information
#D9D8CC (or 0xD9D8CC) is known color: 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
| RGB | 217 | 216 | 204 | - |
| CMYK | 0 | 0.00 | 0.06 | 0.15 |
| HSL | 55.38º | 0.15% | 0.83% | - |
| HSV(B) | 55.38º | 0.06% | 0.85% | - |
| XYZ | 64.07 | 68.22 | 66.92 | - |
| YUV | 214.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 204 | 0 | 0.00 | 0.06 | 0.15 | 55.38 | 0.15 | 0.83 |
| Hex | D9 | D8 | CC | 0 | 0 | 6 | F | 37 | F | 53 |
| Octal | 331 | 330 | 314 | 0 | 0 | 6 | 17 | 67 | 17 | 123 |
| Binary | 11011001 | 11011000 | 11001100 | 0 | 0 | 110 | 1111 | 110111 | 1111 | 1010011 |
Color Harmonies of #D9D8CC
Complementary color
Monochromatic Colors of #D9D8CC
Black with #D9D8CC
Text Example
Text Example
White with #D9D8CC
Text Example
Text Example
HTML Codes & Css Web 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>