Shades of Aqua Squeeze #DAEDDC
Tints of Aqua Squeeze #DAEDDC
RGB
CMYK
RGB Variations
Color information
#DAEDDC (or 0xDAEDDC) is known color: Aqua Squeeze. HEX triplet: DA, ED and DC. RGB value is (218,237,220). Sum of RGB (Red+Green+Blue) = 218+237+220=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDDC is #251223. Grayscale: #E5E5E5. Windows color (decimal): -2429476 or 14478810. OLE color: 14478810.
HSL color Cylindrical-coordinate representation of color #DAEDDC: hue angle of 126.32º degrees, saturation: 0.35, 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 #DAEDDC is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 237 | 220 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.07 |
| HSL | 126.32º | 0.35% | 0.89% | - |
| HSV(B) | 126.32º | 0.08% | 0.93% | - |
| XYZ | 72.12 | 80.64 | 79.47 | - |
| YUV | 229.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 237 | 220 | 0.08 | 0 | 0.07 | 0.07 | 126.32 | 0.35 | 0.89 |
| Hex | DA | ED | DC | 8 | 0 | 7 | 7 | 7E | 23 | 59 |
| Octal | 332 | 355 | 334 | 10 | 0 | 7 | 7 | 176 | 43 | 131 |
| Binary | 11011010 | 11101101 | 11011100 | 1000 | 0 | 111 | 111 | 1111110 | 100011 | 1011001 |
Color Harmonies of #DAEDDC
Complementary color
Monochromatic Colors of #DAEDDC
Black with #DAEDDC
Text Example
Text Example
White with #DAEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDDC; }
p { color: rgb(218,237,220); }
H1.HeaderClassName
{
color: #DAEDDC;
}
.AnyTagClassName
{
color: #DAEDDC;
}
</style>
background-color css
<style>
a { background-color: #DAEDDC; }
a { background-color: rgb(218,237,220); }
div.DivClassName
{
background-color: #DAEDDC;
}
.BgClassName
{
background-color: #DAEDDC;
}
</style>
border-color css
<style>
span { border-color: #DAEDDC; }
span { border-color: rgb(218,237,220); }
td.TdClassName
{
border-color: #DAEDDC;
}
.TagClassName
{
border-color: #DAEDDC;
}
</style>