Shades of Green White #D9D9D4
Tints of Green White #D9D9D4
RGB
CMYK
RGB Variations
Color information
#D9D9D4 (or 0xD9D9D4) is known color: Green White. HEX triplet: D9, D9 and D4. RGB value is (217,217,212). Sum of RGB (Red+Green+Blue) = 217+217+212=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 212 (83.20% from 255 or 32.82% from 646); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D9D4 is #26262B. Grayscale: #D8D8D8. Windows color (decimal): -2500140 or 13949401. OLE color: 13949401.
HSL color Cylindrical-coordinate representation of color #D9D9D4: hue angle of 60º degrees, saturation: 0.06, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9D9D4 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 217 | 212 | - |
CMYK | 0 | 0 | 0.02 | 0.15 |
HSL | 60º | 0.06% | 0.84% | - |
HSV(B) | 60º | 0.02% | 0.85% | - |
XYZ | 65.31 | 69.13 | 72.19 | - |
YUV | 216.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 217 | 212 | 0 | 0 | 0.02 | 0.15 | 60 | 0.06 | 0.84 |
Hex | D9 | D9 | D4 | 0 | 0 | 2 | F | 3C | 6 | 54 |
Octal | 331 | 331 | 324 | 0 | 0 | 2 | 17 | 74 | 6 | 124 |
Binary | 11011001 | 11011001 | 11010100 | 0 | 0 | 10 | 1111 | 111100 | 110 | 1010100 |
Color Harmonies of #D9D9D4
Complementary color
Monochromatic Colors of #D9D9D4
Black with #D9D9D4
Text Example
Text Example
White with #D9D9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D9D4; }
p { color: rgb(217,217,212); }
H1.HeaderClassName
{
color: #D9D9D4;
}
.AnyTagClassName
{
color: #D9D9D4;
}
</style>
background-color css
<style>
a { background-color: #D9D9D4; }
a { background-color: rgb(217,217,212); }
div.DivClassName
{
background-color: #D9D9D4;
}
.BgClassName
{
background-color: #D9D9D4;
}
</style>
border-color css
<style>
span { border-color: #D9D9D4; }
span { border-color: rgb(217,217,212); }
td.TdClassName
{
border-color: #D9D9D4;
}
.TagClassName
{
border-color: #D9D9D4;
}
</style>