Shades of Snuff #DDD7DD
Tints of Snuff #DDD7DD
RGB
CMYK
RGB Variations
Color information
#DDD7DD (or 0xDDD7DD) is known color: Snuff. HEX triplet: DD, D7 and DD. RGB value is (221,215,221). Sum of RGB (Red+Green+Blue) = 221+215+221=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDD7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7DD is #222822. Grayscale: #D9D9D9. Windows color (decimal): -2238499 or 14538717. OLE color: 14538717.
HSL color Cylindrical-coordinate representation of color #DDD7DD: hue angle of 300º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDD7DD is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 215 | 221 | - |
CMYK | 0 | 0.03 | 0 | 0.13 |
HSL | 300º | 0.08% | 0.85% | - |
HSV(B) | 300º | 0.03% | 0.87% | - |
XYZ | 67.17 | 69.19 | 78.22 | - |
YUV | 217.48 | 129.99 | 130.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 215 | 221 | 0 | 0.03 | 0 | 0.13 | 300 | 0.08 | 0.85 |
Hex | DD | D7 | DD | 0 | 3 | 0 | D | 12C | 8 | 55 |
Octal | 335 | 327 | 335 | 0 | 3 | 0 | 15 | 454 | 10 | 125 |
Binary | 11011101 | 11010111 | 11011101 | 0 | 11 | 0 | 1101 | 100101100 | 1000 | 1010101 |
Color Harmonies of #DDD7DD
Complementary color
Monochromatic Colors of #DDD7DD
Black with #DDD7DD
Text Example
Text Example
White with #DDD7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7DD; }
p { color: rgb(221,215,221); }
H1.HeaderClassName
{
color: #DDD7DD;
}
.AnyTagClassName
{
color: #DDD7DD;
}
</style>
background-color css
<style>
a { background-color: #DDD7DD; }
a { background-color: rgb(221,215,221); }
div.DivClassName
{
background-color: #DDD7DD;
}
.BgClassName
{
background-color: #DDD7DD;
}
</style>
border-color css
<style>
span { border-color: #DDD7DD; }
span { border-color: rgb(221,215,221); }
td.TdClassName
{
border-color: #DDD7DD;
}
.TagClassName
{
border-color: #DDD7DD;
}
</style>