Shades of Snuff #DED0DE
Tints of Snuff #DED0DE
RGB
CMYK
RGB Variations
Color information
#DED0DE (or 0xDED0DE) is known color: Snuff. HEX triplet: DE, D0 and DE. RGB value is (222,208,222). Sum of RGB (Red+Green+Blue) = 222+208+222=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DED0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED0DE is #212F21. Grayscale: #D5D5D5. Windows color (decimal): -2174754 or 14602462. OLE color: 14602462.
HSL color Cylindrical-coordinate representation of color #DED0DE: hue angle of 300º 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 #DED0DE is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 222 | - |
| CMYK | 0 | 0.06 | 0 | 0.13 |
| HSL | 300º | 0.18% | 0.84% | - |
| HSV(B) | 300º | 0.06% | 0.87% | - |
| XYZ | 65.86 | 65.92 | 78.36 | - |
| YUV | 213.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 222 | 0 | 0.06 | 0 | 0.13 | 300 | 0.18 | 0.84 |
| Hex | DE | D0 | DE | 0 | 6 | 0 | D | 12C | 12 | 54 |
| Octal | 336 | 320 | 336 | 0 | 6 | 0 | 15 | 454 | 22 | 124 |
| Binary | 11011110 | 11010000 | 11011110 | 0 | 110 | 0 | 1101 | 100101100 | 10010 | 1010100 |
Color Harmonies of #DED0DE
Complementary color
Monochromatic Colors of #DED0DE
Black with #DED0DE
Text Example
Text Example
White with #DED0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED0DE; }
p { color: rgb(222,208,222); }
H1.HeaderClassName
{
color: #DED0DE;
}
.AnyTagClassName
{
color: #DED0DE;
}
</style>
background-color css
<style>
a { background-color: #DED0DE; }
a { background-color: rgb(222,208,222); }
div.DivClassName
{
background-color: #DED0DE;
}
.BgClassName
{
background-color: #DED0DE;
}
</style>
border-color css
<style>
span { border-color: #DED0DE; }
span { border-color: rgb(222,208,222); }
td.TdClassName
{
border-color: #DED0DE;
}
.TagClassName
{
border-color: #DED0DE;
}
</style>