Shades of Snuff #DED2DD
Tints of Snuff #DED2DD
RGB
CMYK
RGB Variations
Color information
#DED2DD (or 0xDED2DD) is known color: Snuff. HEX triplet: DE, D2 and DD. RGB value is (222,210,221). Sum of RGB (Red+Green+Blue) = 222+210+221=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED2DD is #212D22. Grayscale: #D6D6D6. Windows color (decimal): -2174243 or 14537438. OLE color: 14537438.
HSL color Cylindrical-coordinate representation of color #DED2DD: hue angle of 305º degrees, saturation: 0.15, 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 #DED2DD is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 210 | 221 | - |
CMYK | 0 | 0.05 | 0.00 | 0.13 |
HSL | 305º | 0.15% | 0.85% | - |
HSV(B) | 305º | 0.05% | 0.87% | - |
XYZ | 66.22 | 66.84 | 77.82 | - |
YUV | 214.84 | 131.48 | 133.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 210 | 221 | 0 | 0.05 | 0.00 | 0.13 | 305 | 0.15 | 0.85 |
Hex | DE | D2 | DD | 0 | 5 | 0 | D | 131 | F | 55 |
Octal | 336 | 322 | 335 | 0 | 5 | 0 | 15 | 461 | 17 | 125 |
Binary | 11011110 | 11010010 | 11011101 | 0 | 101 | 0 | 1101 | 100110001 | 1111 | 1010101 |
Color Harmonies of #DED2DD
Complementary color
Monochromatic Colors of #DED2DD
Black with #DED2DD
Text Example
Text Example
White with #DED2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2DD; }
p { color: rgb(222,210,221); }
H1.HeaderClassName
{
color: #DED2DD;
}
.AnyTagClassName
{
color: #DED2DD;
}
</style>
background-color css
<style>
a { background-color: #DED2DD; }
a { background-color: rgb(222,210,221); }
div.DivClassName
{
background-color: #DED2DD;
}
.BgClassName
{
background-color: #DED2DD;
}
</style>
border-color css
<style>
span { border-color: #DED2DD; }
span { border-color: rgb(222,210,221); }
td.TdClassName
{
border-color: #DED2DD;
}
.TagClassName
{
border-color: #DED2DD;
}
</style>