Shades of Green White #D9DAC9
Tints of Green White #D9DAC9
RGB
CMYK
RGB Variations
Color information
#D9DAC9 (or 0xD9DAC9) is known color: Green White. HEX triplet: D9, DA and C9. RGB value is (217,218,201). Sum of RGB (Red+Green+Blue) = 217+218+201=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DAC9 is #262536. Grayscale: #D7D7D7. Windows color (decimal): -2499895 or 13228761. OLE color: 13228761.
HSL color Cylindrical-coordinate representation of color #D9DAC9: hue angle of 63.53º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9DAC9 is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 201 | - |
| CMYK | 0.00 | 0 | 0.08 | 0.15 |
| HSL | 63.53º | 0.19% | 0.82% | - |
| HSV(B) | 63.53º | 0.08% | 0.85% | - |
| XYZ | 64.23 | 69.11 | 65.21 | - |
| YUV | 215.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 201 | 0.00 | 0 | 0.08 | 0.15 | 63.53 | 0.19 | 0.82 |
| Hex | D9 | DA | C9 | 0 | 0 | 8 | F | 40 | 13 | 52 |
| Octal | 331 | 332 | 311 | 0 | 0 | 10 | 17 | 100 | 23 | 122 |
| Binary | 11011001 | 11011010 | 11001001 | 0 | 0 | 1000 | 1111 | 1000000 | 10011 | 1010010 |
Color Harmonies of #D9DAC9
Complementary color
Monochromatic Colors of #D9DAC9
Black with #D9DAC9
Text Example
Text Example
White with #D9DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DAC9; }
p { color: rgb(217,218,201); }
H1.HeaderClassName
{
color: #D9DAC9;
}
.AnyTagClassName
{
color: #D9DAC9;
}
</style>
background-color css
<style>
a { background-color: #D9DAC9; }
a { background-color: rgb(217,218,201); }
div.DivClassName
{
background-color: #D9DAC9;
}
.BgClassName
{
background-color: #D9DAC9;
}
</style>
border-color css
<style>
span { border-color: #D9DAC9; }
span { border-color: rgb(217,218,201); }
td.TdClassName
{
border-color: #D9DAC9;
}
.TagClassName
{
border-color: #D9DAC9;
}
</style>