Shades of Aqua Squeeze #D4ECD7
Tints of Aqua Squeeze #D4ECD7
RGB
CMYK
RGB Variations
Color information
#D4ECD7 (or 0xD4ECD7) is known color: Aqua Squeeze. HEX triplet: D4, EC and D7. RGB value is (212,236,215). Sum of RGB (Red+Green+Blue) = 212+236+215=663 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.98% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 215 (84.38% from 255 or 32.43% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #D4ECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4ECD7 is #2B1328. Grayscale: #E2E2E2. Windows color (decimal): -2822953 or 14150868. OLE color: 14150868.
HSL color Cylindrical-coordinate representation of color #D4ECD7: hue angle of 127.5º degrees, saturation: 0.39, 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 #D4ECD7 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 236 | 215 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.07 |
| HSL | 127.5º | 0.39% | 0.88% | - |
| HSV(B) | 127.5º | 0.1% | 0.93% | - |
| XYZ | 69.41 | 78.89 | 75.86 | - |
| YUV | 226.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 236 | 215 | 0.10 | 0 | 0.09 | 0.07 | 127.5 | 0.39 | 0.88 |
| Hex | D4 | EC | D7 | A | 0 | 9 | 7 | 80 | 27 | 58 |
| Octal | 324 | 354 | 327 | 12 | 0 | 11 | 7 | 200 | 47 | 130 |
| Binary | 11010100 | 11101100 | 11010111 | 1010 | 0 | 1001 | 111 | 10000000 | 100111 | 1011000 |
Color Harmonies of #D4ECD7
Complementary color
Monochromatic Colors of #D4ECD7
Black with #D4ECD7
Text Example
Text Example
White with #D4ECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ECD7; }
p { color: rgb(212,236,215); }
H1.HeaderClassName
{
color: #D4ECD7;
}
.AnyTagClassName
{
color: #D4ECD7;
}
</style>
background-color css
<style>
a { background-color: #D4ECD7; }
a { background-color: rgb(212,236,215); }
div.DivClassName
{
background-color: #D4ECD7;
}
.BgClassName
{
background-color: #D4ECD7;
}
</style>
border-color css
<style>
span { border-color: #D4ECD7; }
span { border-color: rgb(212,236,215); }
td.TdClassName
{
border-color: #D4ECD7;
}
.TagClassName
{
border-color: #D4ECD7;
}
</style>