Shades of Aqua Squeeze #DAE8DA
Tints of Aqua Squeeze #DAE8DA
RGB
CMYK
RGB Variations
Color information
#DAE8DA (or 0xDAE8DA) is known color: Aqua Squeeze. HEX triplet: DA, E8 and DA. RGB value is (218,232,218). Sum of RGB (Red+Green+Blue) = 218+232+218=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 232 (91.02% from 255 or 34.73% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8DA is #251725. Grayscale: #E2E2E2. Windows color (decimal): -2430758 or 14346458. OLE color: 14346458.
HSL color Cylindrical-coordinate representation of color #DAE8DA: hue angle of 120º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE8DA is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 232 | 218 | - |
CMYK | 0.06 | 0 | 0.06 | 0.09 |
HSL | 120º | 0.23% | 0.88% | - |
HSV(B) | 120º | 0.06% | 0.91% | - |
XYZ | 70.42 | 77.68 | 77.61 | - |
YUV | 226.22 | 123.36 | 122.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 232 | 218 | 0.06 | 0 | 0.06 | 0.09 | 120 | 0.23 | 0.88 |
Hex | DA | E8 | DA | 6 | 0 | 6 | 9 | 78 | 17 | 58 |
Octal | 332 | 350 | 332 | 6 | 0 | 6 | 11 | 170 | 27 | 130 |
Binary | 11011010 | 11101000 | 11011010 | 110 | 0 | 110 | 1001 | 1111000 | 10111 | 1011000 |
Color Harmonies of #DAE8DA
Complementary color
Monochromatic Colors of #DAE8DA
Black with #DAE8DA
Text Example
Text Example
White with #DAE8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8DA; }
p { color: rgb(218,232,218); }
H1.HeaderClassName
{
color: #DAE8DA;
}
.AnyTagClassName
{
color: #DAE8DA;
}
</style>
background-color css
<style>
a { background-color: #DAE8DA; }
a { background-color: rgb(218,232,218); }
div.DivClassName
{
background-color: #DAE8DA;
}
.BgClassName
{
background-color: #DAE8DA;
}
</style>
border-color css
<style>
span { border-color: #DAE8DA; }
span { border-color: rgb(218,232,218); }
td.TdClassName
{
border-color: #DAE8DA;
}
.TagClassName
{
border-color: #DAE8DA;
}
</style>