Shades of Aqua Squeeze #D0E9D1
Tints of Aqua Squeeze #D0E9D1
RGB
CMYK
RGB Variations
Color information
#D0E9D1 (or 0xD0E9D1) is known color: Aqua Squeeze. HEX triplet: D0, E9 and D1. RGB value is (208,233,209). Sum of RGB (Red+Green+Blue) = 208+233+209=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9D1 is #2F162E. Grayscale: #DEDEDE. Windows color (decimal): -3085871 or 13756880. OLE color: 13756880.
HSL color Cylindrical-coordinate representation of color #D0E9D1: hue angle of 122.4º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E9D1 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 209 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.09 |
| HSL | 122.4º | 0.36% | 0.86% | - |
| HSV(B) | 122.4º | 0.11% | 0.91% | - |
| XYZ | 66.66 | 76.29 | 71.53 | - |
| YUV | 222.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 209 | 0.11 | 0 | 0.10 | 0.09 | 122.4 | 0.36 | 0.86 |
| Hex | D0 | E9 | D1 | B | 0 | A | 9 | 7A | 24 | 56 |
| Octal | 320 | 351 | 321 | 13 | 0 | 12 | 11 | 172 | 44 | 126 |
| Binary | 11010000 | 11101001 | 11010001 | 1011 | 0 | 1010 | 1001 | 1111010 | 100100 | 1010110 |
Color Harmonies of #D0E9D1
Complementary color
Monochromatic Colors of #D0E9D1
Black with #D0E9D1
Text Example
Text Example
White with #D0E9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E9D1; }
p { color: rgb(208,233,209); }
H1.HeaderClassName
{
color: #D0E9D1;
}
.AnyTagClassName
{
color: #D0E9D1;
}
</style>
background-color css
<style>
a { background-color: #D0E9D1; }
a { background-color: rgb(208,233,209); }
div.DivClassName
{
background-color: #D0E9D1;
}
.BgClassName
{
background-color: #D0E9D1;
}
</style>
border-color css
<style>
span { border-color: #D0E9D1; }
span { border-color: rgb(208,233,209); }
td.TdClassName
{
border-color: #D0E9D1;
}
.TagClassName
{
border-color: #D0E9D1;
}
</style>