#E1E3D5

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

Shades of Black Squeeze #E1E3D5

Tints of Black Squeeze #E1E3D5

Color information

#E1E3D5 (or 0xE1E3D5) is unknown color: approx Black Squeeze. HEX triplet: E1, E3 and D5. RGB value is (225,227,213). Sum of RGB (Red+Green+Blue) = 225+227+213=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E3D5 is #1E1C2A. Grayscale: #E0E0E0. Windows color (decimal): -1973291 or 14017505. OLE color: 14017505.

HSL color Cylindrical-coordinate representation of color #E1E3D5: hue angle of 68.57º degrees, saturation: 0.2, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1E3D5 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB225227213-
CMYK0.0100.060.11
HSL68.57º20%86.27%-
HSV(B)68.57º6.17%89.02%-
XYZ70.5375.7573.85-
YUV224.81121.34128.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.83%
GREEN value IS 227 (89.06% from 255) = 34.14%
BLUE value IS 213 (83.59% from 255) = 32.03%
R=33.83%
G=34.14%
B=32.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252272130.0100.060.1168.572086.27
HexE1E3D5106B451456
Octal3413433251061310524126
Binary1110000111100011110101011011010111000101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E3D5; }

 p { color: rgb(225,227,213); }

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

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

 a { background-color: rgb(225,227,213); }

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

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

 span { border-color: rgb(225,227,213); }

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