Shades of Aqua Haze #DBDED7
Tints of Aqua Haze #DBDED7
RGB
CMYK
RGB Variations
Color information
#DBDED7 (or 0xDBDED7) is known color: Aqua Haze. HEX triplet: DB, DE and D7. RGB value is (219,222,215). Sum of RGB (Red+Green+Blue) = 219+222+215=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDED7 is #242128. Grayscale: #DCDCDC. Windows color (decimal): -2367785 or 14147291. OLE color: 14147291.
HSL color Cylindrical-coordinate representation of color #DBDED7: hue angle of 85.71º 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 #DBDED7 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 222 | 215 | - |
CMYK | 0.01 | 0 | 0.03 | 0.13 |
HSL | 85.71º | 0.1% | 0.86% | - |
HSV(B) | 85.71º | 0.03% | 0.87% | - |
XYZ | 67.6 | 72.21 | 74.66 | - |
YUV | 220.31 | 125.01 | 127.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 215 | 0.01 | 0 | 0.03 | 0.13 | 85.71 | 0.1 | 0.86 |
Hex | DB | DE | D7 | 1 | 0 | 3 | D | 56 | A | 56 |
Octal | 333 | 336 | 327 | 1 | 0 | 3 | 15 | 126 | 12 | 126 |
Binary | 11011011 | 11011110 | 11010111 | 1 | 0 | 11 | 1101 | 1010110 | 1010 | 1010110 |
Color Harmonies of #DBDED7
Complementary color
Monochromatic Colors of #DBDED7
Black with #DBDED7
Text Example
Text Example
White with #DBDED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDED7; }
p { color: rgb(219,222,215); }
H1.HeaderClassName
{
color: #DBDED7;
}
.AnyTagClassName
{
color: #DBDED7;
}
</style>
background-color css
<style>
a { background-color: #DBDED7; }
a { background-color: rgb(219,222,215); }
div.DivClassName
{
background-color: #DBDED7;
}
.BgClassName
{
background-color: #DBDED7;
}
</style>
border-color css
<style>
span { border-color: #DBDED7; }
span { border-color: rgb(219,222,215); }
td.TdClassName
{
border-color: #DBDED7;
}
.TagClassName
{
border-color: #DBDED7;
}
</style>