Shades of Green White #D8D8D1
Tints of Green White #D8D8D1
RGB
CMYK
RGB Variations
Color information
#D8D8D1 (or 0xD8D8D1) is known color: Green White. HEX triplet: D8, D8 and D1. RGB value is (216,216,209). Sum of RGB (Red+Green+Blue) = 216+216+209=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D8D1 is #27272E. Grayscale: #D7D7D7. Windows color (decimal): -2565935 or 13752536. OLE color: 13752536.
HSL color Cylindrical-coordinate representation of color #D8D8D1: hue angle of 60º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8D8D1 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 216 | 209 | - |
CMYK | 0 | 0 | 0.03 | 0.15 |
HSL | 60º | 0.08% | 0.83% | - |
HSV(B) | 60º | 0.03% | 0.85% | - |
XYZ | 64.38 | 68.31 | 70.11 | - |
YUV | 215.2 | 124.5 | 128.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 216 | 209 | 0 | 0 | 0.03 | 0.15 | 60 | 0.08 | 0.83 |
Hex | D8 | D8 | D1 | 0 | 0 | 3 | F | 3C | 8 | 53 |
Octal | 330 | 330 | 321 | 0 | 0 | 3 | 17 | 74 | 10 | 123 |
Binary | 11011000 | 11011000 | 11010001 | 0 | 0 | 11 | 1111 | 111100 | 1000 | 1010011 |
Color Harmonies of #D8D8D1
Complementary color
Monochromatic Colors of #D8D8D1
Black with #D8D8D1
Text Example
Text Example
White with #D8D8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D8D1; }
p { color: rgb(216,216,209); }
H1.HeaderClassName
{
color: #D8D8D1;
}
.AnyTagClassName
{
color: #D8D8D1;
}
</style>
background-color css
<style>
a { background-color: #D8D8D1; }
a { background-color: rgb(216,216,209); }
div.DivClassName
{
background-color: #D8D8D1;
}
.BgClassName
{
background-color: #D8D8D1;
}
</style>
border-color css
<style>
span { border-color: #D8D8D1; }
span { border-color: rgb(216,216,209); }
td.TdClassName
{
border-color: #D8D8D1;
}
.TagClassName
{
border-color: #D8D8D1;
}
</style>