Shades of Aqua Haze #DADCD7
Tints of Aqua Haze #DADCD7
RGB
CMYK
RGB Variations
Color information
#DADCD7 (or 0xDADCD7) is known color: Aqua Haze. HEX triplet: DA, DC and D7. RGB value is (218,220,215). Sum of RGB (Red+Green+Blue) = 218+220+215=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCD7 is #252328. Grayscale: #DADADA. Windows color (decimal): -2433833 or 14146778. OLE color: 14146778.
HSL color Cylindrical-coordinate representation of color #DADCD7: hue angle of 84º degrees, saturation: 0.07, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DADCD7 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 220 | 215 | - |
CMYK | 0.01 | 0 | 0.02 | 0.14 |
HSL | 84º | 0.07% | 0.85% | - |
HSV(B) | 84º | 0.02% | 0.86% | - |
XYZ | 66.77 | 71 | 74.47 | - |
YUV | 218.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 220 | 215 | 0.01 | 0 | 0.02 | 0.14 | 84 | 0.07 | 0.85 |
Hex | DA | DC | D7 | 1 | 0 | 2 | E | 54 | 7 | 55 |
Octal | 332 | 334 | 327 | 1 | 0 | 2 | 16 | 124 | 7 | 125 |
Binary | 11011010 | 11011100 | 11010111 | 1 | 0 | 10 | 1110 | 1010100 | 111 | 1010101 |
Color Harmonies of #DADCD7
Complementary color
Monochromatic Colors of #DADCD7
Black with #DADCD7
Text Example
Text Example
White with #DADCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCD7; }
p { color: rgb(218,220,215); }
H1.HeaderClassName
{
color: #DADCD7;
}
.AnyTagClassName
{
color: #DADCD7;
}
</style>
background-color css
<style>
a { background-color: #DADCD7; }
a { background-color: rgb(218,220,215); }
div.DivClassName
{
background-color: #DADCD7;
}
.BgClassName
{
background-color: #DADCD7;
}
</style>
border-color css
<style>
span { border-color: #DADCD7; }
span { border-color: rgb(218,220,215); }
td.TdClassName
{
border-color: #DADCD7;
}
.TagClassName
{
border-color: #DADCD7;
}
</style>