Shades of Green White #D9DACE
Tints of Green White #D9DACE
RGB
CMYK
RGB Variations
Color information
#D9DACE (or 0xD9DACE) is known color: Green White. HEX triplet: D9, DA and CE. RGB value is (217,218,206). Sum of RGB (Red+Green+Blue) = 217+218+206=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DACE is #262531. Grayscale: #D8D8D8. Windows color (decimal): -2499890 or 13556441. OLE color: 13556441.
HSL color Cylindrical-coordinate representation of color #D9DACE: hue angle of 65º degrees, saturation: 0.14, 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 #D9DACE is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 206 | - |
| CMYK | 0.00 | 0 | 0.06 | 0.15 |
| HSL | 65º | 0.14% | 0.83% | - |
| HSV(B) | 65º | 0.06% | 0.85% | - |
| XYZ | 64.83 | 69.35 | 68.36 | - |
| YUV | 216.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 206 | 0.00 | 0 | 0.06 | 0.15 | 65 | 0.14 | 0.83 |
| Hex | D9 | DA | CE | 0 | 0 | 6 | F | 41 | E | 53 |
| Octal | 331 | 332 | 316 | 0 | 0 | 6 | 17 | 101 | 16 | 123 |
| Binary | 11011001 | 11011010 | 11001110 | 0 | 0 | 110 | 1111 | 1000001 | 1110 | 1010011 |
Color Harmonies of #D9DACE
Complementary color
Monochromatic Colors of #D9DACE
Black with #D9DACE
Text Example
Text Example
White with #D9DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DACE; }
p { color: rgb(217,218,206); }
H1.HeaderClassName
{
color: #D9DACE;
}
.AnyTagClassName
{
color: #D9DACE;
}
</style>
background-color css
<style>
a { background-color: #D9DACE; }
a { background-color: rgb(217,218,206); }
div.DivClassName
{
background-color: #D9DACE;
}
.BgClassName
{
background-color: #D9DACE;
}
</style>
border-color css
<style>
span { border-color: #D9DACE; }
span { border-color: rgb(217,218,206); }
td.TdClassName
{
border-color: #D9DACE;
}
.TagClassName
{
border-color: #D9DACE;
}
</style>