Shades of Aqua Squeeze #D9ECDC
Tints of Aqua Squeeze #D9ECDC
RGB
CMYK
RGB Variations
Color information
#D9ECDC (or 0xD9ECDC) is known color: Aqua Squeeze. HEX triplet: D9, EC and DC. RGB value is (217,236,220). Sum of RGB (Red+Green+Blue) = 217+236+220=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 236 - color contains mainly: green. Hex color #D9ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9ECDC is #261323. Grayscale: #E4E4E4. Windows color (decimal): -2495268 or 14478553. OLE color: 14478553.
HSL color Cylindrical-coordinate representation of color #D9ECDC: hue angle of 129.47º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9ECDC is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 236 | 220 | - |
CMYK | 0.08 | 0 | 0.07 | 0.07 |
HSL | 129.47º | 0.33% | 0.89% | - |
HSV(B) | 129.47º | 0.08% | 0.93% | - |
XYZ | 71.53 | 79.91 | 79.36 | - |
YUV | 228.5 | 123.21 | 119.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 236 | 220 | 0.08 | 0 | 0.07 | 0.07 | 129.47 | 0.33 | 0.89 |
Hex | D9 | EC | DC | 8 | 0 | 7 | 7 | 81 | 21 | 59 |
Octal | 331 | 354 | 334 | 10 | 0 | 7 | 7 | 201 | 41 | 131 |
Binary | 11011001 | 11101100 | 11011100 | 1000 | 0 | 111 | 111 | 10000001 | 100001 | 1011001 |
Color Harmonies of #D9ECDC
Complementary color
Monochromatic Colors of #D9ECDC
Black with #D9ECDC
Text Example
Text Example
White with #D9ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ECDC; }
p { color: rgb(217,236,220); }
H1.HeaderClassName
{
color: #D9ECDC;
}
.AnyTagClassName
{
color: #D9ECDC;
}
</style>
background-color css
<style>
a { background-color: #D9ECDC; }
a { background-color: rgb(217,236,220); }
div.DivClassName
{
background-color: #D9ECDC;
}
.BgClassName
{
background-color: #D9ECDC;
}
</style>
border-color css
<style>
span { border-color: #D9ECDC; }
span { border-color: rgb(217,236,220); }
td.TdClassName
{
border-color: #D9ECDC;
}
.TagClassName
{
border-color: #D9ECDC;
}
</style>