Shades of Snuff #DED0DD
Tints of Snuff #DED0DD
RGB
CMYK
RGB Variations
Color information
#DED0DD (or 0xDED0DD) is known color: Snuff. HEX triplet: DE, D0 and DD. RGB value is (222,208,221). Sum of RGB (Red+Green+Blue) = 222+208+221=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 222 - color contains mainly: red. Hex color #DED0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED0DD is #212F22. Grayscale: #D5D5D5. Windows color (decimal): -2174755 or 14536926. OLE color: 14536926.
HSL color Cylindrical-coordinate representation of color #DED0DD: hue angle of 304.29º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DED0DD is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 221 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.13 |
| HSL | 304.29º | 0.18% | 0.84% | - |
| HSV(B) | 304.29º | 0.06% | 0.87% | - |
| XYZ | 65.73 | 65.86 | 77.65 | - |
| YUV | 213.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 221 | 0 | 0.06 | 0.00 | 0.13 | 304.29 | 0.18 | 0.84 |
| Hex | DE | D0 | DD | 0 | 6 | 0 | D | 130 | 12 | 54 |
| Octal | 336 | 320 | 335 | 0 | 6 | 0 | 15 | 460 | 22 | 124 |
| Binary | 11011110 | 11010000 | 11011101 | 0 | 110 | 0 | 1101 | 100110000 | 10010 | 1010100 |
Color Harmonies of #DED0DD
Complementary color
Monochromatic Colors of #DED0DD
Black with #DED0DD
Text Example
Text Example
White with #DED0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED0DD; }
p { color: rgb(222,208,221); }
H1.HeaderClassName
{
color: #DED0DD;
}
.AnyTagClassName
{
color: #DED0DD;
}
</style>
background-color css
<style>
a { background-color: #DED0DD; }
a { background-color: rgb(222,208,221); }
div.DivClassName
{
background-color: #DED0DD;
}
.BgClassName
{
background-color: #DED0DD;
}
</style>
border-color css
<style>
span { border-color: #DED0DD; }
span { border-color: rgb(222,208,221); }
td.TdClassName
{
border-color: #DED0DD;
}
.TagClassName
{
border-color: #DED0DD;
}
</style>