Shades of Aqua Haze #DADED5
Tints of Aqua Haze #DADED5
RGB
CMYK
RGB Variations
Color information
#DADED5 (or 0xDADED5) is known color: Aqua Haze. HEX triplet: DA, DE and D5. RGB value is (218,222,213). Sum of RGB (Red+Green+Blue) = 218+222+213=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 222 - color contains mainly: green. Hex color #DADED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADED5 is #25212A. Grayscale: #DBDBDB. Windows color (decimal): -2433323 or 14016218. OLE color: 14016218.
HSL color Cylindrical-coordinate representation of color #DADED5: hue angle of 86.67º degrees, saturation: 0.12, 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 #DADED5 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 222 | 213 | - |
CMYK | 0.02 | 0 | 0.04 | 0.13 |
HSL | 86.67º | 0.12% | 0.85% | - |
HSV(B) | 86.67º | 0.04% | 0.87% | - |
XYZ | 67.04 | 71.95 | 73.31 | - |
YUV | 219.78 | 124.17 | 126.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 213 | 0.02 | 0 | 0.04 | 0.13 | 86.67 | 0.12 | 0.85 |
Hex | DA | DE | D5 | 2 | 0 | 4 | D | 57 | C | 55 |
Octal | 332 | 336 | 325 | 2 | 0 | 4 | 15 | 127 | 14 | 125 |
Binary | 11011010 | 11011110 | 11010101 | 10 | 0 | 100 | 1101 | 1010111 | 1100 | 1010101 |
Color Harmonies of #DADED5
Complementary color
Monochromatic Colors of #DADED5
Black with #DADED5
Text Example
Text Example
White with #DADED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADED5; }
p { color: rgb(218,222,213); }
H1.HeaderClassName
{
color: #DADED5;
}
.AnyTagClassName
{
color: #DADED5;
}
</style>
background-color css
<style>
a { background-color: #DADED5; }
a { background-color: rgb(218,222,213); }
div.DivClassName
{
background-color: #DADED5;
}
.BgClassName
{
background-color: #DADED5;
}
</style>
border-color css
<style>
span { border-color: #DADED5; }
span { border-color: rgb(218,222,213); }
td.TdClassName
{
border-color: #DADED5;
}
.TagClassName
{
border-color: #DADED5;
}
</style>