Shades of Aqua Squeeze #DAE5DA
Tints of Aqua Squeeze #DAE5DA
RGB
CMYK
RGB Variations
Color information
#DAE5DA (or 0xDAE5DA) is known color: Aqua Squeeze. HEX triplet: DA, E5 and DA. RGB value is (218,229,218). Sum of RGB (Red+Green+Blue) = 218+229+218=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 229 (89.84% from 255 or 34.44% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5DA is #251A25. Grayscale: #E0E0E0. Windows color (decimal): -2431526 or 14345690. OLE color: 14345690.
HSL color Cylindrical-coordinate representation of color #DAE5DA: hue angle of 120º degrees, saturation: 0.17, 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 #DAE5DA is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 229 | 218 | - |
CMYK | 0.05 | 0 | 0.05 | 0.10 |
HSL | 120º | 0.17% | 0.88% | - |
HSV(B) | 120º | 0.05% | 0.9% | - |
XYZ | 69.59 | 76.01 | 77.33 | - |
YUV | 224.46 | 124.36 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 229 | 218 | 0.05 | 0 | 0.05 | 0.10 | 120 | 0.17 | 0.88 |
Hex | DA | E5 | DA | 5 | 0 | 5 | A | 78 | 11 | 58 |
Octal | 332 | 345 | 332 | 5 | 0 | 5 | 12 | 170 | 21 | 130 |
Binary | 11011010 | 11100101 | 11011010 | 101 | 0 | 101 | 1010 | 1111000 | 10001 | 1011000 |
Color Harmonies of #DAE5DA
Complementary color
Monochromatic Colors of #DAE5DA
Black with #DAE5DA
Text Example
Text Example
White with #DAE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5DA; }
p { color: rgb(218,229,218); }
H1.HeaderClassName
{
color: #DAE5DA;
}
.AnyTagClassName
{
color: #DAE5DA;
}
</style>
background-color css
<style>
a { background-color: #DAE5DA; }
a { background-color: rgb(218,229,218); }
div.DivClassName
{
background-color: #DAE5DA;
}
.BgClassName
{
background-color: #DAE5DA;
}
</style>
border-color css
<style>
span { border-color: #DAE5DA; }
span { border-color: rgb(218,229,218); }
td.TdClassName
{
border-color: #DAE5DA;
}
.TagClassName
{
border-color: #DAE5DA;
}
</style>