Shades of Snuff #D8D7D8
Tints of Snuff #D8D7D8
RGB
CMYK
RGB Variations
Color information
#D8D7D8 (or 0xD8D7D8) is known color: Snuff. HEX triplet: D8, D7 and D8. RGB value is (216,215,216). Sum of RGB (Red+Green+Blue) = 216+215+216=647 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.38% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 216 - color contains mainly: red, blue. Hex color #D8D7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D7D8 is #272827. Grayscale: #D7D7D7. Windows color (decimal): -2566184 or 14211032. OLE color: 14211032.
HSL color Cylindrical-coordinate representation of color #D8D7D8: hue angle of 300º degrees, saturation: 0.01, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0%. Process color model (Four color, CMYK) of #D8D7D8 is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 215 | 216 | - |
CMYK | 0 | 0.00 | 0 | 0.15 |
HSL | 300º | 0.01% | 0.85% | - |
HSV(B) | 300º | 0% | 0.85% | - |
XYZ | 65.01 | 68.16 | 74.69 | - |
YUV | 215.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 215 | 216 | 0 | 0.00 | 0 | 0.15 | 300 | 0.01 | 0.85 |
Hex | D8 | D7 | D8 | 0 | 0 | 0 | F | 12C | 1 | 55 |
Octal | 330 | 327 | 330 | 0 | 0 | 0 | 17 | 454 | 1 | 125 |
Binary | 11011000 | 11010111 | 11011000 | 0 | 0 | 0 | 1111 | 100101100 | 1 | 1010101 |
Color Harmonies of #D8D7D8
Complementary color
Monochromatic Colors of #D8D7D8
Black with #D8D7D8
Text Example
Text Example
White with #D8D7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D7D8; }
p { color: rgb(216,215,216); }
H1.HeaderClassName
{
color: #D8D7D8;
}
.AnyTagClassName
{
color: #D8D7D8;
}
</style>
background-color css
<style>
a { background-color: #D8D7D8; }
a { background-color: rgb(216,215,216); }
div.DivClassName
{
background-color: #D8D7D8;
}
.BgClassName
{
background-color: #D8D7D8;
}
</style>
border-color css
<style>
span { border-color: #D8D7D8; }
span { border-color: rgb(216,215,216); }
td.TdClassName
{
border-color: #D8D7D8;
}
.TagClassName
{
border-color: #D8D7D8;
}
</style>