Shades of Black Squeeze #E2E3DC
Tints of Black Squeeze #E2E3DC
RGB
CMYK
RGB Variations
Color information
#E2E3DC (or 0xE2E3DC) is known color: Black Squeeze. HEX triplet: E2, E3 and DC. RGB value is (226,227,220). Sum of RGB (Red+Green+Blue) = 226+227+220=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 227 (89.06% from 255 or 33.73% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E3DC is #1D1C23. Grayscale: #E1E1E1. Windows color (decimal): -1907748 or 14476258. OLE color: 14476258.
HSL color Cylindrical-coordinate representation of color #E2E3DC: hue angle of 68.57º 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 #E2E3DC is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 227 | 220 | - |
CMYK | 0.00 | 0 | 0.03 | 0.11 |
HSL | 68.57º | 0.11% | 0.88% | - |
HSV(B) | 68.57º | 0.03% | 0.89% | - |
XYZ | 71.75 | 76.27 | 78.65 | - |
YUV | 225.9 | 124.67 | 128.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 227 | 220 | 0.00 | 0 | 0.03 | 0.11 | 68.57 | 0.11 | 0.88 |
Hex | E2 | E3 | DC | 0 | 0 | 3 | B | 45 | B | 58 |
Octal | 342 | 343 | 334 | 0 | 0 | 3 | 13 | 105 | 13 | 130 |
Binary | 11100010 | 11100011 | 11011100 | 0 | 0 | 11 | 1011 | 1000101 | 1011 | 1011000 |
Color Harmonies of #E2E3DC
Complementary color
Monochromatic Colors of #E2E3DC
Black with #E2E3DC
Text Example
Text Example
White with #E2E3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E3DC; }
p { color: rgb(226,227,220); }
H1.HeaderClassName
{
color: #E2E3DC;
}
.AnyTagClassName
{
color: #E2E3DC;
}
</style>
background-color css
<style>
a { background-color: #E2E3DC; }
a { background-color: rgb(226,227,220); }
div.DivClassName
{
background-color: #E2E3DC;
}
.BgClassName
{
background-color: #E2E3DC;
}
</style>
border-color css
<style>
span { border-color: #E2E3DC; }
span { border-color: rgb(226,227,220); }
td.TdClassName
{
border-color: #E2E3DC;
}
.TagClassName
{
border-color: #E2E3DC;
}
</style>