Shades of Aqua Squeeze #D3ECD4
Tints of Aqua Squeeze #D3ECD4
RGB
CMYK
RGB Variations
Color information
#D3ECD4 (or 0xD3ECD4) is known color: Aqua Squeeze. HEX triplet: D3, EC and D4. RGB value is (211,236,212). Sum of RGB (Red+Green+Blue) = 211+236+212=659 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.02% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 236 - color contains mainly: green. Hex color #D3ECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3ECD4 is #2C132B. Grayscale: #E1E1E1. Windows color (decimal): -2888492 or 13954259. OLE color: 13954259.
HSL color Cylindrical-coordinate representation of color #D3ECD4: hue angle of 122.4º degrees, saturation: 0.4, 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 #D3ECD4 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 212 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.07 |
| HSL | 122.4º | 0.4% | 0.88% | - |
| HSV(B) | 122.4º | 0.11% | 0.93% | - |
| XYZ | 68.74 | 78.59 | 73.83 | - |
| YUV | 225.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 212 | 0.11 | 0 | 0.10 | 0.07 | 122.4 | 0.4 | 0.88 |
| Hex | D3 | EC | D4 | B | 0 | A | 7 | 7A | 28 | 58 |
| Octal | 323 | 354 | 324 | 13 | 0 | 12 | 7 | 172 | 50 | 130 |
| Binary | 11010011 | 11101100 | 11010100 | 1011 | 0 | 1010 | 111 | 1111010 | 101000 | 1011000 |
Color Harmonies of #D3ECD4
Complementary color
Monochromatic Colors of #D3ECD4
Black with #D3ECD4
Text Example
Text Example
White with #D3ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ECD4; }
p { color: rgb(211,236,212); }
H1.HeaderClassName
{
color: #D3ECD4;
}
.AnyTagClassName
{
color: #D3ECD4;
}
</style>
background-color css
<style>
a { background-color: #D3ECD4; }
a { background-color: rgb(211,236,212); }
div.DivClassName
{
background-color: #D3ECD4;
}
.BgClassName
{
background-color: #D3ECD4;
}
</style>
border-color css
<style>
span { border-color: #D3ECD4; }
span { border-color: rgb(211,236,212); }
td.TdClassName
{
border-color: #D3ECD4;
}
.TagClassName
{
border-color: #D3ECD4;
}
</style>