Shades of Aqua Haze #D5DAD2
Tints of Aqua Haze #D5DAD2
RGB
CMYK
RGB Variations
Color information
#D5DAD2 (or 0xD5DAD2) is known color: Aqua Haze. HEX triplet: D5, DA and D2. RGB value is (213,218,210). Sum of RGB (Red+Green+Blue) = 213+218+210=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DAD2 is #2A252D. Grayscale: #D7D7D7. Windows color (decimal): -2762030 or 13818581. OLE color: 13818581.
HSL color Cylindrical-coordinate representation of color #D5DAD2: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DAD2 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 218 | 210 | - |
CMYK | 0.02 | 0 | 0.04 | 0.15 |
HSL | 97.5º | 0.1% | 0.84% | - |
HSV(B) | 97.5º | 0.04% | 0.85% | - |
XYZ | 64.14 | 68.94 | 70.9 | - |
YUV | 215.59 | 124.84 | 126.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 218 | 210 | 0.02 | 0 | 0.04 | 0.15 | 97.5 | 0.1 | 0.84 |
Hex | D5 | DA | D2 | 2 | 0 | 4 | F | 62 | A | 54 |
Octal | 325 | 332 | 322 | 2 | 0 | 4 | 17 | 142 | 12 | 124 |
Binary | 11010101 | 11011010 | 11010010 | 10 | 0 | 100 | 1111 | 1100010 | 1010 | 1010100 |
Color Harmonies of #D5DAD2
Complementary color
Monochromatic Colors of #D5DAD2
Black with #D5DAD2
Text Example
Text Example
White with #D5DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DAD2; }
p { color: rgb(213,218,210); }
H1.HeaderClassName
{
color: #D5DAD2;
}
.AnyTagClassName
{
color: #D5DAD2;
}
</style>
background-color css
<style>
a { background-color: #D5DAD2; }
a { background-color: rgb(213,218,210); }
div.DivClassName
{
background-color: #D5DAD2;
}
.BgClassName
{
background-color: #D5DAD2;
}
</style>
border-color css
<style>
span { border-color: #D5DAD2; }
span { border-color: rgb(213,218,210); }
td.TdClassName
{
border-color: #D5DAD2;
}
.TagClassName
{
border-color: #D5DAD2;
}
</style>