Shades of Black Squeeze #E1E3D8
Tints of Black Squeeze #E1E3D8
RGB
CMYK
RGB Variations
Color information
#E1E3D8 (or 0xE1E3D8) is known color: Black Squeeze. HEX triplet: E1, E3 and D8. RGB value is (225,227,216). Sum of RGB (Red+Green+Blue) = 225+227+216=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E3D8 is #1E1C27. Grayscale: #E1E1E1. Windows color (decimal): -1973288 or 14214113. OLE color: 14214113.
HSL color Cylindrical-coordinate representation of color #E1E3D8: hue angle of 70.91º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1E3D8 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 216 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.11 |
| HSL | 70.91º | 0.16% | 0.87% | - |
| HSV(B) | 70.91º | 0.05% | 0.89% | - |
| XYZ | 70.92 | 75.9 | 75.88 | - |
| YUV | 225.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 216 | 0.01 | 0 | 0.05 | 0.11 | 70.91 | 0.16 | 0.87 |
| Hex | E1 | E3 | D8 | 1 | 0 | 5 | B | 47 | 10 | 57 |
| Octal | 341 | 343 | 330 | 1 | 0 | 5 | 13 | 107 | 20 | 127 |
| Binary | 11100001 | 11100011 | 11011000 | 1 | 0 | 101 | 1011 | 1000111 | 10000 | 1010111 |
Color Harmonies of #E1E3D8
Complementary color
Monochromatic Colors of #E1E3D8
Black with #E1E3D8
Text Example
Text Example
White with #E1E3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E3D8; }
p { color: rgb(225,227,216); }
H1.HeaderClassName
{
color: #E1E3D8;
}
.AnyTagClassName
{
color: #E1E3D8;
}
</style>
background-color css
<style>
a { background-color: #E1E3D8; }
a { background-color: rgb(225,227,216); }
div.DivClassName
{
background-color: #E1E3D8;
}
.BgClassName
{
background-color: #E1E3D8;
}
</style>
border-color css
<style>
span { border-color: #E1E3D8; }
span { border-color: rgb(225,227,216); }
td.TdClassName
{
border-color: #E1E3D8;
}
.TagClassName
{
border-color: #E1E3D8;
}
</style>