#E1E2DC

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

Shades of Black Squeeze #E1E2DC

Tints of Black Squeeze #E1E2DC

Color information

#E1E2DC (or 0xE1E2DC) is unknown color: approx Black Squeeze. HEX triplet: E1, E2 and DC. RGB value is (225,226,220). Sum of RGB (Red+Green+Blue) = 225+226+220=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E2DC is #1E1D23. Grayscale: #E1E1E1. Windows color (decimal): -1973540 or 14476001. OLE color: 14476001.

HSL color Cylindrical-coordinate representation of color #E1E2DC: hue angle of 70º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1E2DC is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB225226220-
CMYK0.0000.030.11
HSL70º9.38%87.45%-
HSV(B)70º2.65%88.63%-
XYZ71.1775.5778.55-
YUV225.02125.17127.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.53%
GREEN value IS 226 (88.67% from 255) = 33.68%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=33.53%
G=33.68%
B=32.79%

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
Decimal2252262200.0000.030.11709.3887.45
HexE1E2DC003B46957
Octal3413423340031310611127
Binary11100001111000101101110000111011100011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E2DC; }

 p { color: rgb(225,226,220); }

 H1.HeaderClassName
 {
   color: #E1E2DC;
 }
 .AnyTagClassName
 {
   color: #E1E2DC;
 }
</style>
background-color css

<style>
 a { background-color: #E1E2DC; }

 a { background-color: rgb(225,226,220); }

 div.DivClassName
 {
   background-color: #E1E2DC;
 }
 .BgClassName
 {
   background-color: #E1E2DC;
 }
</style>
border-color css

<style>
 span { border-color: #E1E2DC; }

 span { border-color: rgb(225,226,220); }

 td.TdClassName
 {
   border-color: #E1E2DC;
 }
 .TagClassName
 {
   border-color: #E1E2DC;
 }
</style>