Shades of Aqua Squeeze #DAEEDC
Tints of Aqua Squeeze #DAEEDC
RGB
CMYK
RGB Variations
Color information
#DAEEDC (or 0xDAEEDC) is known color: Aqua Squeeze. HEX triplet: DA, EE and DC. RGB value is (218,238,220). Sum of RGB (Red+Green+Blue) = 218+238+220=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEDC is #251123. Grayscale: #E6E6E6. Windows color (decimal): -2429220 or 14479066. OLE color: 14479066.
HSL color Cylindrical-coordinate representation of color #DAEEDC: hue angle of 126º degrees, saturation: 0.37, 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 #DAEEDC is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 220 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.07 |
| HSL | 126º | 0.37% | 0.89% | - |
| HSV(B) | 126º | 0.08% | 0.93% | - |
| XYZ | 72.41 | 81.22 | 79.57 | - |
| YUV | 229.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 220 | 0.08 | 0 | 0.08 | 0.07 | 126 | 0.37 | 0.89 |
| Hex | DA | EE | DC | 8 | 0 | 8 | 7 | 7E | 25 | 59 |
| Octal | 332 | 356 | 334 | 10 | 0 | 10 | 7 | 176 | 45 | 131 |
| Binary | 11011010 | 11101110 | 11011100 | 1000 | 0 | 1000 | 111 | 1111110 | 100101 | 1011001 |
Color Harmonies of #DAEEDC
Complementary color
Monochromatic Colors of #DAEEDC
Black with #DAEEDC
Text Example
Text Example
White with #DAEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEDC; }
p { color: rgb(218,238,220); }
H1.HeaderClassName
{
color: #DAEEDC;
}
.AnyTagClassName
{
color: #DAEEDC;
}
</style>
background-color css
<style>
a { background-color: #DAEEDC; }
a { background-color: rgb(218,238,220); }
div.DivClassName
{
background-color: #DAEEDC;
}
.BgClassName
{
background-color: #DAEEDC;
}
</style>
border-color css
<style>
span { border-color: #DAEEDC; }
span { border-color: rgb(218,238,220); }
td.TdClassName
{
border-color: #DAEEDC;
}
.TagClassName
{
border-color: #DAEEDC;
}
</style>