Shades of Aqua Squeeze #D9EDDB
Tints of Aqua Squeeze #D9EDDB
RGB
CMYK
RGB Variations
Color information
#D9EDDB (or 0xD9EDDB) is known color: Aqua Squeeze. HEX triplet: D9, ED and DB. RGB value is (217,237,219). Sum of RGB (Red+Green+Blue) = 217+237+219=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDDB is #261224. Grayscale: #E5E5E5. Windows color (decimal): -2495013 or 14413273. OLE color: 14413273.
HSL color Cylindrical-coordinate representation of color #D9EDDB: hue angle of 126º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9EDDB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 237 | 219 | - |
CMYK | 0.08 | 0 | 0.08 | 0.07 |
HSL | 126º | 0.36% | 0.89% | - |
HSV(B) | 126º | 0.08% | 0.93% | - |
XYZ | 71.69 | 80.43 | 78.77 | - |
YUV | 228.97 | 122.37 | 119.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 237 | 219 | 0.08 | 0 | 0.08 | 0.07 | 126 | 0.36 | 0.89 |
Hex | D9 | ED | DB | 8 | 0 | 8 | 7 | 7E | 24 | 59 |
Octal | 331 | 355 | 333 | 10 | 0 | 10 | 7 | 176 | 44 | 131 |
Binary | 11011001 | 11101101 | 11011011 | 1000 | 0 | 1000 | 111 | 1111110 | 100100 | 1011001 |
Color Harmonies of #D9EDDB
Complementary color
Monochromatic Colors of #D9EDDB
Black with #D9EDDB
Text Example
Text Example
White with #D9EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EDDB; }
p { color: rgb(217,237,219); }
H1.HeaderClassName
{
color: #D9EDDB;
}
.AnyTagClassName
{
color: #D9EDDB;
}
</style>
background-color css
<style>
a { background-color: #D9EDDB; }
a { background-color: rgb(217,237,219); }
div.DivClassName
{
background-color: #D9EDDB;
}
.BgClassName
{
background-color: #D9EDDB;
}
</style>
border-color css
<style>
span { border-color: #D9EDDB; }
span { border-color: rgb(217,237,219); }
td.TdClassName
{
border-color: #D9EDDB;
}
.TagClassName
{
border-color: #D9EDDB;
}
</style>