Shades of Aqua Squeeze #D9E6DA
Tints of Aqua Squeeze #D9E6DA
RGB
CMYK
RGB Variations
Color information
#D9E6DA (or 0xD9E6DA) is known color: Aqua Squeeze. HEX triplet: D9, E6 and DA. RGB value is (217,230,218). Sum of RGB (Red+Green+Blue) = 217+230+218=665 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.63% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E6DA is #261925. Grayscale: #E0E0E0. Windows color (decimal): -2496806 or 14345945. OLE color: 14345945.
HSL color Cylindrical-coordinate representation of color #D9E6DA: hue angle of 124.62º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9E6DA is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 217 | 230 | 218 | - |
CMYK | 0.06 | 0 | 0.05 | 0.10 |
HSL | 124.62º | 0.21% | 0.88% | - |
HSV(B) | 124.62º | 0.06% | 0.9% | - |
XYZ | 69.57 | 76.41 | 77.41 | - |
YUV | 224.75 | 124.19 | 122.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 230 | 218 | 0.06 | 0 | 0.05 | 0.10 | 124.62 | 0.21 | 0.88 |
Hex | D9 | E6 | DA | 6 | 0 | 5 | A | 7D | 15 | 58 |
Octal | 331 | 346 | 332 | 6 | 0 | 5 | 12 | 175 | 25 | 130 |
Binary | 11011001 | 11100110 | 11011010 | 110 | 0 | 101 | 1010 | 1111101 | 10101 | 1011000 |
Color Harmonies of #D9E6DA
Complementary color
Monochromatic Colors of #D9E6DA
Black with #D9E6DA
Text Example
Text Example
White with #D9E6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E6DA; }
p { color: rgb(217,230,218); }
H1.HeaderClassName
{
color: #D9E6DA;
}
.AnyTagClassName
{
color: #D9E6DA;
}
</style>
background-color css
<style>
a { background-color: #D9E6DA; }
a { background-color: rgb(217,230,218); }
div.DivClassName
{
background-color: #D9E6DA;
}
.BgClassName
{
background-color: #D9E6DA;
}
</style>
border-color css
<style>
span { border-color: #D9E6DA; }
span { border-color: rgb(217,230,218); }
td.TdClassName
{
border-color: #D9E6DA;
}
.TagClassName
{
border-color: #D9E6DA;
}
</style>