Shades of Snuff #DED1DD
Tints of Snuff #DED1DD
RGB
CMYK
RGB Variations
Color information
#DED1DD (or 0xDED1DD) is known color: Snuff. HEX triplet: DE, D1 and DD. RGB value is (222,209,221). Sum of RGB (Red+Green+Blue) = 222+209+221=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1DD is #212E22. Grayscale: #D6D6D6. Windows color (decimal): -2174499 or 14537182. OLE color: 14537182.
HSL color Cylindrical-coordinate representation of color #DED1DD: hue angle of 304.62º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DED1DD is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 221 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.13 |
| HSL | 304.62º | 0.16% | 0.85% | - |
| HSV(B) | 304.62º | 0.06% | 0.87% | - |
| XYZ | 65.98 | 66.35 | 77.74 | - |
| YUV | 214.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 221 | 0 | 0.06 | 0.00 | 0.13 | 304.62 | 0.16 | 0.85 |
| Hex | DE | D1 | DD | 0 | 6 | 0 | D | 131 | 10 | 55 |
| Octal | 336 | 321 | 335 | 0 | 6 | 0 | 15 | 461 | 20 | 125 |
| Binary | 11011110 | 11010001 | 11011101 | 0 | 110 | 0 | 1101 | 100110001 | 10000 | 1010101 |
Color Harmonies of #DED1DD
Complementary color
Monochromatic Colors of #DED1DD
Black with #DED1DD
Text Example
Text Example
White with #DED1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1DD; }
p { color: rgb(222,209,221); }
H1.HeaderClassName
{
color: #DED1DD;
}
.AnyTagClassName
{
color: #DED1DD;
}
</style>
background-color css
<style>
a { background-color: #DED1DD; }
a { background-color: rgb(222,209,221); }
div.DivClassName
{
background-color: #DED1DD;
}
.BgClassName
{
background-color: #DED1DD;
}
</style>
border-color css
<style>
span { border-color: #DED1DD; }
span { border-color: rgb(222,209,221); }
td.TdClassName
{
border-color: #DED1DD;
}
.TagClassName
{
border-color: #DED1DD;
}
</style>