Shades of Aqua Haze #DBDCDA
Tints of Aqua Haze #DBDCDA
RGB
CMYK
RGB Variations
Color information
#DBDCDA (or 0xDBDCDA) is known color: Aqua Haze. HEX triplet: DB, DC and DA. RGB value is (219,220,218). Sum of RGB (Red+Green+Blue) = 219+220+218=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCDA is #242325. Grayscale: #DBDBDB. Windows color (decimal): -2368294 or 14343387. OLE color: 14343387.
HSL color Cylindrical-coordinate representation of color #DBDCDA: hue angle of 90º degrees, saturation: 0.03, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBDCDA is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 220 | 218 | - |
CMYK | 0.00 | 0 | 0.01 | 0.14 |
HSL | 90º | 0.03% | 0.86% | - |
HSV(B) | 90º | 0.01% | 0.86% | - |
XYZ | 67.46 | 71.31 | 76.54 | - |
YUV | 219.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 218 | 0.00 | 0 | 0.01 | 0.14 | 90 | 0.03 | 0.86 |
Hex | DB | DC | DA | 0 | 0 | 1 | E | 5A | 3 | 56 |
Octal | 333 | 334 | 332 | 0 | 0 | 1 | 16 | 132 | 3 | 126 |
Binary | 11011011 | 11011100 | 11011010 | 0 | 0 | 1 | 1110 | 1011010 | 11 | 1010110 |
Color Harmonies of #DBDCDA
Complementary color
Monochromatic Colors of #DBDCDA
Black with #DBDCDA
Text Example
Text Example
White with #DBDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCDA; }
p { color: rgb(219,220,218); }
H1.HeaderClassName
{
color: #DBDCDA;
}
.AnyTagClassName
{
color: #DBDCDA;
}
</style>
background-color css
<style>
a { background-color: #DBDCDA; }
a { background-color: rgb(219,220,218); }
div.DivClassName
{
background-color: #DBDCDA;
}
.BgClassName
{
background-color: #DBDCDA;
}
</style>
border-color css
<style>
span { border-color: #DBDCDA; }
span { border-color: rgb(219,220,218); }
td.TdClassName
{
border-color: #DBDCDA;
}
.TagClassName
{
border-color: #DBDCDA;
}
</style>