Shades of Aqua Haze #D6DAD2
Tints of Aqua Haze #D6DAD2
RGB
CMYK
RGB Variations
Color information
#D6DAD2 (or 0xD6DAD2) is known color: Aqua Haze. HEX triplet: D6, DA and D2. RGB value is (214,218,210). Sum of RGB (Red+Green+Blue) = 214+218+210=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DAD2 is #29252D. Grayscale: #D7D7D7. Windows color (decimal): -2696494 or 13818582. OLE color: 13818582.
HSL color Cylindrical-coordinate representation of color #D6DAD2: hue angle of 90º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6DAD2 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 214 | 218 | 210 | - |
CMYK | 0.02 | 0 | 0.04 | 0.15 |
HSL | 90º | 0.1% | 0.84% | - |
HSV(B) | 90º | 0.04% | 0.85% | - |
XYZ | 64.44 | 69.09 | 70.91 | - |
YUV | 215.89 | 124.67 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 218 | 210 | 0.02 | 0 | 0.04 | 0.15 | 90 | 0.1 | 0.84 |
Hex | D6 | DA | D2 | 2 | 0 | 4 | F | 5A | A | 54 |
Octal | 326 | 332 | 322 | 2 | 0 | 4 | 17 | 132 | 12 | 124 |
Binary | 11010110 | 11011010 | 11010010 | 10 | 0 | 100 | 1111 | 1011010 | 1010 | 1010100 |
Color Harmonies of #D6DAD2
Complementary color
Monochromatic Colors of #D6DAD2
Black with #D6DAD2
Text Example
Text Example
White with #D6DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAD2; }
p { color: rgb(214,218,210); }
H1.HeaderClassName
{
color: #D6DAD2;
}
.AnyTagClassName
{
color: #D6DAD2;
}
</style>
background-color css
<style>
a { background-color: #D6DAD2; }
a { background-color: rgb(214,218,210); }
div.DivClassName
{
background-color: #D6DAD2;
}
.BgClassName
{
background-color: #D6DAD2;
}
</style>
border-color css
<style>
span { border-color: #D6DAD2; }
span { border-color: rgb(214,218,210); }
td.TdClassName
{
border-color: #D6DAD2;
}
.TagClassName
{
border-color: #D6DAD2;
}
</style>