Shades of Green White #D8D9CF
Tints of Green White #D8D9CF
RGB
CMYK
RGB Variations
Color information
#D8D9CF (or 0xD8D9CF) is known color: Green White. HEX triplet: D8, D9 and CF. RGB value is (216,217,207). Sum of RGB (Red+Green+Blue) = 216+217+207=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D9CF is #272630. Grayscale: #D7D7D7. Windows color (decimal): -2565681 or 13621720. OLE color: 13621720.
HSL color Cylindrical-coordinate representation of color #D8D9CF: hue angle of 66º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D8D9CF is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 217 | 207 | - |
| CMYK | 0.00 | 0 | 0.05 | 0.15 |
| HSL | 66º | 0.12% | 0.83% | - |
| HSV(B) | 66º | 0.05% | 0.85% | - |
| XYZ | 64.39 | 68.73 | 68.9 | - |
| YUV | 215.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 207 | 0.00 | 0 | 0.05 | 0.15 | 66 | 0.12 | 0.83 |
| Hex | D8 | D9 | CF | 0 | 0 | 5 | F | 42 | C | 53 |
| Octal | 330 | 331 | 317 | 0 | 0 | 5 | 17 | 102 | 14 | 123 |
| Binary | 11011000 | 11011001 | 11001111 | 0 | 0 | 101 | 1111 | 1000010 | 1100 | 1010011 |
Color Harmonies of #D8D9CF
Complementary color
Monochromatic Colors of #D8D9CF
Black with #D8D9CF
Text Example
Text Example
White with #D8D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9CF; }
p { color: rgb(216,217,207); }
H1.HeaderClassName
{
color: #D8D9CF;
}
.AnyTagClassName
{
color: #D8D9CF;
}
</style>
background-color css
<style>
a { background-color: #D8D9CF; }
a { background-color: rgb(216,217,207); }
div.DivClassName
{
background-color: #D8D9CF;
}
.BgClassName
{
background-color: #D8D9CF;
}
</style>
border-color css
<style>
span { border-color: #D8D9CF; }
span { border-color: rgb(216,217,207); }
td.TdClassName
{
border-color: #D8D9CF;
}
.TagClassName
{
border-color: #D8D9CF;
}
</style>