#E1DACE

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

Shades of Merino #E1DACE

Tints of Merino #E1DACE

Color information

#E1DACE (or 0xE1DACE) is unknown color: approx Merino. HEX triplet: E1, DA and CE. RGB value is (225,218,206). Sum of RGB (Red+Green+Blue) = 225+218+206=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DACE is #1E2531. Grayscale: #DADADA. Windows color (decimal): -1975602 or 13556449. OLE color: 13556449.

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

Color convert

RGB225218206-
CMYK00.030.080.12
HSL37.89º24.05%84.51%-
HSV(B)37.89º8.44%88.24%-
XYZ67.2670.6168.48-
YUV218.72120.82132.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.67%
GREEN value IS 218 (85.55% from 255) = 33.59%
BLUE value IS 206 (80.86% from 255) = 31.74%
R=34.67%
G=33.59%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521820600.030.080.1237.8924.0584.51
HexE1DACE038C261855
Octal3413323160310144630125
Binary11100001110110101100111001110001100100110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DACE; }

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

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

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

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

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

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

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

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