Shades of Snuff #DED0DF
Tints of Snuff #DED0DF
RGB
CMYK
RGB Variations
Color information
#DED0DF (or 0xDED0DF) is known color: Snuff. HEX triplet: DE, D0 and DF. RGB value is (222,208,223). Sum of RGB (Red+Green+Blue) = 222+208+223=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 223 - color contains mainly: blue. Hex color #DED0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED0DF is #212F20. Grayscale: #D5D5D5. Windows color (decimal): -2174753 or 14667998. OLE color: 14667998.
HSL color Cylindrical-coordinate representation of color #DED0DF: hue angle of 296º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DED0DF is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 223 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.13 |
| HSL | 296º | 0.19% | 0.85% | - |
| HSV(B) | 296º | 0.07% | 0.87% | - |
| XYZ | 66 | 65.97 | 79.07 | - |
| YUV | 213.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 223 | 0.00 | 0.07 | 0 | 0.13 | 296 | 0.19 | 0.85 |
| Hex | DE | D0 | DF | 0 | 7 | 0 | D | 128 | 13 | 55 |
| Octal | 336 | 320 | 337 | 0 | 7 | 0 | 15 | 450 | 23 | 125 |
| Binary | 11011110 | 11010000 | 11011111 | 0 | 111 | 0 | 1101 | 100101000 | 10011 | 1010101 |
Color Harmonies of #DED0DF
Complementary color
Monochromatic Colors of #DED0DF
Black with #DED0DF
Text Example
Text Example
White with #DED0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED0DF; }
p { color: rgb(222,208,223); }
H1.HeaderClassName
{
color: #DED0DF;
}
.AnyTagClassName
{
color: #DED0DF;
}
</style>
background-color css
<style>
a { background-color: #DED0DF; }
a { background-color: rgb(222,208,223); }
div.DivClassName
{
background-color: #DED0DF;
}
.BgClassName
{
background-color: #DED0DF;
}
</style>
border-color css
<style>
span { border-color: #DED0DF; }
span { border-color: rgb(222,208,223); }
td.TdClassName
{
border-color: #DED0DF;
}
.TagClassName
{
border-color: #DED0DF;
}
</style>