Shades of Green White #D9D9D2
Tints of Green White #D9D9D2
RGB
CMYK
RGB Variations
Color information
#D9D9D2 (or 0xD9D9D2) is known color: Green White. HEX triplet: D9, D9 and D2. RGB value is (217,217,210). Sum of RGB (Red+Green+Blue) = 217+217+210=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D9D2 is #26262D. Grayscale: #D8D8D8. Windows color (decimal): -2500142 or 13818329. OLE color: 13818329.
HSL color Cylindrical-coordinate representation of color #D9D9D2: hue angle of 60º degrees, saturation: 0.08, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9D9D2 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 217 | 210 | - |
CMYK | 0 | 0 | 0.03 | 0.15 |
HSL | 60º | 0.08% | 0.84% | - |
HSV(B) | 60º | 0.03% | 0.85% | - |
XYZ | 65.06 | 69.03 | 70.87 | - |
YUV | 216.2 | 124.5 | 128.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 217 | 210 | 0 | 0 | 0.03 | 0.15 | 60 | 0.08 | 0.84 |
Hex | D9 | D9 | D2 | 0 | 0 | 3 | F | 3C | 8 | 54 |
Octal | 331 | 331 | 322 | 0 | 0 | 3 | 17 | 74 | 10 | 124 |
Binary | 11011001 | 11011001 | 11010010 | 0 | 0 | 11 | 1111 | 111100 | 1000 | 1010100 |
Color Harmonies of #D9D9D2
Complementary color
Monochromatic Colors of #D9D9D2
Black with #D9D9D2
Text Example
Text Example
White with #D9D9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D9D2; }
p { color: rgb(217,217,210); }
H1.HeaderClassName
{
color: #D9D9D2;
}
.AnyTagClassName
{
color: #D9D9D2;
}
</style>
background-color css
<style>
a { background-color: #D9D9D2; }
a { background-color: rgb(217,217,210); }
div.DivClassName
{
background-color: #D9D9D2;
}
.BgClassName
{
background-color: #D9D9D2;
}
</style>
border-color css
<style>
span { border-color: #D9D9D2; }
span { border-color: rgb(217,217,210); }
td.TdClassName
{
border-color: #D9D9D2;
}
.TagClassName
{
border-color: #D9D9D2;
}
</style>