Shades of Aqua Squeeze #D5EED7
Tints of Aqua Squeeze #D5EED7
RGB
CMYK
RGB Variations
Color information
#D5EED7 (or 0xD5EED7) is known color: Aqua Squeeze. HEX triplet: D5, EE and D7. RGB value is (213,238,215). Sum of RGB (Red+Green+Blue) = 213+238+215=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 215 (84.38% from 255 or 32.28% from 666); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EED7 is #2A1128. Grayscale: #E3E3E3. Windows color (decimal): -2756905 or 14151381. OLE color: 14151381.
HSL color Cylindrical-coordinate representation of color #D5EED7: hue angle of 124.8º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5EED7 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 238 | 215 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.07 |
| HSL | 124.8º | 0.42% | 0.88% | - |
| HSV(B) | 124.8º | 0.11% | 0.93% | - |
| XYZ | 70.28 | 80.2 | 76.07 | - |
| YUV | 227.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 215 | 0.11 | 0 | 0.10 | 0.07 | 124.8 | 0.42 | 0.88 |
| Hex | D5 | EE | D7 | B | 0 | A | 7 | 7D | 2A | 58 |
| Octal | 325 | 356 | 327 | 13 | 0 | 12 | 7 | 175 | 52 | 130 |
| Binary | 11010101 | 11101110 | 11010111 | 1011 | 0 | 1010 | 111 | 1111101 | 101010 | 1011000 |
Color Harmonies of #D5EED7
Complementary color
Monochromatic Colors of #D5EED7
Black with #D5EED7
Text Example
Text Example
White with #D5EED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EED7; }
p { color: rgb(213,238,215); }
H1.HeaderClassName
{
color: #D5EED7;
}
.AnyTagClassName
{
color: #D5EED7;
}
</style>
background-color css
<style>
a { background-color: #D5EED7; }
a { background-color: rgb(213,238,215); }
div.DivClassName
{
background-color: #D5EED7;
}
.BgClassName
{
background-color: #D5EED7;
}
</style>
border-color css
<style>
span { border-color: #D5EED7; }
span { border-color: rgb(213,238,215); }
td.TdClassName
{
border-color: #D5EED7;
}
.TagClassName
{
border-color: #D5EED7;
}
</style>