Shades of Aqua Squeeze #D9E9DA
Tints of Aqua Squeeze #D9E9DA
RGB
CMYK
RGB Variations
Color information
#D9E9DA (or 0xD9E9DA) is known color: Aqua Squeeze. HEX triplet: D9, E9 and DA. RGB value is (217,233,218). Sum of RGB (Red+Green+Blue) = 217+233+218=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 233 (91.41% from 255 or 34.88% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E9DA is #261625. Grayscale: #E2E2E2. Windows color (decimal): -2496038 or 14346713. OLE color: 14346713.
HSL color Cylindrical-coordinate representation of color #D9E9DA: hue angle of 123.75º degrees, saturation: 0.27, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9E9DA is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 217 | 233 | 218 | - |
CMYK | 0.07 | 0 | 0.06 | 0.09 |
HSL | 123.75º | 0.27% | 0.88% | - |
HSV(B) | 123.75º | 0.07% | 0.91% | - |
XYZ | 70.41 | 78.09 | 77.69 | - |
YUV | 226.51 | 123.2 | 121.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 233 | 218 | 0.07 | 0 | 0.06 | 0.09 | 123.75 | 0.27 | 0.88 |
Hex | D9 | E9 | DA | 7 | 0 | 6 | 9 | 7C | 1B | 58 |
Octal | 331 | 351 | 332 | 7 | 0 | 6 | 11 | 174 | 33 | 130 |
Binary | 11011001 | 11101001 | 11011010 | 111 | 0 | 110 | 1001 | 1111100 | 11011 | 1011000 |
Color Harmonies of #D9E9DA
Complementary color
Monochromatic Colors of #D9E9DA
Black with #D9E9DA
Text Example
Text Example
White with #D9E9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E9DA; }
p { color: rgb(217,233,218); }
H1.HeaderClassName
{
color: #D9E9DA;
}
.AnyTagClassName
{
color: #D9E9DA;
}
</style>
background-color css
<style>
a { background-color: #D9E9DA; }
a { background-color: rgb(217,233,218); }
div.DivClassName
{
background-color: #D9E9DA;
}
.BgClassName
{
background-color: #D9E9DA;
}
</style>
border-color css
<style>
span { border-color: #D9E9DA; }
span { border-color: rgb(217,233,218); }
td.TdClassName
{
border-color: #D9E9DA;
}
.TagClassName
{
border-color: #D9E9DA;
}
</style>