Shades of Aqua Squeeze #D6E9D8
Tints of Aqua Squeeze #D6E9D8
RGB
CMYK
RGB Variations
Color information
#D6E9D8 (or 0xD6E9D8) is known color: Aqua Squeeze. HEX triplet: D6, E9 and D8. RGB value is (214,233,216). Sum of RGB (Red+Green+Blue) = 214+233+216=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E9D8 is #291627. Grayscale: #E1E1E1. Windows color (decimal): -2692648 or 14215638. OLE color: 14215638.
HSL color Cylindrical-coordinate representation of color #D6E9D8: hue angle of 126.32º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6E9D8 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 233 | 216 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.09 |
| HSL | 126.32º | 0.3% | 0.88% | - |
| HSV(B) | 126.32º | 0.08% | 0.91% | - |
| XYZ | 69.27 | 77.53 | 76.28 | - |
| YUV | 225.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 216 | 0.08 | 0 | 0.07 | 0.09 | 126.32 | 0.3 | 0.88 |
| Hex | D6 | E9 | D8 | 8 | 0 | 7 | 9 | 7E | 1E | 58 |
| Octal | 326 | 351 | 330 | 10 | 0 | 7 | 11 | 176 | 36 | 130 |
| Binary | 11010110 | 11101001 | 11011000 | 1000 | 0 | 111 | 1001 | 1111110 | 11110 | 1011000 |
Color Harmonies of #D6E9D8
Complementary color
Monochromatic Colors of #D6E9D8
Black with #D6E9D8
Text Example
Text Example
White with #D6E9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E9D8; }
p { color: rgb(214,233,216); }
H1.HeaderClassName
{
color: #D6E9D8;
}
.AnyTagClassName
{
color: #D6E9D8;
}
</style>
background-color css
<style>
a { background-color: #D6E9D8; }
a { background-color: rgb(214,233,216); }
div.DivClassName
{
background-color: #D6E9D8;
}
.BgClassName
{
background-color: #D6E9D8;
}
</style>
border-color css
<style>
span { border-color: #D6E9D8; }
span { border-color: rgb(214,233,216); }
td.TdClassName
{
border-color: #D6E9D8;
}
.TagClassName
{
border-color: #D6E9D8;
}
</style>