#E2DED5

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

Shades of Merino #E2DED5

Tints of Merino #E2DED5

Color information

#E2DED5 (or 0xE2DED5) is unknown color: approx Merino. HEX triplet: E2, DE and D5. RGB value is (226,222,213). Sum of RGB (Red+Green+Blue) = 226+222+213=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DED5 is #1D212A. Grayscale: #DEDEDE. Windows color (decimal): -1909035 or 14016226. OLE color: 14016226.

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

Color convert

RGB226222213-
CMYK00.020.060.11
HSL41.54º18.31%86.08%-
HSV(B)41.54º5.75%88.63%-
XYZ69.573.2273.42-
YUV222.17122.83130.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.19%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 213 (83.59% from 255) = 32.22%
R=34.19%
G=33.59%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622221300.020.060.1141.5418.3186.08
HexE2DED5026B2a1256
Octal342336325026135222126
Binary1110001011011110110101010101101011101010100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DED5; }

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

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

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

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

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

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

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

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