Shades of Snuff #DEDADD
Tints of Snuff #DEDADD
RGB
CMYK
RGB Variations
Color information
#DEDADD (or 0xDEDADD) is known color: Snuff. HEX triplet: DE, DA and DD. RGB value is (222,218,221). Sum of RGB (Red+Green+Blue) = 222+218+221=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDADD is #212522. Grayscale: #DBDBDB. Windows color (decimal): -2172195 or 14539486. OLE color: 14539486.
HSL color Cylindrical-coordinate representation of color #DEDADD: hue angle of 315º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DEDADD is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 218 | 221 | - |
CMYK | 0 | 0.02 | 0.00 | 0.13 |
HSL | 315º | 0.06% | 0.86% | - |
HSV(B) | 315º | 0.02% | 0.87% | - |
XYZ | 68.25 | 70.89 | 78.49 | - |
YUV | 219.54 | 128.83 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 221 | 0 | 0.02 | 0.00 | 0.13 | 315 | 0.06 | 0.86 |
Hex | DE | DA | DD | 0 | 2 | 0 | D | 13B | 6 | 56 |
Octal | 336 | 332 | 335 | 0 | 2 | 0 | 15 | 473 | 6 | 126 |
Binary | 11011110 | 11011010 | 11011101 | 0 | 10 | 0 | 1101 | 100111011 | 110 | 1010110 |
Color Harmonies of #DEDADD
Complementary color
Monochromatic Colors of #DEDADD
Black with #DEDADD
Text Example
Text Example
White with #DEDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDADD; }
p { color: rgb(222,218,221); }
H1.HeaderClassName
{
color: #DEDADD;
}
.AnyTagClassName
{
color: #DEDADD;
}
</style>
background-color css
<style>
a { background-color: #DEDADD; }
a { background-color: rgb(222,218,221); }
div.DivClassName
{
background-color: #DEDADD;
}
.BgClassName
{
background-color: #DEDADD;
}
</style>
border-color css
<style>
span { border-color: #DEDADD; }
span { border-color: rgb(222,218,221); }
td.TdClassName
{
border-color: #DEDADD;
}
.TagClassName
{
border-color: #DEDADD;
}
</style>