#E1E2DA

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

Shades of Black Squeeze #E1E2DA

Tints of Black Squeeze #E1E2DA

Color information

#E1E2DA (or 0xE1E2DA) is unknown color: approx Black Squeeze. HEX triplet: E1, E2 and DA. RGB value is (225,226,218). Sum of RGB (Red+Green+Blue) = 225+226+218=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E2DA is #1E1D25. Grayscale: #E0E0E0. Windows color (decimal): -1973542 or 14344929. OLE color: 14344929.

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

Color convert

RGB225226218-
CMYK0.0000.040.11
HSL67.5º12.12%87.06%-
HSV(B)67.5º3.54%88.63%-
XYZ70.975.4677.16-
YUV224.79124.17128.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.63%
GREEN value IS 226 (88.67% from 255) = 33.78%
BLUE value IS 218 (85.55% from 255) = 32.59%
R=33.63%
G=33.78%
B=32.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252262180.0000.040.1167.512.1287.06
HexE1E2DA004B44c57
Octal3413423320041310414127
Binary111000011110001011011010001001011100010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E2DA; }

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

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

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

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

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

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

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

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