Shades of Aqua Squeeze #D8E1D9
Tints of Aqua Squeeze #D8E1D9
RGB
CMYK
RGB Variations
Color information
#D8E1D9 (or 0xD8E1D9) is known color: Aqua Squeeze. HEX triplet: D8, E1 and D9. RGB value is (216,225,217). Sum of RGB (Red+Green+Blue) = 216+225+217=658 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.83% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E1D9 is #271E26. Grayscale: #DDDDDD. Windows color (decimal): -2563623 or 14279128. OLE color: 14279128.
HSL color Cylindrical-coordinate representation of color #D8E1D9: hue angle of 126.67º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8E1D9 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 225 | 217 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.12 |
| HSL | 126.67º | 0.13% | 0.86% | - |
| HSV(B) | 126.67º | 0.04% | 0.88% | - |
| XYZ | 67.77 | 73.46 | 76.25 | - |
| YUV | 221.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 225 | 217 | 0.04 | 0 | 0.04 | 0.12 | 126.67 | 0.13 | 0.86 |
| Hex | D8 | E1 | D9 | 4 | 0 | 4 | C | 7F | D | 56 |
| Octal | 330 | 341 | 331 | 4 | 0 | 4 | 14 | 177 | 15 | 126 |
| Binary | 11011000 | 11100001 | 11011001 | 100 | 0 | 100 | 1100 | 1111111 | 1101 | 1010110 |
Color Harmonies of #D8E1D9
Complementary color
Monochromatic Colors of #D8E1D9
Black with #D8E1D9
Text Example
Text Example
White with #D8E1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E1D9; }
p { color: rgb(216,225,217); }
H1.HeaderClassName
{
color: #D8E1D9;
}
.AnyTagClassName
{
color: #D8E1D9;
}
</style>
background-color css
<style>
a { background-color: #D8E1D9; }
a { background-color: rgb(216,225,217); }
div.DivClassName
{
background-color: #D8E1D9;
}
.BgClassName
{
background-color: #D8E1D9;
}
</style>
border-color css
<style>
span { border-color: #D8E1D9; }
span { border-color: rgb(216,225,217); }
td.TdClassName
{
border-color: #D8E1D9;
}
.TagClassName
{
border-color: #D8E1D9;
}
</style>