Shades of Aqua Haze #D6DAD3
Tints of Aqua Haze #D6DAD3
RGB
CMYK
RGB Variations
Color information
#D6DAD3 (or 0xD6DAD3) is known color: Aqua Haze. HEX triplet: D6, DA and D3. RGB value is (214,218,211). Sum of RGB (Red+Green+Blue) = 214+218+211=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DAD3 is #29252C. Grayscale: #D8D8D8. Windows color (decimal): -2696493 or 13884118. OLE color: 13884118.
HSL color Cylindrical-coordinate representation of color #D6DAD3: hue angle of 94.29º degrees, saturation: 0.09, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6DAD3 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 214 | 218 | 211 | - |
CMYK | 0.02 | 0 | 0.03 | 0.15 |
HSL | 94.29º | 0.09% | 0.84% | - |
HSV(B) | 94.29º | 0.03% | 0.85% | - |
XYZ | 64.56 | 69.14 | 71.57 | - |
YUV | 216.01 | 125.17 | 126.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 218 | 211 | 0.02 | 0 | 0.03 | 0.15 | 94.29 | 0.09 | 0.84 |
Hex | D6 | DA | D3 | 2 | 0 | 3 | F | 5E | 9 | 54 |
Octal | 326 | 332 | 323 | 2 | 0 | 3 | 17 | 136 | 11 | 124 |
Binary | 11010110 | 11011010 | 11010011 | 10 | 0 | 11 | 1111 | 1011110 | 1001 | 1010100 |
Color Harmonies of #D6DAD3
Complementary color
Monochromatic Colors of #D6DAD3
Black with #D6DAD3
Text Example
Text Example
White with #D6DAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAD3; }
p { color: rgb(214,218,211); }
H1.HeaderClassName
{
color: #D6DAD3;
}
.AnyTagClassName
{
color: #D6DAD3;
}
</style>
background-color css
<style>
a { background-color: #D6DAD3; }
a { background-color: rgb(214,218,211); }
div.DivClassName
{
background-color: #D6DAD3;
}
.BgClassName
{
background-color: #D6DAD3;
}
</style>
border-color css
<style>
span { border-color: #D6DAD3; }
span { border-color: rgb(214,218,211); }
td.TdClassName
{
border-color: #D6DAD3;
}
.TagClassName
{
border-color: #D6DAD3;
}
</style>