Shades of Aqua Haze #DADED4
Tints of Aqua Haze #DADED4
RGB
CMYK
RGB Variations
Color information
#DADED4 (or 0xDADED4) is known color: Aqua Haze. HEX triplet: DA, DE and D4. RGB value is (218,222,212). Sum of RGB (Red+Green+Blue) = 218+222+212=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 222 - color contains mainly: green. Hex color #DADED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADED4 is #25212B. Grayscale: #DBDBDB. Windows color (decimal): -2433324 or 13950682. OLE color: 13950682.
HSL color Cylindrical-coordinate representation of color #DADED4: hue angle of 84º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DADED4 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 222 | 212 | - |
CMYK | 0.02 | 0 | 0.05 | 0.13 |
HSL | 84º | 0.13% | 0.85% | - |
HSV(B) | 84º | 0.05% | 0.87% | - |
XYZ | 66.92 | 71.9 | 72.64 | - |
YUV | 219.66 | 123.67 | 126.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 212 | 0.02 | 0 | 0.05 | 0.13 | 84 | 0.13 | 0.85 |
Hex | DA | DE | D4 | 2 | 0 | 5 | D | 54 | D | 55 |
Octal | 332 | 336 | 324 | 2 | 0 | 5 | 15 | 124 | 15 | 125 |
Binary | 11011010 | 11011110 | 11010100 | 10 | 0 | 101 | 1101 | 1010100 | 1101 | 1010101 |
Color Harmonies of #DADED4
Complementary color
Monochromatic Colors of #DADED4
Black with #DADED4
Text Example
Text Example
White with #DADED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADED4; }
p { color: rgb(218,222,212); }
H1.HeaderClassName
{
color: #DADED4;
}
.AnyTagClassName
{
color: #DADED4;
}
</style>
background-color css
<style>
a { background-color: #DADED4; }
a { background-color: rgb(218,222,212); }
div.DivClassName
{
background-color: #DADED4;
}
.BgClassName
{
background-color: #DADED4;
}
</style>
border-color css
<style>
span { border-color: #DADED4; }
span { border-color: rgb(218,222,212); }
td.TdClassName
{
border-color: #DADED4;
}
.TagClassName
{
border-color: #DADED4;
}
</style>