Shades of Aqua Haze #DBDFD6
Tints of Aqua Haze #DBDFD6
RGB
CMYK
RGB Variations
Color information
#DBDFD6 (or 0xDBDFD6) is known color: Aqua Haze. HEX triplet: DB, DF and D6. RGB value is (219,223,214). Sum of RGB (Red+Green+Blue) = 219+223+214=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFD6 is #242029. Grayscale: #DCDCDC. Windows color (decimal): -2367530 or 14082011. OLE color: 14082011.
HSL color Cylindrical-coordinate representation of color #DBDFD6: hue angle of 86.67º degrees, saturation: 0.12, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDFD6 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 214 | - |
CMYK | 0.02 | 0 | 0.04 | 0.13 |
HSL | 86.67º | 0.12% | 0.86% | - |
HSV(B) | 86.67º | 0.04% | 0.87% | - |
XYZ | 67.74 | 72.69 | 74.08 | - |
YUV | 220.78 | 124.17 | 126.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 214 | 0.02 | 0 | 0.04 | 0.13 | 86.67 | 0.12 | 0.86 |
Hex | DB | DF | D6 | 2 | 0 | 4 | D | 57 | C | 56 |
Octal | 333 | 337 | 326 | 2 | 0 | 4 | 15 | 127 | 14 | 126 |
Binary | 11011011 | 11011111 | 11010110 | 10 | 0 | 100 | 1101 | 1010111 | 1100 | 1010110 |
Color Harmonies of #DBDFD6
Complementary color
Monochromatic Colors of #DBDFD6
Black with #DBDFD6
Text Example
Text Example
White with #DBDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFD6; }
p { color: rgb(219,223,214); }
H1.HeaderClassName
{
color: #DBDFD6;
}
.AnyTagClassName
{
color: #DBDFD6;
}
</style>
background-color css
<style>
a { background-color: #DBDFD6; }
a { background-color: rgb(219,223,214); }
div.DivClassName
{
background-color: #DBDFD6;
}
.BgClassName
{
background-color: #DBDFD6;
}
</style>
border-color css
<style>
span { border-color: #DBDFD6; }
span { border-color: rgb(219,223,214); }
td.TdClassName
{
border-color: #DBDFD6;
}
.TagClassName
{
border-color: #DBDFD6;
}
</style>