Shades of Black Squeeze #E1E3DB
Tints of Black Squeeze #E1E3DB
RGB
CMYK
RGB Variations
Color information
#E1E3DB (or 0xE1E3DB) is known color: Black Squeeze. HEX triplet: E1, E3 and DB. RGB value is (225,227,219). Sum of RGB (Red+Green+Blue) = 225+227+219=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E3DB is #1E1C24. Grayscale: #E1E1E1. Windows color (decimal): -1973285 or 14410721. OLE color: 14410721.
HSL color Cylindrical-coordinate representation of color #E1E3DB: hue angle of 75º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1E3DB is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 219 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.11 |
| HSL | 75º | 0.13% | 0.87% | - |
| HSV(B) | 75º | 0.04% | 0.89% | - |
| XYZ | 71.31 | 76.06 | 77.94 | - |
| YUV | 225.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 219 | 0.01 | 0 | 0.04 | 0.11 | 75 | 0.13 | 0.87 |
| Hex | E1 | E3 | DB | 1 | 0 | 4 | B | 4B | C | 57 |
| Octal | 341 | 343 | 333 | 1 | 0 | 4 | 13 | 113 | 14 | 127 |
| Binary | 11100001 | 11100011 | 11011011 | 1 | 0 | 100 | 1011 | 1001011 | 1100 | 1010111 |
Color Harmonies of #E1E3DB
Complementary color
Monochromatic Colors of #E1E3DB
Black with #E1E3DB
Text Example
Text Example
White with #E1E3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E3DB; }
p { color: rgb(225,227,219); }
H1.HeaderClassName
{
color: #E1E3DB;
}
.AnyTagClassName
{
color: #E1E3DB;
}
</style>
background-color css
<style>
a { background-color: #E1E3DB; }
a { background-color: rgb(225,227,219); }
div.DivClassName
{
background-color: #E1E3DB;
}
.BgClassName
{
background-color: #E1E3DB;
}
</style>
border-color css
<style>
span { border-color: #E1E3DB; }
span { border-color: rgb(225,227,219); }
td.TdClassName
{
border-color: #E1E3DB;
}
.TagClassName
{
border-color: #E1E3DB;
}
</style>