Shades of Snuff #DED6DD
Tints of Snuff #DED6DD
RGB
CMYK
RGB Variations
Color information
#DED6DD (or 0xDED6DD) is known color: Snuff. HEX triplet: DE, D6 and DD. RGB value is (222,214,221). Sum of RGB (Red+Green+Blue) = 222+214+221=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6DD is #212922. Grayscale: #D9D9D9. Windows color (decimal): -2173219 or 14538462. OLE color: 14538462.
HSL color Cylindrical-coordinate representation of color #DED6DD: hue angle of 307.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 #DED6DD is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 214 | 221 | - |
CMYK | 0 | 0.04 | 0.00 | 0.13 |
HSL | 307.5º | 0.11% | 0.85% | - |
HSV(B) | 307.5º | 0.04% | 0.87% | - |
XYZ | 67.22 | 68.84 | 78.15 | - |
YUV | 217.19 | 130.15 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 214 | 221 | 0 | 0.04 | 0.00 | 0.13 | 307.5 | 0.11 | 0.85 |
Hex | DE | D6 | DD | 0 | 4 | 0 | D | 134 | B | 55 |
Octal | 336 | 326 | 335 | 0 | 4 | 0 | 15 | 464 | 13 | 125 |
Binary | 11011110 | 11010110 | 11011101 | 0 | 100 | 0 | 1101 | 100110100 | 1011 | 1010101 |
Color Harmonies of #DED6DD
Complementary color
Monochromatic Colors of #DED6DD
Black with #DED6DD
Text Example
Text Example
White with #DED6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6DD; }
p { color: rgb(222,214,221); }
H1.HeaderClassName
{
color: #DED6DD;
}
.AnyTagClassName
{
color: #DED6DD;
}
</style>
background-color css
<style>
a { background-color: #DED6DD; }
a { background-color: rgb(222,214,221); }
div.DivClassName
{
background-color: #DED6DD;
}
.BgClassName
{
background-color: #DED6DD;
}
</style>
border-color css
<style>
span { border-color: #DED6DD; }
span { border-color: rgb(222,214,221); }
td.TdClassName
{
border-color: #DED6DD;
}
.TagClassName
{
border-color: #DED6DD;
}
</style>