Shades of Aqua Squeeze #DAE9DC
Tints of Aqua Squeeze #DAE9DC
RGB
CMYK
RGB Variations
Color information
#DAE9DC (or 0xDAE9DC) is known color: Aqua Squeeze. HEX triplet: DA, E9 and DC. RGB value is (218,233,220). Sum of RGB (Red+Green+Blue) = 218+233+220=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9DC is #251623. Grayscale: #E3E3E3. Windows color (decimal): -2430500 or 14477786. OLE color: 14477786.
HSL color Cylindrical-coordinate representation of color #DAE9DC: hue angle of 128º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE9DC is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 220 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.09 |
| HSL | 128º | 0.25% | 0.88% | - |
| HSV(B) | 128º | 0.06% | 0.91% | - |
| XYZ | 70.97 | 78.35 | 79.09 | - |
| YUV | 227.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 220 | 0.06 | 0 | 0.06 | 0.09 | 128 | 0.25 | 0.88 |
| Hex | DA | E9 | DC | 6 | 0 | 6 | 9 | 80 | 19 | 58 |
| Octal | 332 | 351 | 334 | 6 | 0 | 6 | 11 | 200 | 31 | 130 |
| Binary | 11011010 | 11101001 | 11011100 | 110 | 0 | 110 | 1001 | 10000000 | 11001 | 1011000 |
Color Harmonies of #DAE9DC
Complementary color
Monochromatic Colors of #DAE9DC
Black with #DAE9DC
Text Example
Text Example
White with #DAE9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9DC; }
p { color: rgb(218,233,220); }
H1.HeaderClassName
{
color: #DAE9DC;
}
.AnyTagClassName
{
color: #DAE9DC;
}
</style>
background-color css
<style>
a { background-color: #DAE9DC; }
a { background-color: rgb(218,233,220); }
div.DivClassName
{
background-color: #DAE9DC;
}
.BgClassName
{
background-color: #DAE9DC;
}
</style>
border-color css
<style>
span { border-color: #DAE9DC; }
span { border-color: rgb(218,233,220); }
td.TdClassName
{
border-color: #DAE9DC;
}
.TagClassName
{
border-color: #DAE9DC;
}
</style>