Shades of Aqua Squeeze #DAE6DB
Tints of Aqua Squeeze #DAE6DB
RGB
CMYK
RGB Variations
Color information
#DAE6DB (or 0xDAE6DB) is known color: Aqua Squeeze. HEX triplet: DA, E6 and DB. RGB value is (218,230,219). Sum of RGB (Red+Green+Blue) = 218+230+219=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6DB is #251924. Grayscale: #E1E1E1. Windows color (decimal): -2431269 or 14411482. OLE color: 14411482.
HSL color Cylindrical-coordinate representation of color #DAE6DB: hue angle of 125º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE6DB is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 219 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.10 |
| HSL | 125º | 0.19% | 0.88% | - |
| HSV(B) | 125º | 0.05% | 0.9% | - |
| XYZ | 70 | 76.61 | 78.12 | - |
| YUV | 225.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 219 | 0.05 | 0 | 0.05 | 0.10 | 125 | 0.19 | 0.88 |
| Hex | DA | E6 | DB | 5 | 0 | 5 | A | 7D | 13 | 58 |
| Octal | 332 | 346 | 333 | 5 | 0 | 5 | 12 | 175 | 23 | 130 |
| Binary | 11011010 | 11100110 | 11011011 | 101 | 0 | 101 | 1010 | 1111101 | 10011 | 1011000 |
Color Harmonies of #DAE6DB
Complementary color
Monochromatic Colors of #DAE6DB
Black with #DAE6DB
Text Example
Text Example
White with #DAE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6DB; }
p { color: rgb(218,230,219); }
H1.HeaderClassName
{
color: #DAE6DB;
}
.AnyTagClassName
{
color: #DAE6DB;
}
</style>
background-color css
<style>
a { background-color: #DAE6DB; }
a { background-color: rgb(218,230,219); }
div.DivClassName
{
background-color: #DAE6DB;
}
.BgClassName
{
background-color: #DAE6DB;
}
</style>
border-color css
<style>
span { border-color: #DAE6DB; }
span { border-color: rgb(218,230,219); }
td.TdClassName
{
border-color: #DAE6DB;
}
.TagClassName
{
border-color: #DAE6DB;
}
</style>