#E1E0D7

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

Shades of Black White #E1E0D7

Tints of Black White #E1E0D7

Color information

#E1E0D7 (or 0xE1E0D7) is unknown color: approx Black White. HEX triplet: E1, E0 and D7. RGB value is (225,224,215). Sum of RGB (Red+Green+Blue) = 225+224+215=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E0D7 is #1E1F28. Grayscale: #DFDFDF. Windows color (decimal): -1974057 or 14147809. OLE color: 14147809.

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

Color convert

RGB225224215-
CMYK00.000.040.12
HSL54º14.29%86.27%-
HSV(B)54º4.44%88.24%-
XYZ69.9774.2374.93-
YUV223.27123.33129.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.89%
GREEN value IS 224 (87.89% from 255) = 33.73%
BLUE value IS 215 (84.38% from 255) = 32.38%
R=33.89%
G=33.73%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522421500.000.040.125414.2986.27
HexE1E0D7004C36e56
Octal341340327004146616126
Binary11100001111000001101011100100110011011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E0D7; }

 p { color: rgb(225,224,215); }

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

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

 a { background-color: rgb(225,224,215); }

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

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

 span { border-color: rgb(225,224,215); }

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