Shades of Aqua Squeeze #D8EFDA
Tints of Aqua Squeeze #D8EFDA
RGB
CMYK
RGB Variations
Color information
#D8EFDA (or 0xD8EFDA) is known color: Aqua Squeeze. HEX triplet: D8, EF and DA. RGB value is (216,239,218). Sum of RGB (Red+Green+Blue) = 216+239+218=673 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.10% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EFDA is #271025. Grayscale: #E5E5E5. Windows color (decimal): -2560038 or 14348248. OLE color: 14348248.
HSL color Cylindrical-coordinate representation of color #D8EFDA: hue angle of 125.22º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8EFDA is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 239 | 218 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.06 |
| HSL | 125.22º | 0.42% | 0.89% | - |
| HSV(B) | 125.22º | 0.1% | 0.94% | - |
| XYZ | 71.84 | 81.39 | 78.25 | - |
| YUV | 229.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 239 | 218 | 0.10 | 0 | 0.09 | 0.06 | 125.22 | 0.42 | 0.89 |
| Hex | D8 | EF | DA | A | 0 | 9 | 6 | 7D | 2A | 59 |
| Octal | 330 | 357 | 332 | 12 | 0 | 11 | 6 | 175 | 52 | 131 |
| Binary | 11011000 | 11101111 | 11011010 | 1010 | 0 | 1001 | 110 | 1111101 | 101010 | 1011001 |
Color Harmonies of #D8EFDA
Complementary color
Monochromatic Colors of #D8EFDA
Black with #D8EFDA
Text Example
Text Example
White with #D8EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EFDA; }
p { color: rgb(216,239,218); }
H1.HeaderClassName
{
color: #D8EFDA;
}
.AnyTagClassName
{
color: #D8EFDA;
}
</style>
background-color css
<style>
a { background-color: #D8EFDA; }
a { background-color: rgb(216,239,218); }
div.DivClassName
{
background-color: #D8EFDA;
}
.BgClassName
{
background-color: #D8EFDA;
}
</style>
border-color css
<style>
span { border-color: #D8EFDA; }
span { border-color: rgb(216,239,218); }
td.TdClassName
{
border-color: #D8EFDA;
}
.TagClassName
{
border-color: #D8EFDA;
}
</style>