Shades of Snuff #DED3E0
Tints of Snuff #DED3E0
RGB
CMYK
RGB Variations
Color information
#DED3E0 (or 0xDED3E0) is known color: Snuff. HEX triplet: DE, D3 and E0. RGB value is (222,211,224). Sum of RGB (Red+Green+Blue) = 222+211+224=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 224 - color contains mainly: blue. Hex color #DED3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED3E0 is #212C1F. Grayscale: #D7D7D7. Windows color (decimal): -2173984 or 14734302. OLE color: 14734302.
HSL color Cylindrical-coordinate representation of color #DED3E0: hue angle of 290.77º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DED3E0 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 211 | 224 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.12 |
| HSL | 290.77º | 0.17% | 0.85% | - |
| HSV(B) | 290.77º | 0.06% | 0.88% | - |
| XYZ | 66.87 | 67.5 | 80.03 | - |
| YUV | 215.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 224 | 0.01 | 0.06 | 0 | 0.12 | 290.77 | 0.17 | 0.85 |
| Hex | DE | D3 | E0 | 1 | 6 | 0 | C | 123 | 11 | 55 |
| Octal | 336 | 323 | 340 | 1 | 6 | 0 | 14 | 443 | 21 | 125 |
| Binary | 11011110 | 11010011 | 11100000 | 1 | 110 | 0 | 1100 | 100100011 | 10001 | 1010101 |
Color Harmonies of #DED3E0
Complementary color
Monochromatic Colors of #DED3E0
Black with #DED3E0
Text Example
Text Example
White with #DED3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3E0; }
p { color: rgb(222,211,224); }
H1.HeaderClassName
{
color: #DED3E0;
}
.AnyTagClassName
{
color: #DED3E0;
}
</style>
background-color css
<style>
a { background-color: #DED3E0; }
a { background-color: rgb(222,211,224); }
div.DivClassName
{
background-color: #DED3E0;
}
.BgClassName
{
background-color: #DED3E0;
}
</style>
border-color css
<style>
span { border-color: #DED3E0; }
span { border-color: rgb(222,211,224); }
td.TdClassName
{
border-color: #DED3E0;
}
.TagClassName
{
border-color: #DED3E0;
}
</style>