#E2E1D5

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

Shades of Black White #E2E1D5

Tints of Black White #E2E1D5

Color information

#E2E1D5 (or 0xE2E1D5) is unknown color: approx Black White. HEX triplet: E2, E1 and D5. RGB value is (226,225,213). Sum of RGB (Red+Green+Blue) = 226+225+213=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1D5 is #1D1E2A. Grayscale: #DFDFDF. Windows color (decimal): -1908267 or 14016994. OLE color: 14016994.

HSL color Cylindrical-coordinate representation of color #E2E1D5: hue angle of 55.38º degrees, saturation: 0.18, 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 #E2E1D5 is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB226225213-
CMYK00.000.060.11
HSL55.38º18.31%86.08%-
HSV(B)55.38º5.75%88.63%-
XYZ70.374.8273.69-
YUV223.93121.83129.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.04%
GREEN value IS 225 (88.28% from 255) = 33.89%
BLUE value IS 213 (83.59% from 255) = 32.08%
R=34.04%
G=33.89%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622521300.000.060.1155.3818.3186.08
HexE2E1D5006B371256
Octal342341325006136722126
Binary111000101110000111010101001101011110111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E1D5; }

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

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

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

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

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

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

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

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