Shades of Aqua Squeeze #D1ECD5
Tints of Aqua Squeeze #D1ECD5
RGB
CMYK
RGB Variations
Color information
#D1ECD5 (or 0xD1ECD5) is known color: Aqua Squeeze. HEX triplet: D1, EC and D5. RGB value is (209,236,213). Sum of RGB (Red+Green+Blue) = 209+236+213=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #D1ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1ECD5 is #2E132A. Grayscale: #E1E1E1. Windows color (decimal): -3019563 or 14019793. OLE color: 14019793.
HSL color Cylindrical-coordinate representation of color #D1ECD5: hue angle of 128.89º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1ECD5 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 213 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.07 |
| HSL | 128.89º | 0.42% | 0.87% | - |
| HSV(B) | 128.89º | 0.11% | 0.93% | - |
| XYZ | 68.3 | 78.35 | 74.47 | - |
| YUV | 225.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 213 | 0.11 | 0 | 0.10 | 0.07 | 128.89 | 0.42 | 0.87 |
| Hex | D1 | EC | D5 | B | 0 | A | 7 | 81 | 2A | 57 |
| Octal | 321 | 354 | 325 | 13 | 0 | 12 | 7 | 201 | 52 | 127 |
| Binary | 11010001 | 11101100 | 11010101 | 1011 | 0 | 1010 | 111 | 10000001 | 101010 | 1010111 |
Color Harmonies of #D1ECD5
Complementary color
Monochromatic Colors of #D1ECD5
Black with #D1ECD5
Text Example
Text Example
White with #D1ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ECD5; }
p { color: rgb(209,236,213); }
H1.HeaderClassName
{
color: #D1ECD5;
}
.AnyTagClassName
{
color: #D1ECD5;
}
</style>
background-color css
<style>
a { background-color: #D1ECD5; }
a { background-color: rgb(209,236,213); }
div.DivClassName
{
background-color: #D1ECD5;
}
.BgClassName
{
background-color: #D1ECD5;
}
</style>
border-color css
<style>
span { border-color: #D1ECD5; }
span { border-color: rgb(209,236,213); }
td.TdClassName
{
border-color: #D1ECD5;
}
.TagClassName
{
border-color: #D1ECD5;
}
</style>