Shades of Aqua Squeeze #D8E9D9
Tints of Aqua Squeeze #D8E9D9
RGB
CMYK
RGB Variations
Color information
#D8E9D9 (or 0xD8E9D9) is known color: Aqua Squeeze. HEX triplet: D8, E9 and D9. RGB value is (216,233,217). Sum of RGB (Red+Green+Blue) = 216+233+217=666 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.43% from 666); Green value is 233 (91.41% from 255 or 34.98% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 233 - color contains mainly: green. Hex color #D8E9D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8E9D9 is #271626. Grayscale: #E2E2E2. Windows color (decimal): -2561575 or 14281176. OLE color: 14281176.
HSL color Cylindrical-coordinate representation of color #D8E9D9: hue angle of 123.53º degrees, saturation: 0.28, 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 #D8E9D9 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 233 | 217 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.09 |
| HSL | 123.53º | 0.28% | 0.88% | - |
| HSV(B) | 123.53º | 0.07% | 0.91% | - |
| XYZ | 69.98 | 77.89 | 76.99 | - |
| YUV | 226.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 233 | 217 | 0.07 | 0 | 0.07 | 0.09 | 123.53 | 0.28 | 0.88 |
| Hex | D8 | E9 | D9 | 7 | 0 | 7 | 9 | 7C | 1C | 58 |
| Octal | 330 | 351 | 331 | 7 | 0 | 7 | 11 | 174 | 34 | 130 |
| Binary | 11011000 | 11101001 | 11011001 | 111 | 0 | 111 | 1001 | 1111100 | 11100 | 1011000 |
Color Harmonies of #D8E9D9
Complementary color
Monochromatic Colors of #D8E9D9
Black with #D8E9D9
Text Example
Text Example
White with #D8E9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E9D9; }
p { color: rgb(216,233,217); }
H1.HeaderClassName
{
color: #D8E9D9;
}
.AnyTagClassName
{
color: #D8E9D9;
}
</style>
background-color css
<style>
a { background-color: #D8E9D9; }
a { background-color: rgb(216,233,217); }
div.DivClassName
{
background-color: #D8E9D9;
}
.BgClassName
{
background-color: #D8E9D9;
}
</style>
border-color css
<style>
span { border-color: #D8E9D9; }
span { border-color: rgb(216,233,217); }
td.TdClassName
{
border-color: #D8E9D9;
}
.TagClassName
{
border-color: #D8E9D9;
}
</style>