Shades of Black Haze #DEDDDA
Tints of Black Haze #DEDDDA
RGB
CMYK
RGB Variations
Color information
#DEDDDA (or 0xDEDDDA) is known color: Black Haze. HEX triplet: DE, DD and DA. RGB value is (222,221,218). Sum of RGB (Red+Green+Blue) = 222+221+218=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDDA is #212225. Grayscale: #DCDCDC. Windows color (decimal): -2171430 or 14343646. OLE color: 14343646.
HSL color Cylindrical-coordinate representation of color #DEDDDA: hue angle of 45º 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 #DEDDDA is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 221 | 218 | - |
CMYK | 0 | 0.00 | 0.02 | 0.13 |
HSL | 45º | 0.06% | 0.86% | - |
HSV(B) | 45º | 0.02% | 0.87% | - |
XYZ | 68.64 | 72.3 | 76.67 | - |
YUV | 220.96 | 126.33 | 128.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 218 | 0 | 0.00 | 0.02 | 0.13 | 45 | 0.06 | 0.86 |
Hex | DE | DD | DA | 0 | 0 | 2 | D | 2D | 6 | 56 |
Octal | 336 | 335 | 332 | 0 | 0 | 2 | 15 | 55 | 6 | 126 |
Binary | 11011110 | 11011101 | 11011010 | 0 | 0 | 10 | 1101 | 101101 | 110 | 1010110 |
Color Harmonies of #DEDDDA
Complementary color
Monochromatic Colors of #DEDDDA
Black with #DEDDDA
Text Example
Text Example
White with #DEDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDDA; }
p { color: rgb(222,221,218); }
H1.HeaderClassName
{
color: #DEDDDA;
}
.AnyTagClassName
{
color: #DEDDDA;
}
</style>
background-color css
<style>
a { background-color: #DEDDDA; }
a { background-color: rgb(222,221,218); }
div.DivClassName
{
background-color: #DEDDDA;
}
.BgClassName
{
background-color: #DEDDDA;
}
</style>
border-color css
<style>
span { border-color: #DEDDDA; }
span { border-color: rgb(222,221,218); }
td.TdClassName
{
border-color: #DEDDDA;
}
.TagClassName
{
border-color: #DEDDDA;
}
</style>