Shades of Aqua Squeeze #D8EBD9
Tints of Aqua Squeeze #D8EBD9
RGB
CMYK
RGB Variations
Color information
#D8EBD9 (or 0xD8EBD9) is known color: Aqua Squeeze. HEX triplet: D8, EB and D9. RGB value is (216,235,217). Sum of RGB (Red+Green+Blue) = 216+235+217=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EBD9 is #271426. Grayscale: #E3E3E3. Windows color (decimal): -2561063 or 14281688. OLE color: 14281688.
HSL color Cylindrical-coordinate representation of color #D8EBD9: hue angle of 123.16º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8EBD9 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 235 | 217 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.08 |
| HSL | 123.16º | 0.32% | 0.88% | - |
| HSV(B) | 123.16º | 0.08% | 0.92% | - |
| XYZ | 70.55 | 79.03 | 77.18 | - |
| YUV | 227.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 235 | 217 | 0.08 | 0 | 0.08 | 0.08 | 123.16 | 0.32 | 0.88 |
| Hex | D8 | EB | D9 | 8 | 0 | 8 | 8 | 7B | 20 | 58 |
| Octal | 330 | 353 | 331 | 10 | 0 | 10 | 10 | 173 | 40 | 130 |
| Binary | 11011000 | 11101011 | 11011001 | 1000 | 0 | 1000 | 1000 | 1111011 | 100000 | 1011000 |
Color Harmonies of #D8EBD9
Complementary color
Monochromatic Colors of #D8EBD9
Black with #D8EBD9
Text Example
Text Example
White with #D8EBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EBD9; }
p { color: rgb(216,235,217); }
H1.HeaderClassName
{
color: #D8EBD9;
}
.AnyTagClassName
{
color: #D8EBD9;
}
</style>
background-color css
<style>
a { background-color: #D8EBD9; }
a { background-color: rgb(216,235,217); }
div.DivClassName
{
background-color: #D8EBD9;
}
.BgClassName
{
background-color: #D8EBD9;
}
</style>
border-color css
<style>
span { border-color: #D8EBD9; }
span { border-color: rgb(216,235,217); }
td.TdClassName
{
border-color: #D8EBD9;
}
.TagClassName
{
border-color: #D8EBD9;
}
</style>