Shades of Aqua Haze #DADDD7
Tints of Aqua Haze #DADDD7
RGB
CMYK
RGB Variations
Color information
#DADDD7 (or 0xDADDD7) is known color: Aqua Haze. HEX triplet: DA, DD and D7. RGB value is (218,221,215). Sum of RGB (Red+Green+Blue) = 218+221+215=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDD7 is #252228. Grayscale: #DBDBDB. Windows color (decimal): -2433577 or 14147034. OLE color: 14147034.
HSL color Cylindrical-coordinate representation of color #DADDD7: hue angle of 90º degrees, saturation: 0.08, 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 #DADDD7 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 221 | 215 | - |
CMYK | 0.01 | 0 | 0.03 | 0.13 |
HSL | 90º | 0.08% | 0.85% | - |
HSV(B) | 90º | 0.03% | 0.87% | - |
XYZ | 67.04 | 71.52 | 74.56 | - |
YUV | 219.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 215 | 0.01 | 0 | 0.03 | 0.13 | 90 | 0.08 | 0.85 |
Hex | DA | DD | D7 | 1 | 0 | 3 | D | 5A | 8 | 55 |
Octal | 332 | 335 | 327 | 1 | 0 | 3 | 15 | 132 | 10 | 125 |
Binary | 11011010 | 11011101 | 11010111 | 1 | 0 | 11 | 1101 | 1011010 | 1000 | 1010101 |
Color Harmonies of #DADDD7
Complementary color
Monochromatic Colors of #DADDD7
Black with #DADDD7
Text Example
Text Example
White with #DADDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDD7; }
p { color: rgb(218,221,215); }
H1.HeaderClassName
{
color: #DADDD7;
}
.AnyTagClassName
{
color: #DADDD7;
}
</style>
background-color css
<style>
a { background-color: #DADDD7; }
a { background-color: rgb(218,221,215); }
div.DivClassName
{
background-color: #DADDD7;
}
.BgClassName
{
background-color: #DADDD7;
}
</style>
border-color css
<style>
span { border-color: #DADDD7; }
span { border-color: rgb(218,221,215); }
td.TdClassName
{
border-color: #DADDD7;
}
.TagClassName
{
border-color: #DADDD7;
}
</style>