Shades of Aqua Squeeze #D0EED1
Tints of Aqua Squeeze #D0EED1
RGB
CMYK
RGB Variations
Color information
#D0EED1 (or 0xD0EED1) is known color: Aqua Squeeze. HEX triplet: D0, EE and D1. RGB value is (208,238,209). Sum of RGB (Red+Green+Blue) = 208+238+209=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EED1 is #2F112E. Grayscale: #E1E1E1. Windows color (decimal): -3084591 or 13758160. OLE color: 13758160.
HSL color Cylindrical-coordinate representation of color #D0EED1: hue angle of 122º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EED1 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 209 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.07 |
| HSL | 122º | 0.47% | 0.87% | - |
| HSV(B) | 122º | 0.13% | 0.93% | - |
| XYZ | 68.1 | 79.16 | 72.01 | - |
| YUV | 225.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 209 | 0.13 | 0 | 0.12 | 0.07 | 122 | 0.47 | 0.87 |
| Hex | D0 | EE | D1 | D | 0 | C | 7 | 7A | 2F | 57 |
| Octal | 320 | 356 | 321 | 15 | 0 | 14 | 7 | 172 | 57 | 127 |
| Binary | 11010000 | 11101110 | 11010001 | 1101 | 0 | 1100 | 111 | 1111010 | 101111 | 1010111 |
Color Harmonies of #D0EED1
Complementary color
Monochromatic Colors of #D0EED1
Black with #D0EED1
Text Example
Text Example
White with #D0EED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EED1; }
p { color: rgb(208,238,209); }
H1.HeaderClassName
{
color: #D0EED1;
}
.AnyTagClassName
{
color: #D0EED1;
}
</style>
background-color css
<style>
a { background-color: #D0EED1; }
a { background-color: rgb(208,238,209); }
div.DivClassName
{
background-color: #D0EED1;
}
.BgClassName
{
background-color: #D0EED1;
}
</style>
border-color css
<style>
span { border-color: #D0EED1; }
span { border-color: rgb(208,238,209); }
td.TdClassName
{
border-color: #D0EED1;
}
.TagClassName
{
border-color: #D0EED1;
}
</style>