Shades of Aqua Haze #DBDDD8
Tints of Aqua Haze #DBDDD8
RGB
CMYK
RGB Variations
Color information
#DBDDD8 (or 0xDBDDD8) is known color: Aqua Haze. HEX triplet: DB, DD and D8. RGB value is (219,221,216). Sum of RGB (Red+Green+Blue) = 219+221+216=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDD8 is #242227. Grayscale: #DBDBDB. Windows color (decimal): -2368040 or 14212571. OLE color: 14212571.
HSL color Cylindrical-coordinate representation of color #DBDDD8: hue angle of 84º degrees, saturation: 0.07, 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 #DBDDD8 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 216 | - |
CMYK | 0.01 | 0 | 0.02 | 0.13 |
HSL | 84º | 0.07% | 0.86% | - |
HSV(B) | 84º | 0.02% | 0.87% | - |
XYZ | 67.46 | 71.73 | 75.26 | - |
YUV | 219.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 216 | 0.01 | 0 | 0.02 | 0.13 | 84 | 0.07 | 0.86 |
Hex | DB | DD | D8 | 1 | 0 | 2 | D | 54 | 7 | 56 |
Octal | 333 | 335 | 330 | 1 | 0 | 2 | 15 | 124 | 7 | 126 |
Binary | 11011011 | 11011101 | 11011000 | 1 | 0 | 10 | 1101 | 1010100 | 111 | 1010110 |
Color Harmonies of #DBDDD8
Complementary color
Monochromatic Colors of #DBDDD8
Black with #DBDDD8
Text Example
Text Example
White with #DBDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDD8; }
p { color: rgb(219,221,216); }
H1.HeaderClassName
{
color: #DBDDD8;
}
.AnyTagClassName
{
color: #DBDDD8;
}
</style>
background-color css
<style>
a { background-color: #DBDDD8; }
a { background-color: rgb(219,221,216); }
div.DivClassName
{
background-color: #DBDDD8;
}
.BgClassName
{
background-color: #DBDDD8;
}
</style>
border-color css
<style>
span { border-color: #DBDDD8; }
span { border-color: rgb(219,221,216); }
td.TdClassName
{
border-color: #DBDDD8;
}
.TagClassName
{
border-color: #DBDDD8;
}
</style>