Shades of Aqua Squeeze #DAE1DA
Tints of Aqua Squeeze #DAE1DA
RGB
CMYK
RGB Variations
Color information
#DAE1DA (or 0xDAE1DA) is known color: Aqua Squeeze. HEX triplet: DA, E1 and DA. RGB value is (218,225,218). Sum of RGB (Red+Green+Blue) = 218+225+218=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1DA is #251E25. Grayscale: #DEDEDE. Windows color (decimal): -2432550 or 14344666. OLE color: 14344666.
HSL color Cylindrical-coordinate representation of color #DAE1DA: hue angle of 120º 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 #DAE1DA is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 218 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.12 |
| HSL | 120º | 0.1% | 0.87% | - |
| HSV(B) | 120º | 0.03% | 0.88% | - |
| XYZ | 68.49 | 73.82 | 76.97 | - |
| YUV | 222.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 218 | 0.03 | 0 | 0.03 | 0.12 | 120 | 0.1 | 0.87 |
| Hex | DA | E1 | DA | 3 | 0 | 3 | C | 78 | A | 57 |
| Octal | 332 | 341 | 332 | 3 | 0 | 3 | 14 | 170 | 12 | 127 |
| Binary | 11011010 | 11100001 | 11011010 | 11 | 0 | 11 | 1100 | 1111000 | 1010 | 1010111 |
Color Harmonies of #DAE1DA
Complementary color
Monochromatic Colors of #DAE1DA
Black with #DAE1DA
Text Example
Text Example
White with #DAE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1DA; }
p { color: rgb(218,225,218); }
H1.HeaderClassName
{
color: #DAE1DA;
}
.AnyTagClassName
{
color: #DAE1DA;
}
</style>
background-color css
<style>
a { background-color: #DAE1DA; }
a { background-color: rgb(218,225,218); }
div.DivClassName
{
background-color: #DAE1DA;
}
.BgClassName
{
background-color: #DAE1DA;
}
</style>
border-color css
<style>
span { border-color: #DAE1DA; }
span { border-color: rgb(218,225,218); }
td.TdClassName
{
border-color: #DAE1DA;
}
.TagClassName
{
border-color: #DAE1DA;
}
</style>