Shades of Aqua Haze #D8DBD4
Tints of Aqua Haze #D8DBD4
RGB
CMYK
RGB Variations
Color information
#D8DBD4 (or 0xD8DBD4) is known color: Aqua Haze. HEX triplet: D8, DB and D4. RGB value is (216,219,212). Sum of RGB (Red+Green+Blue) = 216+219+212=647 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.38% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBD4 is #27242B. Grayscale: #D9D9D9. Windows color (decimal): -2565164 or 13949912. OLE color: 13949912.
HSL color Cylindrical-coordinate representation of color #D8DBD4: hue angle of 85.71º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8DBD4 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 216 | 219 | 212 | - |
CMYK | 0.01 | 0 | 0.03 | 0.14 |
HSL | 85.71º | 0.09% | 0.85% | - |
HSV(B) | 85.71º | 0.03% | 0.86% | - |
XYZ | 65.53 | 70.02 | 72.35 | - |
YUV | 217.31 | 125.01 | 127.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 219 | 212 | 0.01 | 0 | 0.03 | 0.14 | 85.71 | 0.09 | 0.85 |
Hex | D8 | DB | D4 | 1 | 0 | 3 | E | 56 | 9 | 55 |
Octal | 330 | 333 | 324 | 1 | 0 | 3 | 16 | 126 | 11 | 125 |
Binary | 11011000 | 11011011 | 11010100 | 1 | 0 | 11 | 1110 | 1010110 | 1001 | 1010101 |
Color Harmonies of #D8DBD4
Complementary color
Monochromatic Colors of #D8DBD4
Black with #D8DBD4
Text Example
Text Example
White with #D8DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBD4; }
p { color: rgb(216,219,212); }
H1.HeaderClassName
{
color: #D8DBD4;
}
.AnyTagClassName
{
color: #D8DBD4;
}
</style>
background-color css
<style>
a { background-color: #D8DBD4; }
a { background-color: rgb(216,219,212); }
div.DivClassName
{
background-color: #D8DBD4;
}
.BgClassName
{
background-color: #D8DBD4;
}
</style>
border-color css
<style>
span { border-color: #D8DBD4; }
span { border-color: rgb(216,219,212); }
td.TdClassName
{
border-color: #D8DBD4;
}
.TagClassName
{
border-color: #D8DBD4;
}
</style>