Shades of Aqua Squeeze #D9E8DB
Tints of Aqua Squeeze #D9E8DB
RGB
CMYK
RGB Variations
Color information
#D9E8DB (or 0xD9E8DB) is known color: Aqua Squeeze. HEX triplet: D9, E8 and DB. RGB value is (217,232,219). Sum of RGB (Red+Green+Blue) = 217+232+219=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 232 (91.02% from 255 or 34.73% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E8DB is #261724. Grayscale: #E2E2E2. Windows color (decimal): -2496293 or 14411993. OLE color: 14411993.
HSL color Cylindrical-coordinate representation of color #D9E8DB: hue angle of 128º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9E8DB is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 217 | 232 | 219 | - |
CMYK | 0.06 | 0 | 0.06 | 0.09 |
HSL | 128º | 0.25% | 0.88% | - |
HSV(B) | 128º | 0.06% | 0.91% | - |
XYZ | 70.26 | 77.58 | 78.29 | - |
YUV | 226.03 | 124.03 | 121.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 232 | 219 | 0.06 | 0 | 0.06 | 0.09 | 128 | 0.25 | 0.88 |
Hex | D9 | E8 | DB | 6 | 0 | 6 | 9 | 80 | 19 | 58 |
Octal | 331 | 350 | 333 | 6 | 0 | 6 | 11 | 200 | 31 | 130 |
Binary | 11011001 | 11101000 | 11011011 | 110 | 0 | 110 | 1001 | 10000000 | 11001 | 1011000 |
Color Harmonies of #D9E8DB
Complementary color
Monochromatic Colors of #D9E8DB
Black with #D9E8DB
Text Example
Text Example
White with #D9E8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E8DB; }
p { color: rgb(217,232,219); }
H1.HeaderClassName
{
color: #D9E8DB;
}
.AnyTagClassName
{
color: #D9E8DB;
}
</style>
background-color css
<style>
a { background-color: #D9E8DB; }
a { background-color: rgb(217,232,219); }
div.DivClassName
{
background-color: #D9E8DB;
}
.BgClassName
{
background-color: #D9E8DB;
}
</style>
border-color css
<style>
span { border-color: #D9E8DB; }
span { border-color: rgb(217,232,219); }
td.TdClassName
{
border-color: #D9E8DB;
}
.TagClassName
{
border-color: #D9E8DB;
}
</style>