Shades of Aqua Squeeze #D7E8D9
Tints of Aqua Squeeze #D7E8D9
RGB
CMYK
RGB Variations
Color information
#D7E8D9 (or 0xD7E8D9) is known color: Aqua Squeeze. HEX triplet: D7, E8 and D9. RGB value is (215,232,217). Sum of RGB (Red+Green+Blue) = 215+232+217=664 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.38% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 232 - color contains mainly: green. Hex color #D7E8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E8D9 is #281726. Grayscale: #E1E1E1. Windows color (decimal): -2627367 or 14280919. OLE color: 14280919.
HSL color Cylindrical-coordinate representation of color #D7E8D9: hue angle of 127.06º degrees, saturation: 0.27, 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 #D7E8D9 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 232 | 217 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.09 |
| HSL | 127.06º | 0.27% | 0.88% | - |
| HSV(B) | 127.06º | 0.07% | 0.91% | - |
| XYZ | 69.41 | 77.17 | 76.88 | - |
| YUV | 225.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 232 | 217 | 0.07 | 0 | 0.06 | 0.09 | 127.06 | 0.27 | 0.88 |
| Hex | D7 | E8 | D9 | 7 | 0 | 6 | 9 | 7F | 1B | 58 |
| Octal | 327 | 350 | 331 | 7 | 0 | 6 | 11 | 177 | 33 | 130 |
| Binary | 11010111 | 11101000 | 11011001 | 111 | 0 | 110 | 1001 | 1111111 | 11011 | 1011000 |
Color Harmonies of #D7E8D9
Complementary color
Monochromatic Colors of #D7E8D9
Black with #D7E8D9
Text Example
Text Example
White with #D7E8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E8D9; }
p { color: rgb(215,232,217); }
H1.HeaderClassName
{
color: #D7E8D9;
}
.AnyTagClassName
{
color: #D7E8D9;
}
</style>
background-color css
<style>
a { background-color: #D7E8D9; }
a { background-color: rgb(215,232,217); }
div.DivClassName
{
background-color: #D7E8D9;
}
.BgClassName
{
background-color: #D7E8D9;
}
</style>
border-color css
<style>
span { border-color: #D7E8D9; }
span { border-color: rgb(215,232,217); }
td.TdClassName
{
border-color: #D7E8D9;
}
.TagClassName
{
border-color: #D7E8D9;
}
</style>