#E2E1DB

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

Shades of Black White #E2E1DB

Tints of Black White #E2E1DB

Color information

#E2E1DB (or 0xE2E1DB) is unknown color: approx Black White. HEX triplet: E2, E1 and DB. RGB value is (226,225,219). Sum of RGB (Red+Green+Blue) = 226+225+219=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1DB is #1D1E24. Grayscale: #E0E0E0. Windows color (decimal): -1908261 or 14410210. OLE color: 14410210.

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

Color convert

RGB226225219-
CMYK00.000.030.11
HSL51.43º10.77%87.25%-
HSV(B)51.43º3.1%88.63%-
XYZ71.0875.1377.77-
YUV224.62124.83128.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.73%
GREEN value IS 225 (88.28% from 255) = 33.58%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=33.73%
G=33.58%
B=32.69%

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
Decimal22622521900.000.030.1151.4310.7787.25
HexE2E1DB003B33b57
Octal342341333003136313127
Binary1110001011100001110110110011101111001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E1DB; }

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

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

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

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

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

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

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

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