Shades of Aqua Squeeze #DAE7DC
Tints of Aqua Squeeze #DAE7DC
RGB
CMYK
RGB Variations
Color information
#DAE7DC (or 0xDAE7DC) is known color: Aqua Squeeze. HEX triplet: DA, E7 and DC. RGB value is (218,231,220). Sum of RGB (Red+Green+Blue) = 218+231+220=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7DC is #251823. Grayscale: #E1E1E1. Windows color (decimal): -2431012 or 14477274. OLE color: 14477274.
HSL color Cylindrical-coordinate representation of color #DAE7DC: hue angle of 129.23º degrees, saturation: 0.21, 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 #DAE7DC is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 231 | 220 | - |
CMYK | 0.06 | 0 | 0.05 | 0.09 |
HSL | 129.23º | 0.21% | 0.88% | - |
HSV(B) | 129.23º | 0.06% | 0.91% | - |
XYZ | 70.41 | 77.22 | 78.91 | - |
YUV | 225.86 | 124.69 | 122.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 231 | 220 | 0.06 | 0 | 0.05 | 0.09 | 129.23 | 0.21 | 0.88 |
Hex | DA | E7 | DC | 6 | 0 | 5 | 9 | 81 | 15 | 58 |
Octal | 332 | 347 | 334 | 6 | 0 | 5 | 11 | 201 | 25 | 130 |
Binary | 11011010 | 11100111 | 11011100 | 110 | 0 | 101 | 1001 | 10000001 | 10101 | 1011000 |
Color Harmonies of #DAE7DC
Complementary color
Monochromatic Colors of #DAE7DC
Black with #DAE7DC
Text Example
Text Example
White with #DAE7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7DC; }
p { color: rgb(218,231,220); }
H1.HeaderClassName
{
color: #DAE7DC;
}
.AnyTagClassName
{
color: #DAE7DC;
}
</style>
background-color css
<style>
a { background-color: #DAE7DC; }
a { background-color: rgb(218,231,220); }
div.DivClassName
{
background-color: #DAE7DC;
}
.BgClassName
{
background-color: #DAE7DC;
}
</style>
border-color css
<style>
span { border-color: #DAE7DC; }
span { border-color: rgb(218,231,220); }
td.TdClassName
{
border-color: #DAE7DC;
}
.TagClassName
{
border-color: #DAE7DC;
}
</style>