Shades of Black Squeeze #E1E3DC
Tints of Black Squeeze #E1E3DC
RGB
CMYK
RGB Variations
Color information
#E1E3DC (or 0xE1E3DC) is known color: Black Squeeze. HEX triplet: E1, E3 and DC. RGB value is (225,227,220). Sum of RGB (Red+Green+Blue) = 225+227+220=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E3DC is #1E1C23. Grayscale: #E1E1E1. Windows color (decimal): -1973284 or 14476257. OLE color: 14476257.
HSL color Cylindrical-coordinate representation of color #E1E3DC: hue angle of 77.14º degrees, saturation: 0.11, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1E3DC is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 220 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.11 |
| HSL | 77.14º | 0.11% | 0.88% | - |
| HSV(B) | 77.14º | 0.03% | 0.89% | - |
| XYZ | 71.44 | 76.11 | 78.64 | - |
| YUV | 225.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 220 | 0.01 | 0 | 0.03 | 0.11 | 77.14 | 0.11 | 0.88 |
| Hex | E1 | E3 | DC | 1 | 0 | 3 | B | 4D | B | 58 |
| Octal | 341 | 343 | 334 | 1 | 0 | 3 | 13 | 115 | 13 | 130 |
| Binary | 11100001 | 11100011 | 11011100 | 1 | 0 | 11 | 1011 | 1001101 | 1011 | 1011000 |
Color Harmonies of #E1E3DC
Complementary color
Monochromatic Colors of #E1E3DC
Black with #E1E3DC
Text Example
Text Example
White with #E1E3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E3DC; }
p { color: rgb(225,227,220); }
H1.HeaderClassName
{
color: #E1E3DC;
}
.AnyTagClassName
{
color: #E1E3DC;
}
</style>
background-color css
<style>
a { background-color: #E1E3DC; }
a { background-color: rgb(225,227,220); }
div.DivClassName
{
background-color: #E1E3DC;
}
.BgClassName
{
background-color: #E1E3DC;
}
</style>
border-color css
<style>
span { border-color: #E1E3DC; }
span { border-color: rgb(225,227,220); }
td.TdClassName
{
border-color: #E1E3DC;
}
.TagClassName
{
border-color: #E1E3DC;
}
</style>