Shades of Aqua Haze #DADDD6
Tints of Aqua Haze #DADDD6
RGB
CMYK
RGB Variations
Color information
#DADDD6 (or 0xDADDD6) is known color: Aqua Haze. HEX triplet: DA, DD and D6. RGB value is (218,221,214). Sum of RGB (Red+Green+Blue) = 218+221+214=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDD6 is #252229. Grayscale: #DBDBDB. Windows color (decimal): -2433578 or 14081498. OLE color: 14081498.
HSL color Cylindrical-coordinate representation of color #DADDD6: hue angle of 85.71º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADDD6 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 221 | 214 | - |
CMYK | 0.01 | 0 | 0.03 | 0.13 |
HSL | 85.71º | 0.09% | 0.85% | - |
HSV(B) | 85.71º | 0.03% | 0.87% | - |
XYZ | 66.91 | 71.47 | 73.89 | - |
YUV | 219.31 | 125.01 | 127.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 214 | 0.01 | 0 | 0.03 | 0.13 | 85.71 | 0.09 | 0.85 |
Hex | DA | DD | D6 | 1 | 0 | 3 | D | 56 | 9 | 55 |
Octal | 332 | 335 | 326 | 1 | 0 | 3 | 15 | 126 | 11 | 125 |
Binary | 11011010 | 11011101 | 11010110 | 1 | 0 | 11 | 1101 | 1010110 | 1001 | 1010101 |
Color Harmonies of #DADDD6
Complementary color
Monochromatic Colors of #DADDD6
Black with #DADDD6
Text Example
Text Example
White with #DADDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDD6; }
p { color: rgb(218,221,214); }
H1.HeaderClassName
{
color: #DADDD6;
}
.AnyTagClassName
{
color: #DADDD6;
}
</style>
background-color css
<style>
a { background-color: #DADDD6; }
a { background-color: rgb(218,221,214); }
div.DivClassName
{
background-color: #DADDD6;
}
.BgClassName
{
background-color: #DADDD6;
}
</style>
border-color css
<style>
span { border-color: #DADDD6; }
span { border-color: rgb(218,221,214); }
td.TdClassName
{
border-color: #DADDD6;
}
.TagClassName
{
border-color: #DADDD6;
}
</style>