Shades of Aqua Haze #DBDFD8
Tints of Aqua Haze #DBDFD8
RGB
CMYK
RGB Variations
Color information
#DBDFD8 (or 0xDBDFD8) is known color: Aqua Haze. HEX triplet: DB, DF and D8. RGB value is (219,223,216). Sum of RGB (Red+Green+Blue) = 219+223+216=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFD8 is #242027. Grayscale: #DDDDDD. Windows color (decimal): -2367528 or 14213083. OLE color: 14213083.
HSL color Cylindrical-coordinate representation of color #DBDFD8: hue angle of 94.29º 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 #DBDFD8 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 216 | - |
CMYK | 0.02 | 0 | 0.03 | 0.13 |
HSL | 94.29º | 0.1% | 0.86% | - |
HSV(B) | 94.29º | 0.03% | 0.87% | - |
XYZ | 68 | 72.79 | 75.43 | - |
YUV | 221.01 | 125.17 | 126.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 216 | 0.02 | 0 | 0.03 | 0.13 | 94.29 | 0.1 | 0.86 |
Hex | DB | DF | D8 | 2 | 0 | 3 | D | 5E | A | 56 |
Octal | 333 | 337 | 330 | 2 | 0 | 3 | 15 | 136 | 12 | 126 |
Binary | 11011011 | 11011111 | 11011000 | 10 | 0 | 11 | 1101 | 1011110 | 1010 | 1010110 |
Color Harmonies of #DBDFD8
Complementary color
Monochromatic Colors of #DBDFD8
Black with #DBDFD8
Text Example
Text Example
White with #DBDFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFD8; }
p { color: rgb(219,223,216); }
H1.HeaderClassName
{
color: #DBDFD8;
}
.AnyTagClassName
{
color: #DBDFD8;
}
</style>
background-color css
<style>
a { background-color: #DBDFD8; }
a { background-color: rgb(219,223,216); }
div.DivClassName
{
background-color: #DBDFD8;
}
.BgClassName
{
background-color: #DBDFD8;
}
</style>
border-color css
<style>
span { border-color: #DBDFD8; }
span { border-color: rgb(219,223,216); }
td.TdClassName
{
border-color: #DBDFD8;
}
.TagClassName
{
border-color: #DBDFD8;
}
</style>