Shades of Snuff #DEDCDE
Tints of Snuff #DEDCDE
RGB
CMYK
RGB Variations
Color information
#DEDCDE (or 0xDEDCDE) is known color: Snuff. HEX triplet: DE, DC and DE. RGB value is (222,220,222). Sum of RGB (Red+Green+Blue) = 222+220+222=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEDCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCDE is #212321. Grayscale: #DCDCDC. Windows color (decimal): -2171682 or 14605534. OLE color: 14605534.
HSL color Cylindrical-coordinate representation of color #DEDCDE: hue angle of 300º degrees, saturation: 0.03, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DEDCDE is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 222 | - |
| CMYK | 0 | 0.01 | 0 | 0.13 |
| HSL | 300º | 0.03% | 0.87% | - |
| HSV(B) | 300º | 0.01% | 0.87% | - |
| XYZ | 68.9 | 71.99 | 79.37 | - |
| YUV | 220.83 | 128.66 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 222 | 0 | 0.01 | 0 | 0.13 | 300 | 0.03 | 0.87 |
| Hex | DE | DC | DE | 0 | 1 | 0 | D | 12C | 3 | 57 |
| Octal | 336 | 334 | 336 | 0 | 1 | 0 | 15 | 454 | 3 | 127 |
| Binary | 11011110 | 11011100 | 11011110 | 0 | 1 | 0 | 1101 | 100101100 | 11 | 1010111 |
Color Harmonies of #DEDCDE
Complementary color
Monochromatic Colors of #DEDCDE
Black with #DEDCDE
Text Example
Text Example
White with #DEDCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCDE; }
p { color: rgb(222,220,222); }
H1.HeaderClassName
{
color: #DEDCDE;
}
.AnyTagClassName
{
color: #DEDCDE;
}
</style>
background-color css
<style>
a { background-color: #DEDCDE; }
a { background-color: rgb(222,220,222); }
div.DivClassName
{
background-color: #DEDCDE;
}
.BgClassName
{
background-color: #DEDCDE;
}
</style>
border-color css
<style>
span { border-color: #DEDCDE; }
span { border-color: rgb(222,220,222); }
td.TdClassName
{
border-color: #DEDCDE;
}
.TagClassName
{
border-color: #DEDCDE;
}
</style>