Shades of Snuff #DDD6DD
Tints of Snuff #DDD6DD
RGB
CMYK
RGB Variations
Color information
#DDD6DD (or 0xDDD6DD) is known color: Snuff. HEX triplet: DD, D6 and DD. RGB value is (221,214,221). Sum of RGB (Red+Green+Blue) = 221+214+221=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6DD is #222922. Grayscale: #D8D8D8. Windows color (decimal): -2238755 or 14538461. OLE color: 14538461.
HSL color Cylindrical-coordinate representation of color #DDD6DD: hue angle of 300º degrees, saturation: 0.09, 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 #DDD6DD is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 221 | - |
| CMYK | 0 | 0.03 | 0 | 0.13 |
| HSL | 300º | 0.09% | 0.85% | - |
| HSV(B) | 300º | 0.03% | 0.87% | - |
| XYZ | 66.92 | 68.69 | 78.14 | - |
| YUV | 216.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 221 | 0 | 0.03 | 0 | 0.13 | 300 | 0.09 | 0.85 |
| Hex | DD | D6 | DD | 0 | 3 | 0 | D | 12C | 9 | 55 |
| Octal | 335 | 326 | 335 | 0 | 3 | 0 | 15 | 454 | 11 | 125 |
| Binary | 11011101 | 11010110 | 11011101 | 0 | 11 | 0 | 1101 | 100101100 | 1001 | 1010101 |
Color Harmonies of #DDD6DD
Complementary color
Monochromatic Colors of #DDD6DD
Black with #DDD6DD
Text Example
Text Example
White with #DDD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6DD; }
p { color: rgb(221,214,221); }
H1.HeaderClassName
{
color: #DDD6DD;
}
.AnyTagClassName
{
color: #DDD6DD;
}
</style>
background-color css
<style>
a { background-color: #DDD6DD; }
a { background-color: rgb(221,214,221); }
div.DivClassName
{
background-color: #DDD6DD;
}
.BgClassName
{
background-color: #DDD6DD;
}
</style>
border-color css
<style>
span { border-color: #DDD6DD; }
span { border-color: rgb(221,214,221); }
td.TdClassName
{
border-color: #DDD6DD;
}
.TagClassName
{
border-color: #DDD6DD;
}
</style>