Shades of Black Haze #DFDDD8
Tints of Black Haze #DFDDD8
RGB
CMYK
RGB Variations
Color information
#DFDDD8 (or 0xDFDDD8) is known color: Black Haze. HEX triplet: DF, DD and D8. RGB value is (223,221,216). Sum of RGB (Red+Green+Blue) = 223+221+216=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDD8 is #202227. Grayscale: #DDDDDD. Windows color (decimal): -2105896 or 14212575. OLE color: 14212575.
HSL color Cylindrical-coordinate representation of color #DFDDD8: hue angle of 42.86º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFDDD8 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 216 | - |
CMYK | 0 | 0.01 | 0.03 | 0.13 |
HSL | 42.86º | 0.1% | 0.86% | - |
HSV(B) | 42.86º | 0.03% | 0.87% | - |
XYZ | 68.68 | 72.36 | 75.31 | - |
YUV | 221.03 | 125.16 | 129.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 216 | 0 | 0.01 | 0.03 | 0.13 | 42.86 | 0.1 | 0.86 |
Hex | DF | DD | D8 | 0 | 1 | 3 | D | 2B | A | 56 |
Octal | 337 | 335 | 330 | 0 | 1 | 3 | 15 | 53 | 12 | 126 |
Binary | 11011111 | 11011101 | 11011000 | 0 | 1 | 11 | 1101 | 101011 | 1010 | 1010110 |
Color Harmonies of #DFDDD8
Complementary color
Monochromatic Colors of #DFDDD8
Black with #DFDDD8
Text Example
Text Example
White with #DFDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDD8; }
p { color: rgb(223,221,216); }
H1.HeaderClassName
{
color: #DFDDD8;
}
.AnyTagClassName
{
color: #DFDDD8;
}
</style>
background-color css
<style>
a { background-color: #DFDDD8; }
a { background-color: rgb(223,221,216); }
div.DivClassName
{
background-color: #DFDDD8;
}
.BgClassName
{
background-color: #DFDDD8;
}
</style>
border-color css
<style>
span { border-color: #DFDDD8; }
span { border-color: rgb(223,221,216); }
td.TdClassName
{
border-color: #DFDDD8;
}
.TagClassName
{
border-color: #DFDDD8;
}
</style>