Shades of Aqua Squeeze #D9E6DB
Tints of Aqua Squeeze #D9E6DB
RGB
CMYK
RGB Variations
Color information
#D9E6DB (or 0xD9E6DB) is known color: Aqua Squeeze. HEX triplet: D9, E6 and DB. RGB value is (217,230,219). Sum of RGB (Red+Green+Blue) = 217+230+219=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E6DB is #261924. Grayscale: #E0E0E0. Windows color (decimal): -2496805 or 14411481. OLE color: 14411481.
HSL color Cylindrical-coordinate representation of color #D9E6DB: hue angle of 129.23º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9E6DB is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 217 | 230 | 219 | - |
CMYK | 0.06 | 0 | 0.05 | 0.10 |
HSL | 129.23º | 0.21% | 0.88% | - |
HSV(B) | 129.23º | 0.06% | 0.9% | - |
XYZ | 69.7 | 76.46 | 78.1 | - |
YUV | 224.86 | 124.69 | 122.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 230 | 219 | 0.06 | 0 | 0.05 | 0.10 | 129.23 | 0.21 | 0.88 |
Hex | D9 | E6 | DB | 6 | 0 | 5 | A | 81 | 15 | 58 |
Octal | 331 | 346 | 333 | 6 | 0 | 5 | 12 | 201 | 25 | 130 |
Binary | 11011001 | 11100110 | 11011011 | 110 | 0 | 101 | 1010 | 10000001 | 10101 | 1011000 |
Color Harmonies of #D9E6DB
Complementary color
Monochromatic Colors of #D9E6DB
Black with #D9E6DB
Text Example
Text Example
White with #D9E6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E6DB; }
p { color: rgb(217,230,219); }
H1.HeaderClassName
{
color: #D9E6DB;
}
.AnyTagClassName
{
color: #D9E6DB;
}
</style>
background-color css
<style>
a { background-color: #D9E6DB; }
a { background-color: rgb(217,230,219); }
div.DivClassName
{
background-color: #D9E6DB;
}
.BgClassName
{
background-color: #D9E6DB;
}
</style>
border-color css
<style>
span { border-color: #D9E6DB; }
span { border-color: rgb(217,230,219); }
td.TdClassName
{
border-color: #D9E6DB;
}
.TagClassName
{
border-color: #D9E6DB;
}
</style>