Shades of Aqua Squeeze #D8E4D9
Tints of Aqua Squeeze #D8E4D9
RGB
CMYK
RGB Variations
Color information
#D8E4D9 (or 0xD8E4D9) is known color: Aqua Squeeze. HEX triplet: D8, E4 and D9. RGB value is (216,228,217). Sum of RGB (Red+Green+Blue) = 216+228+217=661 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.68% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 228 - color contains mainly: green. Hex color #D8E4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E4D9 is #271B26. Grayscale: #DFDFDF. Windows color (decimal): -2562855 or 14279896. OLE color: 14279896.
HSL color Cylindrical-coordinate representation of color #D8E4D9: hue angle of 125º degrees, saturation: 0.18, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D8E4D9 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 228 | 217 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.11 |
| HSL | 125º | 0.18% | 0.87% | - |
| HSV(B) | 125º | 0.05% | 0.89% | - |
| XYZ | 68.59 | 75.1 | 76.53 | - |
| YUV | 223.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 228 | 217 | 0.05 | 0 | 0.05 | 0.11 | 125 | 0.18 | 0.87 |
| Hex | D8 | E4 | D9 | 5 | 0 | 5 | B | 7D | 12 | 57 |
| Octal | 330 | 344 | 331 | 5 | 0 | 5 | 13 | 175 | 22 | 127 |
| Binary | 11011000 | 11100100 | 11011001 | 101 | 0 | 101 | 1011 | 1111101 | 10010 | 1010111 |
Color Harmonies of #D8E4D9
Complementary color
Monochromatic Colors of #D8E4D9
Black with #D8E4D9
Text Example
Text Example
White with #D8E4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E4D9; }
p { color: rgb(216,228,217); }
H1.HeaderClassName
{
color: #D8E4D9;
}
.AnyTagClassName
{
color: #D8E4D9;
}
</style>
background-color css
<style>
a { background-color: #D8E4D9; }
a { background-color: rgb(216,228,217); }
div.DivClassName
{
background-color: #D8E4D9;
}
.BgClassName
{
background-color: #D8E4D9;
}
</style>
border-color css
<style>
span { border-color: #D8E4D9; }
span { border-color: rgb(216,228,217); }
td.TdClassName
{
border-color: #D8E4D9;
}
.TagClassName
{
border-color: #D8E4D9;
}
</style>