#E0DACE

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

Shades of Merino #E0DACE

Tints of Merino #E0DACE

Color information

#E0DACE (or 0xE0DACE) is unknown color: approx Merino. HEX triplet: E0, DA and CE. RGB value is (224,218,206). Sum of RGB (Red+Green+Blue) = 224+218+206=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DACE is #1F2531. Grayscale: #DADADA. Windows color (decimal): -2041138 or 13556448. OLE color: 13556448.

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

Color convert

RGB224218206-
CMYK00.030.080.12
HSL40º22.5%84.31%-
HSV(B)40º8.04%87.84%-
XYZ66.9570.4568.46-
YUV218.43120.99131.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.57%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 206 (80.86% from 255) = 31.79%
R=34.57%
G=33.64%
B=31.79%

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
Decimal22421820600.030.080.124022.584.31
HexE0DACE038C281754
Octal3403323160310145027124
Binary11100000110110101100111001110001100101000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DACE; }

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

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

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

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

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

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

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

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