#E1E0DA

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

Shades of Black White #E1E0DA

Tints of Black White #E1E0DA

Color information

#E1E0DA (or 0xE1E0DA) is unknown color: approx Black White. HEX triplet: E1, E0 and DA. RGB value is (225,224,218). Sum of RGB (Red+Green+Blue) = 225+224+218=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E0DA is #1E1F25. Grayscale: #DFDFDF. Windows color (decimal): -1974054 or 14344417. OLE color: 14344417.

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

Color convert

RGB225224218-
CMYK00.000.030.12
HSL51.43º10.45%86.86%-
HSV(B)51.43º3.11%88.24%-
XYZ70.3674.3876.98-
YUV223.61124.83128.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.73%
GREEN value IS 224 (87.89% from 255) = 33.58%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=33.73%
G=33.58%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522421800.000.030.1251.4310.4586.86
HexE1E0DA003C33a57
Octal341340332003146312127
Binary1110000111100000110110100011110011001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E0DA; }

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

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

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

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

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

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

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

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