Shades of Aqua Haze #DADED6
Tints of Aqua Haze #DADED6
RGB
CMYK
RGB Variations
Color information
#DADED6 (or 0xDADED6) is known color: Aqua Haze. HEX triplet: DA, DE and D6. RGB value is (218,222,214). Sum of RGB (Red+Green+Blue) = 218+222+214=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 222 - color contains mainly: green. Hex color #DADED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADED6 is #252129. Grayscale: #DBDBDB. Windows color (decimal): -2433322 or 14081754. OLE color: 14081754.
HSL color Cylindrical-coordinate representation of color #DADED6: hue angle of 90º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DADED6 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 222 | 214 | - |
CMYK | 0.02 | 0 | 0.04 | 0.13 |
HSL | 90º | 0.11% | 0.85% | - |
HSV(B) | 90º | 0.04% | 0.87% | - |
XYZ | 67.17 | 72 | 73.98 | - |
YUV | 219.89 | 124.67 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 214 | 0.02 | 0 | 0.04 | 0.13 | 90 | 0.11 | 0.85 |
Hex | DA | DE | D6 | 2 | 0 | 4 | D | 5A | B | 55 |
Octal | 332 | 336 | 326 | 2 | 0 | 4 | 15 | 132 | 13 | 125 |
Binary | 11011010 | 11011110 | 11010110 | 10 | 0 | 100 | 1101 | 1011010 | 1011 | 1010101 |
Color Harmonies of #DADED6
Complementary color
Monochromatic Colors of #DADED6
Black with #DADED6
Text Example
Text Example
White with #DADED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADED6; }
p { color: rgb(218,222,214); }
H1.HeaderClassName
{
color: #DADED6;
}
.AnyTagClassName
{
color: #DADED6;
}
</style>
background-color css
<style>
a { background-color: #DADED6; }
a { background-color: rgb(218,222,214); }
div.DivClassName
{
background-color: #DADED6;
}
.BgClassName
{
background-color: #DADED6;
}
</style>
border-color css
<style>
span { border-color: #DADED6; }
span { border-color: rgb(218,222,214); }
td.TdClassName
{
border-color: #DADED6;
}
.TagClassName
{
border-color: #DADED6;
}
</style>