Shades of Aqua Squeeze #DAE1DB
Tints of Aqua Squeeze #DAE1DB
RGB
CMYK
RGB Variations
Color information
#DAE1DB (or 0xDAE1DB) is known color: Aqua Squeeze. HEX triplet: DA, E1 and DB. RGB value is (218,225,219). Sum of RGB (Red+Green+Blue) = 218+225+219=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1DB is #251E24. Grayscale: #DEDEDE. Windows color (decimal): -2432549 or 14410202. OLE color: 14410202.
HSL color Cylindrical-coordinate representation of color #DAE1DB: hue angle of 128.57º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAE1DB is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 219 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.12 |
| HSL | 128.57º | 0.1% | 0.87% | - |
| HSV(B) | 128.57º | 0.03% | 0.88% | - |
| XYZ | 68.62 | 73.87 | 77.66 | - |
| YUV | 222.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 219 | 0.03 | 0 | 0.03 | 0.12 | 128.57 | 0.1 | 0.87 |
| Hex | DA | E1 | DB | 3 | 0 | 3 | C | 81 | A | 57 |
| Octal | 332 | 341 | 333 | 3 | 0 | 3 | 14 | 201 | 12 | 127 |
| Binary | 11011010 | 11100001 | 11011011 | 11 | 0 | 11 | 1100 | 10000001 | 1010 | 1010111 |
Color Harmonies of #DAE1DB
Complementary color
Monochromatic Colors of #DAE1DB
Black with #DAE1DB
Text Example
Text Example
White with #DAE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1DB; }
p { color: rgb(218,225,219); }
H1.HeaderClassName
{
color: #DAE1DB;
}
.AnyTagClassName
{
color: #DAE1DB;
}
</style>
background-color css
<style>
a { background-color: #DAE1DB; }
a { background-color: rgb(218,225,219); }
div.DivClassName
{
background-color: #DAE1DB;
}
.BgClassName
{
background-color: #DAE1DB;
}
</style>
border-color css
<style>
span { border-color: #DAE1DB; }
span { border-color: rgb(218,225,219); }
td.TdClassName
{
border-color: #DAE1DB;
}
.TagClassName
{
border-color: #DAE1DB;
}
</style>