Shades of Aqua Squeeze #D8E6D9
Tints of Aqua Squeeze #D8E6D9
RGB
CMYK
RGB Variations
Color information
#D8E6D9 (or 0xD8E6D9) is known color: Aqua Squeeze. HEX triplet: D8, E6 and D9. RGB value is (216,230,217). Sum of RGB (Red+Green+Blue) = 216+230+217=663 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.58% from 663); Green value is 230 (90.23% from 255 or 34.69% from 663); Blue value is 217 (85.16% from 255 or 32.73% from 663); Max value from RGB is 230 - color contains mainly: green. Hex color #D8E6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8E6D9 is #271926. Grayscale: #E0E0E0. Windows color (decimal): -2562343 or 14280408. OLE color: 14280408.
HSL color Cylindrical-coordinate representation of color #D8E6D9: hue angle of 124.29º degrees, saturation: 0.22, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8E6D9 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 230 | 217 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.10 |
| HSL | 124.29º | 0.22% | 0.87% | - |
| HSV(B) | 124.29º | 0.06% | 0.9% | - |
| XYZ | 69.14 | 76.2 | 76.71 | - |
| YUV | 224.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 230 | 217 | 0.06 | 0 | 0.06 | 0.10 | 124.29 | 0.22 | 0.87 |
| Hex | D8 | E6 | D9 | 6 | 0 | 6 | A | 7C | 16 | 57 |
| Octal | 330 | 346 | 331 | 6 | 0 | 6 | 12 | 174 | 26 | 127 |
| Binary | 11011000 | 11100110 | 11011001 | 110 | 0 | 110 | 1010 | 1111100 | 10110 | 1010111 |
Color Harmonies of #D8E6D9
Complementary color
Monochromatic Colors of #D8E6D9
Black with #D8E6D9
Text Example
Text Example
White with #D8E6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E6D9; }
p { color: rgb(216,230,217); }
H1.HeaderClassName
{
color: #D8E6D9;
}
.AnyTagClassName
{
color: #D8E6D9;
}
</style>
background-color css
<style>
a { background-color: #D8E6D9; }
a { background-color: rgb(216,230,217); }
div.DivClassName
{
background-color: #D8E6D9;
}
.BgClassName
{
background-color: #D8E6D9;
}
</style>
border-color css
<style>
span { border-color: #D8E6D9; }
span { border-color: rgb(216,230,217); }
td.TdClassName
{
border-color: #D8E6D9;
}
.TagClassName
{
border-color: #D8E6D9;
}
</style>