Shades of Aqua Haze #D5DAD1
Tints of Aqua Haze #D5DAD1
RGB
CMYK
RGB Variations
Color information
#D5DAD1 (or 0xD5DAD1) is known color: Aqua Haze. HEX triplet: D5, DA and D1. RGB value is (213,218,209). Sum of RGB (Red+Green+Blue) = 213+218+209=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DAD1 is #2A252E. Grayscale: #D7D7D7. Windows color (decimal): -2762031 or 13753045. OLE color: 13753045.
HSL color Cylindrical-coordinate representation of color #D5DAD1: hue angle of 93.33º degrees, saturation: 0.11, 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 #D5DAD1 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 218 | 209 | - |
CMYK | 0.02 | 0 | 0.04 | 0.15 |
HSL | 93.33º | 0.11% | 0.84% | - |
HSV(B) | 93.33º | 0.04% | 0.85% | - |
XYZ | 64.02 | 68.89 | 70.24 | - |
YUV | 215.48 | 124.34 | 126.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 218 | 209 | 0.02 | 0 | 0.04 | 0.15 | 93.33 | 0.11 | 0.84 |
Hex | D5 | DA | D1 | 2 | 0 | 4 | F | 5D | B | 54 |
Octal | 325 | 332 | 321 | 2 | 0 | 4 | 17 | 135 | 13 | 124 |
Binary | 11010101 | 11011010 | 11010001 | 10 | 0 | 100 | 1111 | 1011101 | 1011 | 1010100 |
Color Harmonies of #D5DAD1
Complementary color
Monochromatic Colors of #D5DAD1
Black with #D5DAD1
Text Example
Text Example
White with #D5DAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DAD1; }
p { color: rgb(213,218,209); }
H1.HeaderClassName
{
color: #D5DAD1;
}
.AnyTagClassName
{
color: #D5DAD1;
}
</style>
background-color css
<style>
a { background-color: #D5DAD1; }
a { background-color: rgb(213,218,209); }
div.DivClassName
{
background-color: #D5DAD1;
}
.BgClassName
{
background-color: #D5DAD1;
}
</style>
border-color css
<style>
span { border-color: #D5DAD1; }
span { border-color: rgb(213,218,209); }
td.TdClassName
{
border-color: #D5DAD1;
}
.TagClassName
{
border-color: #D5DAD1;
}
</style>