Shades of Black Squeeze #E2E3DF
Tints of Black Squeeze #E2E3DF
RGB
CMYK
RGB Variations
Color information
#E2E3DF (or 0xE2E3DF) is known color: Black Squeeze. HEX triplet: E2, E3 and DF. RGB value is (226,227,223). Sum of RGB (Red+Green+Blue) = 226+227+223=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E3DF is #1D1C20. Grayscale: #E2E2E2. Windows color (decimal): -1907745 or 14672866. OLE color: 14672866.
HSL color Cylindrical-coordinate representation of color #E2E3DF: hue angle of 75º degrees, saturation: 0.07, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E2E3DF is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 227 | 223 | - |
| CMYK | 0.00 | 0 | 0.02 | 0.11 |
| HSL | 75º | 0.07% | 0.88% | - |
| HSV(B) | 75º | 0.02% | 0.89% | - |
| XYZ | 72.15 | 76.43 | 80.76 | - |
| YUV | 226.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 227 | 223 | 0.00 | 0 | 0.02 | 0.11 | 75 | 0.07 | 0.88 |
| Hex | E2 | E3 | DF | 0 | 0 | 2 | B | 4B | 7 | 58 |
| Octal | 342 | 343 | 337 | 0 | 0 | 2 | 13 | 113 | 7 | 130 |
| Binary | 11100010 | 11100011 | 11011111 | 0 | 0 | 10 | 1011 | 1001011 | 111 | 1011000 |
Color Harmonies of #E2E3DF
Complementary color
Monochromatic Colors of #E2E3DF
Black with #E2E3DF
Text Example
Text Example
White with #E2E3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E3DF; }
p { color: rgb(226,227,223); }
H1.HeaderClassName
{
color: #E2E3DF;
}
.AnyTagClassName
{
color: #E2E3DF;
}
</style>
background-color css
<style>
a { background-color: #E2E3DF; }
a { background-color: rgb(226,227,223); }
div.DivClassName
{
background-color: #E2E3DF;
}
.BgClassName
{
background-color: #E2E3DF;
}
</style>
border-color css
<style>
span { border-color: #E2E3DF; }
span { border-color: rgb(226,227,223); }
td.TdClassName
{
border-color: #E2E3DF;
}
.TagClassName
{
border-color: #E2E3DF;
}
</style>