#E2E1DC

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

Shades of Black White #E2E1DC

Tints of Black White #E2E1DC

Color information

#E2E1DC (or 0xE2E1DC) is unknown color: approx Black White. HEX triplet: E2, E1 and DC. RGB value is (226,225,220). Sum of RGB (Red+Green+Blue) = 226+225+220=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1DC is #1D1E23. Grayscale: #E0E0E0. Windows color (decimal): -1908260 or 14475746. OLE color: 14475746.

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

Color convert

RGB226225220-
CMYK00.000.030.11
HSL50º9.38%87.45%-
HSV(B)50º2.65%88.63%-
XYZ71.2175.1978.47-
YUV224.73125.33128.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.68%
GREEN value IS 225 (88.28% from 255) = 33.53%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=33.68%
G=33.53%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622522000.000.030.11509.3887.45
HexE2E1DC003B32957
Octal342341334003136211127
Binary1110001011100001110111000011101111001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E1DC; }

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

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

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

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

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

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

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

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