Shades of Snuff #DED5DE
Tints of Snuff #DED5DE
RGB
CMYK
RGB Variations
Color information
#DED5DE (or 0xDED5DE) is known color: Snuff. HEX triplet: DE, D5 and DE. RGB value is (222,213,222). Sum of RGB (Red+Green+Blue) = 222+213+222=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DED5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5DE is #212A21. Grayscale: #D8D8D8. Windows color (decimal): -2173474 or 14603742. OLE color: 14603742.
HSL color Cylindrical-coordinate representation of color #DED5DE: hue angle of 300º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DED5DE is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 222 | - |
| CMYK | 0 | 0.04 | 0 | 0.13 |
| HSL | 300º | 0.12% | 0.85% | - |
| HSV(B) | 300º | 0.04% | 0.87% | - |
| XYZ | 67.1 | 68.39 | 78.77 | - |
| YUV | 216.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 222 | 0 | 0.04 | 0 | 0.13 | 300 | 0.12 | 0.85 |
| Hex | DE | D5 | DE | 0 | 4 | 0 | D | 12C | C | 55 |
| Octal | 336 | 325 | 336 | 0 | 4 | 0 | 15 | 454 | 14 | 125 |
| Binary | 11011110 | 11010101 | 11011110 | 0 | 100 | 0 | 1101 | 100101100 | 1100 | 1010101 |
Color Harmonies of #DED5DE
Complementary color
Monochromatic Colors of #DED5DE
Black with #DED5DE
Text Example
Text Example
White with #DED5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5DE; }
p { color: rgb(222,213,222); }
H1.HeaderClassName
{
color: #DED5DE;
}
.AnyTagClassName
{
color: #DED5DE;
}
</style>
background-color css
<style>
a { background-color: #DED5DE; }
a { background-color: rgb(222,213,222); }
div.DivClassName
{
background-color: #DED5DE;
}
.BgClassName
{
background-color: #DED5DE;
}
</style>
border-color css
<style>
span { border-color: #DED5DE; }
span { border-color: rgb(222,213,222); }
td.TdClassName
{
border-color: #DED5DE;
}
.TagClassName
{
border-color: #DED5DE;
}
</style>