Shades of Aqua Squeeze #D9E9DB
Tints of Aqua Squeeze #D9E9DB
RGB
CMYK
RGB Variations
Color information
#D9E9DB (or 0xD9E9DB) is known color: Aqua Squeeze. HEX triplet: D9, E9 and DB. RGB value is (217,233,219). Sum of RGB (Red+Green+Blue) = 217+233+219=669 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.44% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E9DB is #261624. Grayscale: #E2E2E2. Windows color (decimal): -2496037 or 14412249. OLE color: 14412249.
HSL color Cylindrical-coordinate representation of color #D9E9DB: hue angle of 127.5º 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 #D9E9DB is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 217 | 233 | 219 | - |
CMYK | 0.07 | 0 | 0.06 | 0.09 |
HSL | 127.5º | 0.27% | 0.88% | - |
HSV(B) | 127.5º | 0.07% | 0.91% | - |
XYZ | 70.54 | 78.14 | 78.38 | - |
YUV | 226.62 | 123.7 | 121.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 233 | 219 | 0.07 | 0 | 0.06 | 0.09 | 127.5 | 0.27 | 0.88 |
Hex | D9 | E9 | DB | 7 | 0 | 6 | 9 | 80 | 1B | 58 |
Octal | 331 | 351 | 333 | 7 | 0 | 6 | 11 | 200 | 33 | 130 |
Binary | 11011001 | 11101001 | 11011011 | 111 | 0 | 110 | 1001 | 10000000 | 11011 | 1011000 |
Color Harmonies of #D9E9DB
Complementary color
Monochromatic Colors of #D9E9DB
Black with #D9E9DB
Text Example
Text Example
White with #D9E9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E9DB; }
p { color: rgb(217,233,219); }
H1.HeaderClassName
{
color: #D9E9DB;
}
.AnyTagClassName
{
color: #D9E9DB;
}
</style>
background-color css
<style>
a { background-color: #D9E9DB; }
a { background-color: rgb(217,233,219); }
div.DivClassName
{
background-color: #D9E9DB;
}
.BgClassName
{
background-color: #D9E9DB;
}
</style>
border-color css
<style>
span { border-color: #D9E9DB; }
span { border-color: rgb(217,233,219); }
td.TdClassName
{
border-color: #D9E9DB;
}
.TagClassName
{
border-color: #D9E9DB;
}
</style>