Shades of Snuff #DED3DC
Tints of Snuff #DED3DC
RGB
CMYK
RGB Variations
Color information
#DED3DC (or 0xDED3DC) is known color: Snuff. HEX triplet: DE, D3 and DC. RGB value is (222,211,220). Sum of RGB (Red+Green+Blue) = 222+211+220=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED3DC is #212C23. Grayscale: #D7D7D7. Windows color (decimal): -2173988 or 14472158. OLE color: 14472158.
HSL color Cylindrical-coordinate representation of color #DED3DC: hue angle of 310.91º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DED3DC is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 220 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.13 |
| HSL | 310.91º | 0.14% | 0.85% | - |
| HSV(B) | 310.91º | 0.05% | 0.87% | - |
| XYZ | 66.34 | 67.29 | 77.2 | - |
| YUV | 215.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 220 | 0 | 0.05 | 0.01 | 0.13 | 310.91 | 0.14 | 0.85 |
| Hex | DE | D3 | DC | 0 | 5 | 1 | D | 137 | E | 55 |
| Octal | 336 | 323 | 334 | 0 | 5 | 1 | 15 | 467 | 16 | 125 |
| Binary | 11011110 | 11010011 | 11011100 | 0 | 101 | 1 | 1101 | 100110111 | 1110 | 1010101 |
Color Harmonies of #DED3DC
Complementary color
Monochromatic Colors of #DED3DC
Black with #DED3DC
Text Example
Text Example
White with #DED3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3DC; }
p { color: rgb(222,211,220); }
H1.HeaderClassName
{
color: #DED3DC;
}
.AnyTagClassName
{
color: #DED3DC;
}
</style>
background-color css
<style>
a { background-color: #DED3DC; }
a { background-color: rgb(222,211,220); }
div.DivClassName
{
background-color: #DED3DC;
}
.BgClassName
{
background-color: #DED3DC;
}
</style>
border-color css
<style>
span { border-color: #DED3DC; }
span { border-color: rgb(222,211,220); }
td.TdClassName
{
border-color: #DED3DC;
}
.TagClassName
{
border-color: #DED3DC;
}
</style>