Shades of Aqua Squeeze #DAE0DB
Tints of Aqua Squeeze #DAE0DB
RGB
CMYK
RGB Variations
Color information
#DAE0DB (or 0xDAE0DB) is known color: Aqua Squeeze. HEX triplet: DA, E0 and DB. RGB value is (218,224,219). Sum of RGB (Red+Green+Blue) = 218+224+219=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0DB is #251F24. Grayscale: #DDDDDD. Windows color (decimal): -2432805 or 14409946. OLE color: 14409946.
HSL color Cylindrical-coordinate representation of color #DAE0DB: hue angle of 130º degrees, saturation: 0.09, 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 #DAE0DB is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 219 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.12 |
| HSL | 130º | 0.09% | 0.87% | - |
| HSV(B) | 130º | 0.03% | 0.88% | - |
| XYZ | 68.36 | 73.33 | 77.57 | - |
| YUV | 221.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 219 | 0.03 | 0 | 0.02 | 0.12 | 130 | 0.09 | 0.87 |
| Hex | DA | E0 | DB | 3 | 0 | 2 | C | 82 | 9 | 57 |
| Octal | 332 | 340 | 333 | 3 | 0 | 2 | 14 | 202 | 11 | 127 |
| Binary | 11011010 | 11100000 | 11011011 | 11 | 0 | 10 | 1100 | 10000010 | 1001 | 1010111 |
Color Harmonies of #DAE0DB
Complementary color
Monochromatic Colors of #DAE0DB
Black with #DAE0DB
Text Example
Text Example
White with #DAE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0DB; }
p { color: rgb(218,224,219); }
H1.HeaderClassName
{
color: #DAE0DB;
}
.AnyTagClassName
{
color: #DAE0DB;
}
</style>
background-color css
<style>
a { background-color: #DAE0DB; }
a { background-color: rgb(218,224,219); }
div.DivClassName
{
background-color: #DAE0DB;
}
.BgClassName
{
background-color: #DAE0DB;
}
</style>
border-color css
<style>
span { border-color: #DAE0DB; }
span { border-color: rgb(218,224,219); }
td.TdClassName
{
border-color: #DAE0DB;
}
.TagClassName
{
border-color: #DAE0DB;
}
</style>