Shades of Aqua Squeeze #D5ECD8
Tints of Aqua Squeeze #D5ECD8
RGB
CMYK
RGB Variations
Color information
#D5ECD8 (or 0xD5ECD8) is known color: Aqua Squeeze. HEX triplet: D5, EC and D8. RGB value is (213,236,216). Sum of RGB (Red+Green+Blue) = 213+236+216=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 216 (84.77% from 255 or 32.48% from 665); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECD8 is #2A1327. Grayscale: #E2E2E2. Windows color (decimal): -2757416 or 14216405. OLE color: 14216405.
HSL color Cylindrical-coordinate representation of color #D5ECD8: hue angle of 127.83º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5ECD8 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 216 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.07 |
| HSL | 127.83º | 0.38% | 0.88% | - |
| HSV(B) | 127.83º | 0.1% | 0.93% | - |
| XYZ | 69.83 | 79.09 | 76.55 | - |
| YUV | 226.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 216 | 0.10 | 0 | 0.08 | 0.07 | 127.83 | 0.38 | 0.88 |
| Hex | D5 | EC | D8 | A | 0 | 8 | 7 | 80 | 26 | 58 |
| Octal | 325 | 354 | 330 | 12 | 0 | 10 | 7 | 200 | 46 | 130 |
| Binary | 11010101 | 11101100 | 11011000 | 1010 | 0 | 1000 | 111 | 10000000 | 100110 | 1011000 |
Color Harmonies of #D5ECD8
Complementary color
Monochromatic Colors of #D5ECD8
Black with #D5ECD8
Text Example
Text Example
White with #D5ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ECD8; }
p { color: rgb(213,236,216); }
H1.HeaderClassName
{
color: #D5ECD8;
}
.AnyTagClassName
{
color: #D5ECD8;
}
</style>
background-color css
<style>
a { background-color: #D5ECD8; }
a { background-color: rgb(213,236,216); }
div.DivClassName
{
background-color: #D5ECD8;
}
.BgClassName
{
background-color: #D5ECD8;
}
</style>
border-color css
<style>
span { border-color: #D5ECD8; }
span { border-color: rgb(213,236,216); }
td.TdClassName
{
border-color: #D5ECD8;
}
.TagClassName
{
border-color: #D5ECD8;
}
</style>