Shades of Black Squeeze #E9EEDB
Tints of Black Squeeze #E9EEDB
RGB
CMYK
RGB Variations
Color information
#E9EEDB (or 0xE9EEDB) is known color: Black Squeeze. HEX triplet: E9, EE and DB. RGB value is (233,238,219). Sum of RGB (Red+Green+Blue) = 233+238+219=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 238 - color contains mainly: green. Hex color #E9EEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EEDB is #161124. Grayscale: #EAEAEA. Windows color (decimal): -1446181 or 14413545. OLE color: 14413545.
HSL color Cylindrical-coordinate representation of color #E9EEDB: hue angle of 75.79º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9EEDB is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 238 | 219 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.07 |
| HSL | 75.79º | 0.36% | 0.9% | - |
| HSV(B) | 75.79º | 0.08% | 0.93% | - |
| XYZ | 76.97 | 83.59 | 79.1 | - |
| YUV | 234.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 238 | 219 | 0.02 | 0 | 0.08 | 0.07 | 75.79 | 0.36 | 0.9 |
| Hex | E9 | EE | DB | 2 | 0 | 8 | 7 | 4C | 24 | 5A |
| Octal | 351 | 356 | 333 | 2 | 0 | 10 | 7 | 114 | 44 | 132 |
| Binary | 11101001 | 11101110 | 11011011 | 10 | 0 | 1000 | 111 | 1001100 | 100100 | 1011010 |
Color Harmonies of #E9EEDB
Complementary color
Monochromatic Colors of #E9EEDB
Black with #E9EEDB
Text Example
Text Example
White with #E9EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EEDB; }
p { color: rgb(233,238,219); }
H1.HeaderClassName
{
color: #E9EEDB;
}
.AnyTagClassName
{
color: #E9EEDB;
}
</style>
background-color css
<style>
a { background-color: #E9EEDB; }
a { background-color: rgb(233,238,219); }
div.DivClassName
{
background-color: #E9EEDB;
}
.BgClassName
{
background-color: #E9EEDB;
}
</style>
border-color css
<style>
span { border-color: #E9EEDB; }
span { border-color: rgb(233,238,219); }
td.TdClassName
{
border-color: #E9EEDB;
}
.TagClassName
{
border-color: #E9EEDB;
}
</style>