#E2E3DC

Color #E2E3DC Black Squeeze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Squeeze #E2E3DC

Tints of Black Squeeze #E2E3DC

Color information

#E2E3DC (or 0xE2E3DC) is unknown color: approx 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

RGB226227220-
CMYK0.0000.030.11
HSL68.57º11.11%87.65%-
HSV(B)68.57º3.08%89.02%-
XYZ71.7576.2778.65-
YUV225.9124.67128.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 33.58%
GREEN value IS 227 (89.06% from 255) = 33.73%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=33.58%
G=33.73%
B=32.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262272200.0000.030.1168.5711.1187.65
HexE2E3DC003B45b58
Octal3423433340031310513130
Binary11100010111000111101110000111011100010110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>