Shades of Aqua Squeeze #DAEBDC
Tints of Aqua Squeeze #DAEBDC
RGB
CMYK
RGB Variations
Color information
#DAEBDC (or 0xDAEBDC) is known color: Aqua Squeeze. HEX triplet: DA, EB and DC. RGB value is (218,235,220). Sum of RGB (Red+Green+Blue) = 218+235+220=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBDC is #251423. Grayscale: #E4E4E4. Windows color (decimal): -2429988 or 14478298. OLE color: 14478298.
HSL color Cylindrical-coordinate representation of color #DAEBDC: hue angle of 127.06º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAEBDC is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 220 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.08 |
| HSL | 127.06º | 0.3% | 0.89% | - |
| HSV(B) | 127.06º | 0.07% | 0.92% | - |
| XYZ | 71.54 | 79.49 | 79.28 | - |
| YUV | 228.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 220 | 0.07 | 0 | 0.06 | 0.08 | 127.06 | 0.3 | 0.89 |
| Hex | DA | EB | DC | 7 | 0 | 6 | 8 | 7F | 1E | 59 |
| Octal | 332 | 353 | 334 | 7 | 0 | 6 | 10 | 177 | 36 | 131 |
| Binary | 11011010 | 11101011 | 11011100 | 111 | 0 | 110 | 1000 | 1111111 | 11110 | 1011001 |
Color Harmonies of #DAEBDC
Complementary color
Monochromatic Colors of #DAEBDC
Black with #DAEBDC
Text Example
Text Example
White with #DAEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBDC; }
p { color: rgb(218,235,220); }
H1.HeaderClassName
{
color: #DAEBDC;
}
.AnyTagClassName
{
color: #DAEBDC;
}
</style>
background-color css
<style>
a { background-color: #DAEBDC; }
a { background-color: rgb(218,235,220); }
div.DivClassName
{
background-color: #DAEBDC;
}
.BgClassName
{
background-color: #DAEBDC;
}
</style>
border-color css
<style>
span { border-color: #DAEBDC; }
span { border-color: rgb(218,235,220); }
td.TdClassName
{
border-color: #DAEBDC;
}
.TagClassName
{
border-color: #DAEBDC;
}
</style>