Shades of Snuff #DED4DE
Tints of Snuff #DED4DE
RGB
CMYK
RGB Variations
Color information
#DED4DE (or 0xDED4DE) is known color: Snuff. HEX triplet: DE, D4 and DE. RGB value is (222,212,222). Sum of RGB (Red+Green+Blue) = 222+212+222=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DED4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED4DE is #212B21. Grayscale: #D8D8D8. Windows color (decimal): -2173730 or 14603486. OLE color: 14603486.
HSL color Cylindrical-coordinate representation of color #DED4DE: hue angle of 300º degrees, saturation: 0.13, 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 #DED4DE is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 222 | - |
| CMYK | 0 | 0.05 | 0 | 0.13 |
| HSL | 300º | 0.13% | 0.85% | - |
| HSV(B) | 300º | 0.05% | 0.87% | - |
| XYZ | 66.85 | 67.89 | 78.69 | - |
| YUV | 216.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 222 | 0 | 0.05 | 0 | 0.13 | 300 | 0.13 | 0.85 |
| Hex | DE | D4 | DE | 0 | 5 | 0 | D | 12C | D | 55 |
| Octal | 336 | 324 | 336 | 0 | 5 | 0 | 15 | 454 | 15 | 125 |
| Binary | 11011110 | 11010100 | 11011110 | 0 | 101 | 0 | 1101 | 100101100 | 1101 | 1010101 |
Color Harmonies of #DED4DE
Complementary color
Monochromatic Colors of #DED4DE
Black with #DED4DE
Text Example
Text Example
White with #DED4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4DE; }
p { color: rgb(222,212,222); }
H1.HeaderClassName
{
color: #DED4DE;
}
.AnyTagClassName
{
color: #DED4DE;
}
</style>
background-color css
<style>
a { background-color: #DED4DE; }
a { background-color: rgb(222,212,222); }
div.DivClassName
{
background-color: #DED4DE;
}
.BgClassName
{
background-color: #DED4DE;
}
</style>
border-color css
<style>
span { border-color: #DED4DE; }
span { border-color: rgb(222,212,222); }
td.TdClassName
{
border-color: #DED4DE;
}
.TagClassName
{
border-color: #DED4DE;
}
</style>