Shades of Aqua Squeeze #D8EBDA
Tints of Aqua Squeeze #D8EBDA
RGB
CMYK
RGB Variations
Color information
#D8EBDA (or 0xD8EBDA) is known color: Aqua Squeeze. HEX triplet: D8, EB and DA. RGB value is (216,235,218). Sum of RGB (Red+Green+Blue) = 216+235+218=669 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.29% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EBDA is #271425. Grayscale: #E3E3E3. Windows color (decimal): -2561062 or 14347224. OLE color: 14347224.
HSL color Cylindrical-coordinate representation of color #D8EBDA: hue angle of 126.32º 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 #D8EBDA is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 235 | 218 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.08 |
| HSL | 126.32º | 0.32% | 0.88% | - |
| HSV(B) | 126.32º | 0.08% | 0.92% | - |
| XYZ | 70.68 | 79.08 | 77.87 | - |
| YUV | 227.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 235 | 218 | 0.08 | 0 | 0.07 | 0.08 | 126.32 | 0.32 | 0.88 |
| Hex | D8 | EB | DA | 8 | 0 | 7 | 8 | 7E | 20 | 58 |
| Octal | 330 | 353 | 332 | 10 | 0 | 7 | 10 | 176 | 40 | 130 |
| Binary | 11011000 | 11101011 | 11011010 | 1000 | 0 | 111 | 1000 | 1111110 | 100000 | 1011000 |
Color Harmonies of #D8EBDA
Complementary color
Monochromatic Colors of #D8EBDA
Black with #D8EBDA
Text Example
Text Example
White with #D8EBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EBDA; }
p { color: rgb(216,235,218); }
H1.HeaderClassName
{
color: #D8EBDA;
}
.AnyTagClassName
{
color: #D8EBDA;
}
</style>
background-color css
<style>
a { background-color: #D8EBDA; }
a { background-color: rgb(216,235,218); }
div.DivClassName
{
background-color: #D8EBDA;
}
.BgClassName
{
background-color: #D8EBDA;
}
</style>
border-color css
<style>
span { border-color: #D8EBDA; }
span { border-color: rgb(216,235,218); }
td.TdClassName
{
border-color: #D8EBDA;
}
.TagClassName
{
border-color: #D8EBDA;
}
</style>