Shades of Aqua Squeeze #D9E1DA
Tints of Aqua Squeeze #D9E1DA
RGB
CMYK
RGB Variations
Color information
#D9E1DA (or 0xD9E1DA) is known color: Aqua Squeeze. HEX triplet: D9, E1 and DA. RGB value is (217,225,218). Sum of RGB (Red+Green+Blue) = 217+225+218=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1DA is #261E25. Grayscale: #DDDDDD. Windows color (decimal): -2498086 or 14344665. OLE color: 14344665.
HSL color Cylindrical-coordinate representation of color #D9E1DA: hue angle of 127.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D9E1DA is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 218 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.12 |
| HSL | 127.5º | 0.12% | 0.87% | - |
| HSV(B) | 127.5º | 0.04% | 0.88% | - |
| XYZ | 68.2 | 73.66 | 76.95 | - |
| YUV | 221.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 218 | 0.04 | 0 | 0.03 | 0.12 | 127.5 | 0.12 | 0.87 |
| Hex | D9 | E1 | DA | 4 | 0 | 3 | C | 80 | C | 57 |
| Octal | 331 | 341 | 332 | 4 | 0 | 3 | 14 | 200 | 14 | 127 |
| Binary | 11011001 | 11100001 | 11011010 | 100 | 0 | 11 | 1100 | 10000000 | 1100 | 1010111 |
Color Harmonies of #D9E1DA
Complementary color
Monochromatic Colors of #D9E1DA
Black with #D9E1DA
Text Example
Text Example
White with #D9E1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E1DA; }
p { color: rgb(217,225,218); }
H1.HeaderClassName
{
color: #D9E1DA;
}
.AnyTagClassName
{
color: #D9E1DA;
}
</style>
background-color css
<style>
a { background-color: #D9E1DA; }
a { background-color: rgb(217,225,218); }
div.DivClassName
{
background-color: #D9E1DA;
}
.BgClassName
{
background-color: #D9E1DA;
}
</style>
border-color css
<style>
span { border-color: #D9E1DA; }
span { border-color: rgb(217,225,218); }
td.TdClassName
{
border-color: #D9E1DA;
}
.TagClassName
{
border-color: #D9E1DA;
}
</style>