Shades of Snuff #DED1DC
Tints of Snuff #DED1DC
RGB
CMYK
RGB Variations
Color information
#DED1DC (or 0xDED1DC) is known color: Snuff. HEX triplet: DE, D1 and DC. RGB value is (222,209,220). Sum of RGB (Red+Green+Blue) = 222+209+220=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1DC is #212E23. Grayscale: #D6D6D6. Windows color (decimal): -2174500 or 14471646. OLE color: 14471646.
HSL color Cylindrical-coordinate representation of color #DED1DC: hue angle of 309.23º 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 #DED1DC is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 220 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.13 |
| HSL | 309.23º | 0.16% | 0.85% | - |
| HSV(B) | 309.23º | 0.06% | 0.87% | - |
| XYZ | 65.84 | 66.3 | 77.04 | - |
| YUV | 214.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 220 | 0 | 0.06 | 0.01 | 0.13 | 309.23 | 0.16 | 0.85 |
| Hex | DE | D1 | DC | 0 | 6 | 1 | D | 135 | 10 | 55 |
| Octal | 336 | 321 | 334 | 0 | 6 | 1 | 15 | 465 | 20 | 125 |
| Binary | 11011110 | 11010001 | 11011100 | 0 | 110 | 1 | 1101 | 100110101 | 10000 | 1010101 |
Color Harmonies of #DED1DC
Complementary color
Monochromatic Colors of #DED1DC
Black with #DED1DC
Text Example
Text Example
White with #DED1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1DC; }
p { color: rgb(222,209,220); }
H1.HeaderClassName
{
color: #DED1DC;
}
.AnyTagClassName
{
color: #DED1DC;
}
</style>
background-color css
<style>
a { background-color: #DED1DC; }
a { background-color: rgb(222,209,220); }
div.DivClassName
{
background-color: #DED1DC;
}
.BgClassName
{
background-color: #DED1DC;
}
</style>
border-color css
<style>
span { border-color: #DED1DC; }
span { border-color: rgb(222,209,220); }
td.TdClassName
{
border-color: #DED1DC;
}
.TagClassName
{
border-color: #DED1DC;
}
</style>