Shades of Aqua Haze #DBDFD7
Tints of Aqua Haze #DBDFD7
RGB
CMYK
RGB Variations
Color information
#DBDFD7 (or 0xDBDFD7) is known color: Aqua Haze. HEX triplet: DB, DF and D7. RGB value is (219,223,215). Sum of RGB (Red+Green+Blue) = 219+223+215=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFD7 is #242028. Grayscale: #DCDCDC. Windows color (decimal): -2367529 or 14147547. OLE color: 14147547.
HSL color Cylindrical-coordinate representation of color #DBDFD7: hue angle of 90º degrees, saturation: 0.11, 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 #DBDFD7 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 215 | - |
CMYK | 0.02 | 0 | 0.04 | 0.13 |
HSL | 90º | 0.11% | 0.86% | - |
HSV(B) | 90º | 0.04% | 0.87% | - |
XYZ | 67.87 | 72.74 | 74.75 | - |
YUV | 220.89 | 124.67 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 215 | 0.02 | 0 | 0.04 | 0.13 | 90 | 0.11 | 0.86 |
Hex | DB | DF | D7 | 2 | 0 | 4 | D | 5A | B | 56 |
Octal | 333 | 337 | 327 | 2 | 0 | 4 | 15 | 132 | 13 | 126 |
Binary | 11011011 | 11011111 | 11010111 | 10 | 0 | 100 | 1101 | 1011010 | 1011 | 1010110 |
Color Harmonies of #DBDFD7
Complementary color
Monochromatic Colors of #DBDFD7
Black with #DBDFD7
Text Example
Text Example
White with #DBDFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFD7; }
p { color: rgb(219,223,215); }
H1.HeaderClassName
{
color: #DBDFD7;
}
.AnyTagClassName
{
color: #DBDFD7;
}
</style>
background-color css
<style>
a { background-color: #DBDFD7; }
a { background-color: rgb(219,223,215); }
div.DivClassName
{
background-color: #DBDFD7;
}
.BgClassName
{
background-color: #DBDFD7;
}
</style>
border-color css
<style>
span { border-color: #DBDFD7; }
span { border-color: rgb(219,223,215); }
td.TdClassName
{
border-color: #DBDFD7;
}
.TagClassName
{
border-color: #DBDFD7;
}
</style>