Shades of Snuff #DEDADE
Tints of Snuff #DEDADE
RGB
CMYK
RGB Variations
Color information
#DEDADE (or 0xDEDADE) is known color: Snuff. HEX triplet: DE, DA and DE. RGB value is (222,218,222). Sum of RGB (Red+Green+Blue) = 222+218+222=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEDADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDADE is #212521. Grayscale: #DBDBDB. Windows color (decimal): -2172194 or 14605022. OLE color: 14605022.
HSL color Cylindrical-coordinate representation of color #DEDADE: hue angle of 300º 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 #DEDADE is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 218 | 222 | - |
CMYK | 0 | 0.02 | 0 | 0.13 |
HSL | 300º | 0.06% | 0.86% | - |
HSV(B) | 300º | 0.02% | 0.87% | - |
XYZ | 68.38 | 70.95 | 79.2 | - |
YUV | 219.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 222 | 0 | 0.02 | 0 | 0.13 | 300 | 0.06 | 0.86 |
Hex | DE | DA | DE | 0 | 2 | 0 | D | 12C | 6 | 56 |
Octal | 336 | 332 | 336 | 0 | 2 | 0 | 15 | 454 | 6 | 126 |
Binary | 11011110 | 11011010 | 11011110 | 0 | 10 | 0 | 1101 | 100101100 | 110 | 1010110 |
Color Harmonies of #DEDADE
Complementary color
Monochromatic Colors of #DEDADE
Black with #DEDADE
Text Example
Text Example
White with #DEDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDADE; }
p { color: rgb(222,218,222); }
H1.HeaderClassName
{
color: #DEDADE;
}
.AnyTagClassName
{
color: #DEDADE;
}
</style>
background-color css
<style>
a { background-color: #DEDADE; }
a { background-color: rgb(222,218,222); }
div.DivClassName
{
background-color: #DEDADE;
}
.BgClassName
{
background-color: #DEDADE;
}
</style>
border-color css
<style>
span { border-color: #DEDADE; }
span { border-color: rgb(222,218,222); }
td.TdClassName
{
border-color: #DEDADE;
}
.TagClassName
{
border-color: #DEDADE;
}
</style>