Shades of Black Squeeze #E9EBDB
Tints of Black Squeeze #E9EBDB
RGB
CMYK
RGB Variations
Color information
#E9EBDB (or 0xE9EBDB) is known color: Black Squeeze. HEX triplet: E9, EB and DB. RGB value is (233,235,219). Sum of RGB (Red+Green+Blue) = 233+235+219=687 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.92% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 235 - color contains mainly: green. Hex color #E9EBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EBDB is #161424. Grayscale: #E8E8E8. Windows color (decimal): -1446949 or 14412777. OLE color: 14412777.
HSL color Cylindrical-coordinate representation of color #E9EBDB: hue angle of 67.5º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9EBDB is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 235 | 219 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.08 |
| HSL | 67.5º | 0.29% | 0.89% | - |
| HSV(B) | 67.5º | 0.07% | 0.92% | - |
| XYZ | 76.1 | 81.85 | 78.81 | - |
| YUV | 232.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 235 | 219 | 0.01 | 0 | 0.07 | 0.08 | 67.5 | 0.29 | 0.89 |
| Hex | E9 | EB | DB | 1 | 0 | 7 | 8 | 44 | 1D | 59 |
| Octal | 351 | 353 | 333 | 1 | 0 | 7 | 10 | 104 | 35 | 131 |
| Binary | 11101001 | 11101011 | 11011011 | 1 | 0 | 111 | 1000 | 1000100 | 11101 | 1011001 |
Color Harmonies of #E9EBDB
Complementary color
Monochromatic Colors of #E9EBDB
Black with #E9EBDB
Text Example
Text Example
White with #E9EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EBDB; }
p { color: rgb(233,235,219); }
H1.HeaderClassName
{
color: #E9EBDB;
}
.AnyTagClassName
{
color: #E9EBDB;
}
</style>
background-color css
<style>
a { background-color: #E9EBDB; }
a { background-color: rgb(233,235,219); }
div.DivClassName
{
background-color: #E9EBDB;
}
.BgClassName
{
background-color: #E9EBDB;
}
</style>
border-color css
<style>
span { border-color: #E9EBDB; }
span { border-color: rgb(233,235,219); }
td.TdClassName
{
border-color: #E9EBDB;
}
.TagClassName
{
border-color: #E9EBDB;
}
</style>