Shades of Black Squeeze #E3E5DB
Tints of Black Squeeze #E3E5DB
RGB
CMYK
RGB Variations
Color information
#E3E5DB (or 0xE3E5DB) is known color: Black Squeeze. HEX triplet: E3, E5 and DB. RGB value is (227,229,219). Sum of RGB (Red+Green+Blue) = 227+229+219=675 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.63% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 229 - color contains mainly: green. Hex color #E3E5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3E5DB is #1C1A24. Grayscale: #E3E3E3. Windows color (decimal): -1841701 or 14411235. OLE color: 14411235.
HSL color Cylindrical-coordinate representation of color #E3E5DB: hue angle of 72º 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 #E3E5DB is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 227 | 229 | 219 | - |
CMYK | 0.01 | 0 | 0.04 | 0.10 |
HSL | 72º | 0.16% | 0.88% | - |
HSV(B) | 72º | 0.04% | 0.9% | - |
XYZ | 72.48 | 77.48 | 78.15 | - |
YUV | 227.26 | 123.34 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 229 | 219 | 0.01 | 0 | 0.04 | 0.10 | 72 | 0.16 | 0.88 |
Hex | E3 | E5 | DB | 1 | 0 | 4 | A | 48 | 10 | 58 |
Octal | 343 | 345 | 333 | 1 | 0 | 4 | 12 | 110 | 20 | 130 |
Binary | 11100011 | 11100101 | 11011011 | 1 | 0 | 100 | 1010 | 1001000 | 10000 | 1011000 |
Color Harmonies of #E3E5DB
Complementary color
Monochromatic Colors of #E3E5DB
Black with #E3E5DB
Text Example
Text Example
White with #E3E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E5DB; }
p { color: rgb(227,229,219); }
H1.HeaderClassName
{
color: #E3E5DB;
}
.AnyTagClassName
{
color: #E3E5DB;
}
</style>
background-color css
<style>
a { background-color: #E3E5DB; }
a { background-color: rgb(227,229,219); }
div.DivClassName
{
background-color: #E3E5DB;
}
.BgClassName
{
background-color: #E3E5DB;
}
</style>
border-color css
<style>
span { border-color: #E3E5DB; }
span { border-color: rgb(227,229,219); }
td.TdClassName
{
border-color: #E3E5DB;
}
.TagClassName
{
border-color: #E3E5DB;
}
</style>