Shades of Aqua Squeeze #D3ECD5
Tints of Aqua Squeeze #D3ECD5
RGB
CMYK
RGB Variations
Color information
#D3ECD5 (or 0xD3ECD5) is known color: Aqua Squeeze. HEX triplet: D3, EC and D5. RGB value is (211,236,213). Sum of RGB (Red+Green+Blue) = 211+236+213=660 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.97% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 213 (83.59% from 255 or 32.27% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #D3ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3ECD5 is #2C132A. Grayscale: #E1E1E1. Windows color (decimal): -2888491 or 14019795. OLE color: 14019795.
HSL color Cylindrical-coordinate representation of color #D3ECD5: hue angle of 124.8º 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 #D3ECD5 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 213 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.07 |
| HSL | 124.8º | 0.4% | 0.88% | - |
| HSV(B) | 124.8º | 0.11% | 0.93% | - |
| XYZ | 68.87 | 78.64 | 74.5 | - |
| YUV | 225.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 213 | 0.11 | 0 | 0.10 | 0.07 | 124.8 | 0.4 | 0.88 |
| Hex | D3 | EC | D5 | B | 0 | A | 7 | 7D | 28 | 58 |
| Octal | 323 | 354 | 325 | 13 | 0 | 12 | 7 | 175 | 50 | 130 |
| Binary | 11010011 | 11101100 | 11010101 | 1011 | 0 | 1010 | 111 | 1111101 | 101000 | 1011000 |
Color Harmonies of #D3ECD5
Complementary color
Monochromatic Colors of #D3ECD5
Black with #D3ECD5
Text Example
Text Example
White with #D3ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ECD5; }
p { color: rgb(211,236,213); }
H1.HeaderClassName
{
color: #D3ECD5;
}
.AnyTagClassName
{
color: #D3ECD5;
}
</style>
background-color css
<style>
a { background-color: #D3ECD5; }
a { background-color: rgb(211,236,213); }
div.DivClassName
{
background-color: #D3ECD5;
}
.BgClassName
{
background-color: #D3ECD5;
}
</style>
border-color css
<style>
span { border-color: #D3ECD5; }
span { border-color: rgb(211,236,213); }
td.TdClassName
{
border-color: #D3ECD5;
}
.TagClassName
{
border-color: #D3ECD5;
}
</style>