Shades of Aqua Squeeze #D0EED4
Tints of Aqua Squeeze #D0EED4
RGB
CMYK
RGB Variations
Color information
#D0EED4 (or 0xD0EED4) is known color: Aqua Squeeze. HEX triplet: D0, EE and D4. RGB value is (208,238,212). Sum of RGB (Red+Green+Blue) = 208+238+212=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EED4 is #2F112B. Grayscale: #E2E2E2. Windows color (decimal): -3084588 or 13954768. OLE color: 13954768.
HSL color Cylindrical-coordinate representation of color #D0EED4: hue angle of 128º 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 #D0EED4 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 212 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.07 |
| HSL | 128º | 0.47% | 0.87% | - |
| HSV(B) | 128º | 0.13% | 0.93% | - |
| XYZ | 68.47 | 79.31 | 73.99 | - |
| YUV | 226.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 212 | 0.13 | 0 | 0.11 | 0.07 | 128 | 0.47 | 0.87 |
| Hex | D0 | EE | D4 | D | 0 | B | 7 | 80 | 2F | 57 |
| Octal | 320 | 356 | 324 | 15 | 0 | 13 | 7 | 200 | 57 | 127 |
| Binary | 11010000 | 11101110 | 11010100 | 1101 | 0 | 1011 | 111 | 10000000 | 101111 | 1010111 |
Color Harmonies of #D0EED4
Complementary color
Monochromatic Colors of #D0EED4
Black with #D0EED4
Text Example
Text Example
White with #D0EED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EED4; }
p { color: rgb(208,238,212); }
H1.HeaderClassName
{
color: #D0EED4;
}
.AnyTagClassName
{
color: #D0EED4;
}
</style>
background-color css
<style>
a { background-color: #D0EED4; }
a { background-color: rgb(208,238,212); }
div.DivClassName
{
background-color: #D0EED4;
}
.BgClassName
{
background-color: #D0EED4;
}
</style>
border-color css
<style>
span { border-color: #D0EED4; }
span { border-color: rgb(208,238,212); }
td.TdClassName
{
border-color: #D0EED4;
}
.TagClassName
{
border-color: #D0EED4;
}
</style>