Shades of Aqua Squeeze #D9EFDB
Tints of Aqua Squeeze #D9EFDB
RGB
CMYK
RGB Variations
Color information
#D9EFDB (or 0xD9EFDB) is known color: Aqua Squeeze. HEX triplet: D9, EF and DB. RGB value is (217,239,219). Sum of RGB (Red+Green+Blue) = 217+239+219=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EFDB is #261024. Grayscale: #E6E6E6. Windows color (decimal): -2494501 or 14413785. OLE color: 14413785.
HSL color Cylindrical-coordinate representation of color #D9EFDB: hue angle of 125.45º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9EFDB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 217 | 239 | 219 | - |
CMYK | 0.09 | 0 | 0.08 | 0.06 |
HSL | 125.45º | 0.41% | 0.89% | - |
HSV(B) | 125.45º | 0.09% | 0.94% | - |
XYZ | 72.27 | 81.6 | 78.96 | - |
YUV | 230.14 | 121.71 | 118.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 239 | 219 | 0.09 | 0 | 0.08 | 0.06 | 125.45 | 0.41 | 0.89 |
Hex | D9 | EF | DB | 9 | 0 | 8 | 6 | 7D | 29 | 59 |
Octal | 331 | 357 | 333 | 11 | 0 | 10 | 6 | 175 | 51 | 131 |
Binary | 11011001 | 11101111 | 11011011 | 1001 | 0 | 1000 | 110 | 1111101 | 101001 | 1011001 |
Color Harmonies of #D9EFDB
Complementary color
Monochromatic Colors of #D9EFDB
Black with #D9EFDB
Text Example
Text Example
White with #D9EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EFDB; }
p { color: rgb(217,239,219); }
H1.HeaderClassName
{
color: #D9EFDB;
}
.AnyTagClassName
{
color: #D9EFDB;
}
</style>
background-color css
<style>
a { background-color: #D9EFDB; }
a { background-color: rgb(217,239,219); }
div.DivClassName
{
background-color: #D9EFDB;
}
.BgClassName
{
background-color: #D9EFDB;
}
</style>
border-color css
<style>
span { border-color: #D9EFDB; }
span { border-color: rgb(217,239,219); }
td.TdClassName
{
border-color: #D9EFDB;
}
.TagClassName
{
border-color: #D9EFDB;
}
</style>