Shades of Aqua Haze #D8DAD6
Tints of Aqua Haze #D8DAD6
RGB
CMYK
RGB Variations
Color information
#D8DAD6 (or 0xD8DAD6) is known color: Aqua Haze. HEX triplet: D8, DA and D6. RGB value is (216,218,214). Sum of RGB (Red+Green+Blue) = 216+218+214=648 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.33% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 214 (83.98% from 255 or 33.02% from 648); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DAD6 is #272529. Grayscale: #D8D8D8. Windows color (decimal): -2565418 or 14080728. OLE color: 14080728.
HSL color Cylindrical-coordinate representation of color #D8DAD6: hue angle of 90º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D8DAD6 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 218 | 214 | - |
CMYK | 0.01 | 0 | 0.02 | 0.15 |
HSL | 90º | 0.05% | 0.85% | - |
HSV(B) | 90º | 0.02% | 0.85% | - |
XYZ | 65.53 | 69.6 | 73.6 | - |
YUV | 216.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 218 | 214 | 0.01 | 0 | 0.02 | 0.15 | 90 | 0.05 | 0.85 |
Hex | D8 | DA | D6 | 1 | 0 | 2 | F | 5A | 5 | 55 |
Octal | 330 | 332 | 326 | 1 | 0 | 2 | 17 | 132 | 5 | 125 |
Binary | 11011000 | 11011010 | 11010110 | 1 | 0 | 10 | 1111 | 1011010 | 101 | 1010101 |
Color Harmonies of #D8DAD6
Complementary color
Monochromatic Colors of #D8DAD6
Black with #D8DAD6
Text Example
Text Example
White with #D8DAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DAD6; }
p { color: rgb(216,218,214); }
H1.HeaderClassName
{
color: #D8DAD6;
}
.AnyTagClassName
{
color: #D8DAD6;
}
</style>
background-color css
<style>
a { background-color: #D8DAD6; }
a { background-color: rgb(216,218,214); }
div.DivClassName
{
background-color: #D8DAD6;
}
.BgClassName
{
background-color: #D8DAD6;
}
</style>
border-color css
<style>
span { border-color: #D8DAD6; }
span { border-color: rgb(216,218,214); }
td.TdClassName
{
border-color: #D8DAD6;
}
.TagClassName
{
border-color: #D8DAD6;
}
</style>