Shades of Aqua Squeeze #D9E7DA
Tints of Aqua Squeeze #D9E7DA
RGB
CMYK
RGB Variations
Color information
#D9E7DA (or 0xD9E7DA) is known color: Aqua Squeeze. HEX triplet: D9, E7 and DA. RGB value is (217,231,218). Sum of RGB (Red+Green+Blue) = 217+231+218=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E7DA is #261825. Grayscale: #E1E1E1. Windows color (decimal): -2496550 or 14346201. OLE color: 14346201.
HSL color Cylindrical-coordinate representation of color #D9E7DA: hue angle of 124.29º 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 #D9E7DA is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 217 | 231 | 218 | - |
CMYK | 0.06 | 0 | 0.06 | 0.09 |
HSL | 124.29º | 0.23% | 0.88% | - |
HSV(B) | 124.29º | 0.06% | 0.91% | - |
XYZ | 69.85 | 76.97 | 77.5 | - |
YUV | 225.33 | 123.86 | 122.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 231 | 218 | 0.06 | 0 | 0.06 | 0.09 | 124.29 | 0.23 | 0.88 |
Hex | D9 | E7 | DA | 6 | 0 | 6 | 9 | 7C | 17 | 58 |
Octal | 331 | 347 | 332 | 6 | 0 | 6 | 11 | 174 | 27 | 130 |
Binary | 11011001 | 11100111 | 11011010 | 110 | 0 | 110 | 1001 | 1111100 | 10111 | 1011000 |
Color Harmonies of #D9E7DA
Complementary color
Monochromatic Colors of #D9E7DA
Black with #D9E7DA
Text Example
Text Example
White with #D9E7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E7DA; }
p { color: rgb(217,231,218); }
H1.HeaderClassName
{
color: #D9E7DA;
}
.AnyTagClassName
{
color: #D9E7DA;
}
</style>
background-color css
<style>
a { background-color: #D9E7DA; }
a { background-color: rgb(217,231,218); }
div.DivClassName
{
background-color: #D9E7DA;
}
.BgClassName
{
background-color: #D9E7DA;
}
</style>
border-color css
<style>
span { border-color: #D9E7DA; }
span { border-color: rgb(217,231,218); }
td.TdClassName
{
border-color: #D9E7DA;
}
.TagClassName
{
border-color: #D9E7DA;
}
</style>