Shades of Aqua Squeeze #DAE2DA
Tints of Aqua Squeeze #DAE2DA
RGB
CMYK
RGB Variations
Color information
#DAE2DA (or 0xDAE2DA) is known color: Aqua Squeeze. HEX triplet: DA, E2 and DA. RGB value is (218,226,218). Sum of RGB (Red+Green+Blue) = 218+226+218=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2DA is #251D25. Grayscale: #DEDEDE. Windows color (decimal): -2432294 or 14344922. OLE color: 14344922.
HSL color Cylindrical-coordinate representation of color #DAE2DA: hue angle of 120º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAE2DA is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 226 | 218 | - |
CMYK | 0.04 | 0 | 0.04 | 0.11 |
HSL | 120º | 0.12% | 0.87% | - |
HSV(B) | 120º | 0.04% | 0.89% | - |
XYZ | 68.76 | 74.36 | 77.06 | - |
YUV | 222.7 | 125.35 | 124.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 226 | 218 | 0.04 | 0 | 0.04 | 0.11 | 120 | 0.12 | 0.87 |
Hex | DA | E2 | DA | 4 | 0 | 4 | B | 78 | C | 57 |
Octal | 332 | 342 | 332 | 4 | 0 | 4 | 13 | 170 | 14 | 127 |
Binary | 11011010 | 11100010 | 11011010 | 100 | 0 | 100 | 1011 | 1111000 | 1100 | 1010111 |
Color Harmonies of #DAE2DA
Complementary color
Monochromatic Colors of #DAE2DA
Black with #DAE2DA
Text Example
Text Example
White with #DAE2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2DA; }
p { color: rgb(218,226,218); }
H1.HeaderClassName
{
color: #DAE2DA;
}
.AnyTagClassName
{
color: #DAE2DA;
}
</style>
background-color css
<style>
a { background-color: #DAE2DA; }
a { background-color: rgb(218,226,218); }
div.DivClassName
{
background-color: #DAE2DA;
}
.BgClassName
{
background-color: #DAE2DA;
}
</style>
border-color css
<style>
span { border-color: #DAE2DA; }
span { border-color: rgb(218,226,218); }
td.TdClassName
{
border-color: #DAE2DA;
}
.TagClassName
{
border-color: #DAE2DA;
}
</style>