Shades of Aqua Haze #DADED7
Tints of Aqua Haze #DADED7
RGB
CMYK
RGB Variations
Color information
#DADED7 (or 0xDADED7) is known color: Aqua Haze. HEX triplet: DA, DE and D7. RGB value is (218,222,215). Sum of RGB (Red+Green+Blue) = 218+222+215=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 222 - color contains mainly: green. Hex color #DADED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADED7 is #252128. Grayscale: #DCDCDC. Windows color (decimal): -2433321 or 14147290. OLE color: 14147290.
HSL color Cylindrical-coordinate representation of color #DADED7: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADED7 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 222 | 215 | - |
CMYK | 0.02 | 0 | 0.03 | 0.13 |
HSL | 94.29º | 0.1% | 0.86% | - |
HSV(B) | 94.29º | 0.03% | 0.87% | - |
XYZ | 67.3 | 72.05 | 74.65 | - |
YUV | 220.01 | 125.17 | 126.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 215 | 0.02 | 0 | 0.03 | 0.13 | 94.29 | 0.1 | 0.86 |
Hex | DA | DE | D7 | 2 | 0 | 3 | D | 5E | A | 56 |
Octal | 332 | 336 | 327 | 2 | 0 | 3 | 15 | 136 | 12 | 126 |
Binary | 11011010 | 11011110 | 11010111 | 10 | 0 | 11 | 1101 | 1011110 | 1010 | 1010110 |
Color Harmonies of #DADED7
Complementary color
Monochromatic Colors of #DADED7
Black with #DADED7
Text Example
Text Example
White with #DADED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADED7; }
p { color: rgb(218,222,215); }
H1.HeaderClassName
{
color: #DADED7;
}
.AnyTagClassName
{
color: #DADED7;
}
</style>
background-color css
<style>
a { background-color: #DADED7; }
a { background-color: rgb(218,222,215); }
div.DivClassName
{
background-color: #DADED7;
}
.BgClassName
{
background-color: #DADED7;
}
</style>
border-color css
<style>
span { border-color: #DADED7; }
span { border-color: rgb(218,222,215); }
td.TdClassName
{
border-color: #DADED7;
}
.TagClassName
{
border-color: #DADED7;
}
</style>