Shades of Green White #D8D8D4
Tints of Green White #D8D8D4
RGB
CMYK
RGB Variations
Color information
#D8D8D4 (or 0xD8D8D4) is known color: Green White. HEX triplet: D8, D8 and D4. RGB value is (216,216,212). Sum of RGB (Red+Green+Blue) = 216+216+212=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D8D4 is #27272B. Grayscale: #D7D7D7. Windows color (decimal): -2565932 or 13949144. OLE color: 13949144.
HSL color Cylindrical-coordinate representation of color #D8D8D4: hue angle of 60º degrees, saturation: 0.05, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D8D8D4 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 216 | 212 | - |
CMYK | 0 | 0 | 0.02 | 0.15 |
HSL | 60º | 0.05% | 0.84% | - |
HSV(B) | 60º | 0.02% | 0.85% | - |
XYZ | 64.76 | 68.46 | 72.09 | - |
YUV | 215.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 216 | 212 | 0 | 0 | 0.02 | 0.15 | 60 | 0.05 | 0.84 |
Hex | D8 | D8 | D4 | 0 | 0 | 2 | F | 3C | 5 | 54 |
Octal | 330 | 330 | 324 | 0 | 0 | 2 | 17 | 74 | 5 | 124 |
Binary | 11011000 | 11011000 | 11010100 | 0 | 0 | 10 | 1111 | 111100 | 101 | 1010100 |
Color Harmonies of #D8D8D4
Complementary color
Monochromatic Colors of #D8D8D4
Black with #D8D8D4
Text Example
Text Example
White with #D8D8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D8D4; }
p { color: rgb(216,216,212); }
H1.HeaderClassName
{
color: #D8D8D4;
}
.AnyTagClassName
{
color: #D8D8D4;
}
</style>
background-color css
<style>
a { background-color: #D8D8D4; }
a { background-color: rgb(216,216,212); }
div.DivClassName
{
background-color: #D8D8D4;
}
.BgClassName
{
background-color: #D8D8D4;
}
</style>
border-color css
<style>
span { border-color: #D8D8D4; }
span { border-color: rgb(216,216,212); }
td.TdClassName
{
border-color: #D8D8D4;
}
.TagClassName
{
border-color: #D8D8D4;
}
</style>