Shades of Snuff #DDD6DE
Tints of Snuff #DDD6DE
RGB
CMYK
RGB Variations
Color information
#DDD6DE (or 0xDDD6DE) is known color: Snuff. HEX triplet: DD, D6 and DE. RGB value is (221,214,222). Sum of RGB (Red+Green+Blue) = 221+214+222=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDD6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6DE is #222921. Grayscale: #D8D8D8. Windows color (decimal): -2238754 or 14603997. OLE color: 14603997.
HSL color Cylindrical-coordinate representation of color #DDD6DE: hue angle of 292.5º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDD6DE is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 222 | - |
| CMYK | 0.00 | 0.04 | 0 | 0.13 |
| HSL | 292.5º | 0.11% | 0.85% | - |
| HSV(B) | 292.5º | 0.04% | 0.87% | - |
| XYZ | 67.05 | 68.74 | 78.84 | - |
| YUV | 217.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 222 | 0.00 | 0.04 | 0 | 0.13 | 292.5 | 0.11 | 0.85 |
| Hex | DD | D6 | DE | 0 | 4 | 0 | D | 124 | B | 55 |
| Octal | 335 | 326 | 336 | 0 | 4 | 0 | 15 | 444 | 13 | 125 |
| Binary | 11011101 | 11010110 | 11011110 | 0 | 100 | 0 | 1101 | 100100100 | 1011 | 1010101 |
Color Harmonies of #DDD6DE
Complementary color
Monochromatic Colors of #DDD6DE
Black with #DDD6DE
Text Example
Text Example
White with #DDD6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6DE; }
p { color: rgb(221,214,222); }
H1.HeaderClassName
{
color: #DDD6DE;
}
.AnyTagClassName
{
color: #DDD6DE;
}
</style>
background-color css
<style>
a { background-color: #DDD6DE; }
a { background-color: rgb(221,214,222); }
div.DivClassName
{
background-color: #DDD6DE;
}
.BgClassName
{
background-color: #DDD6DE;
}
</style>
border-color css
<style>
span { border-color: #DDD6DE; }
span { border-color: rgb(221,214,222); }
td.TdClassName
{
border-color: #DDD6DE;
}
.TagClassName
{
border-color: #DDD6DE;
}
</style>