Shades of Aqua Squeeze #D4ECD5
Tints of Aqua Squeeze #D4ECD5
RGB
CMYK
RGB Variations
Color information
#D4ECD5 (or 0xD4ECD5) is known color: Aqua Squeeze. HEX triplet: D4, EC and D5. RGB value is (212,236,213). Sum of RGB (Red+Green+Blue) = 212+236+213=661 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.07% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 236 - color contains mainly: green. Hex color #D4ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4ECD5 is #2B132A. Grayscale: #E2E2E2. Windows color (decimal): -2822955 or 14019796. OLE color: 14019796.
HSL color Cylindrical-coordinate representation of color #D4ECD5: hue angle of 122.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 #D4ECD5 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 236 | 213 | - |
CMYK | 0.10 | 0 | 0.10 | 0.07 |
HSL | 122.5º | 0.39% | 0.88% | - |
HSV(B) | 122.5º | 0.1% | 0.93% | - |
XYZ | 69.16 | 78.79 | 74.51 | - |
YUV | 226.2 | 120.55 | 117.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 236 | 213 | 0.10 | 0 | 0.10 | 0.07 | 122.5 | 0.39 | 0.88 |
Hex | D4 | EC | D5 | A | 0 | A | 7 | 7B | 27 | 58 |
Octal | 324 | 354 | 325 | 12 | 0 | 12 | 7 | 173 | 47 | 130 |
Binary | 11010100 | 11101100 | 11010101 | 1010 | 0 | 1010 | 111 | 1111011 | 100111 | 1011000 |
Color Harmonies of #D4ECD5
Complementary color
Monochromatic Colors of #D4ECD5
Black with #D4ECD5
Text Example
Text Example
White with #D4ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ECD5; }
p { color: rgb(212,236,213); }
H1.HeaderClassName
{
color: #D4ECD5;
}
.AnyTagClassName
{
color: #D4ECD5;
}
</style>
background-color css
<style>
a { background-color: #D4ECD5; }
a { background-color: rgb(212,236,213); }
div.DivClassName
{
background-color: #D4ECD5;
}
.BgClassName
{
background-color: #D4ECD5;
}
</style>
border-color css
<style>
span { border-color: #D4ECD5; }
span { border-color: rgb(212,236,213); }
td.TdClassName
{
border-color: #D4ECD5;
}
.TagClassName
{
border-color: #D4ECD5;
}
</style>