Shades of Snuff #D7D6D7
Tints of Snuff #D7D6D7
RGB
CMYK
RGB Variations
Color information
#D7D6D7 (or 0xD7D6D7) is known color: Snuff. HEX triplet: D7, D6 and D7. RGB value is (215,214,215). Sum of RGB (Red+Green+Blue) = 215+214+215=644 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.39% from 644); Green value is 214 (83.98% from 255 or 33.23% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D7D6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D6D7 is #282928. Grayscale: #D6D6D6. Windows color (decimal): -2631977 or 14145239. OLE color: 14145239.
HSL color Cylindrical-coordinate representation of color #D7D6D7: hue angle of 300º degrees, saturation: 0.01, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0%. Process color model (Four color, CMYK) of #D7D6D7 is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 215 | - |
| CMYK | 0 | 0.00 | 0 | 0.16 |
| HSL | 300º | 0.01% | 0.84% | - |
| HSV(B) | 300º | 0% | 0.84% | - |
| XYZ | 64.34 | 67.45 | 73.92 | - |
| YUV | 214.41 | 128.33 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 215 | 0 | 0.00 | 0 | 0.16 | 300 | 0.01 | 0.84 |
| Hex | D7 | D6 | D7 | 0 | 0 | 0 | 10 | 12C | 1 | 54 |
| Octal | 327 | 326 | 327 | 0 | 0 | 0 | 20 | 454 | 1 | 124 |
| Binary | 11010111 | 11010110 | 11010111 | 0 | 0 | 0 | 10000 | 100101100 | 1 | 1010100 |
Color Harmonies of #D7D6D7
Complementary color
Monochromatic Colors of #D7D6D7
Black with #D7D6D7
Text Example
Text Example
White with #D7D6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D6D7; }
p { color: rgb(215,214,215); }
H1.HeaderClassName
{
color: #D7D6D7;
}
.AnyTagClassName
{
color: #D7D6D7;
}
</style>
background-color css
<style>
a { background-color: #D7D6D7; }
a { background-color: rgb(215,214,215); }
div.DivClassName
{
background-color: #D7D6D7;
}
.BgClassName
{
background-color: #D7D6D7;
}
</style>
border-color css
<style>
span { border-color: #D7D6D7; }
span { border-color: rgb(215,214,215); }
td.TdClassName
{
border-color: #D7D6D7;
}
.TagClassName
{
border-color: #D7D6D7;
}
</style>