Shades of Black Squeeze #E4E5DB
Tints of Black Squeeze #E4E5DB
RGB
CMYK
RGB Variations
Color information
#E4E5DB (or 0xE4E5DB) is known color: Black Squeeze. HEX triplet: E4, E5 and DB. RGB value is (228,229,219). Sum of RGB (Red+Green+Blue) = 228+229+219=676 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.73% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 229 - color contains mainly: green. Hex color #E4E5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4E5DB is #1B1A24. Grayscale: #E3E3E3. Windows color (decimal): -1776165 or 14411236. OLE color: 14411236.
HSL color Cylindrical-coordinate representation of color #E4E5DB: hue angle of 66º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E4E5DB is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 229 | 219 | - |
| CMYK | 0.00 | 0 | 0.04 | 0.10 |
| HSL | 66º | 0.16% | 0.88% | - |
| HSV(B) | 66º | 0.04% | 0.9% | - |
| XYZ | 72.8 | 77.65 | 78.17 | - |
| YUV | 227.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 229 | 219 | 0.00 | 0 | 0.04 | 0.10 | 66 | 0.16 | 0.88 |
| Hex | E4 | E5 | DB | 0 | 0 | 4 | A | 42 | 10 | 58 |
| Octal | 344 | 345 | 333 | 0 | 0 | 4 | 12 | 102 | 20 | 130 |
| Binary | 11100100 | 11100101 | 11011011 | 0 | 0 | 100 | 1010 | 1000010 | 10000 | 1011000 |
Color Harmonies of #E4E5DB
Complementary color
Monochromatic Colors of #E4E5DB
Black with #E4E5DB
Text Example
Text Example
White with #E4E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E5DB; }
p { color: rgb(228,229,219); }
H1.HeaderClassName
{
color: #E4E5DB;
}
.AnyTagClassName
{
color: #E4E5DB;
}
</style>
background-color css
<style>
a { background-color: #E4E5DB; }
a { background-color: rgb(228,229,219); }
div.DivClassName
{
background-color: #E4E5DB;
}
.BgClassName
{
background-color: #E4E5DB;
}
</style>
border-color css
<style>
span { border-color: #E4E5DB; }
span { border-color: rgb(228,229,219); }
td.TdClassName
{
border-color: #E4E5DB;
}
.TagClassName
{
border-color: #E4E5DB;
}
</style>