Shades of Green White #D9DAC7
Tints of Green White #D9DAC7
RGB
CMYK
RGB Variations
Color information
#D9DAC7 (or 0xD9DAC7) is known color: Green White. HEX triplet: D9, DA and C7. RGB value is (217,218,199). Sum of RGB (Red+Green+Blue) = 217+218+199=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DAC7 is #262538. Grayscale: #D7D7D7. Windows color (decimal): -2499897 or 13097689. OLE color: 13097689.
HSL color Cylindrical-coordinate representation of color #D9DAC7: hue angle of 63.16º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9DAC7 is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 199 | - |
| CMYK | 0.00 | 0 | 0.09 | 0.15 |
| HSL | 63.16º | 0.2% | 0.82% | - |
| HSV(B) | 63.16º | 0.09% | 0.85% | - |
| XYZ | 64 | 69.02 | 63.98 | - |
| YUV | 215.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 199 | 0.00 | 0 | 0.09 | 0.15 | 63.16 | 0.2 | 0.82 |
| Hex | D9 | DA | C7 | 0 | 0 | 9 | F | 3F | 14 | 52 |
| Octal | 331 | 332 | 307 | 0 | 0 | 11 | 17 | 77 | 24 | 122 |
| Binary | 11011001 | 11011010 | 11000111 | 0 | 0 | 1001 | 1111 | 111111 | 10100 | 1010010 |
Color Harmonies of #D9DAC7
Complementary color
Monochromatic Colors of #D9DAC7
Black with #D9DAC7
Text Example
Text Example
White with #D9DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DAC7; }
p { color: rgb(217,218,199); }
H1.HeaderClassName
{
color: #D9DAC7;
}
.AnyTagClassName
{
color: #D9DAC7;
}
</style>
background-color css
<style>
a { background-color: #D9DAC7; }
a { background-color: rgb(217,218,199); }
div.DivClassName
{
background-color: #D9DAC7;
}
.BgClassName
{
background-color: #D9DAC7;
}
</style>
border-color css
<style>
span { border-color: #D9DAC7; }
span { border-color: rgb(217,218,199); }
td.TdClassName
{
border-color: #D9DAC7;
}
.TagClassName
{
border-color: #D9DAC7;
}
</style>