#E1DACF

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

Shades of Merino #E1DACF

Tints of Merino #E1DACF

Color information

#E1DACF (or 0xE1DACF) is unknown color: approx Merino. HEX triplet: E1, DA and CF. RGB value is (225,218,207). Sum of RGB (Red+Green+Blue) = 225+218+207=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DACF is #1E2530. Grayscale: #DADADA. Windows color (decimal): -1975601 or 13621985. OLE color: 13621985.

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

Color convert

RGB225218207-
CMYK00.030.080.12
HSL36.67º23.08%84.71%-
HSV(B)36.67º8%88.24%-
XYZ67.3970.6669.12-
YUV218.84121.32132.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.62%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 207 (81.25% from 255) = 31.85%
R=34.62%
G=33.54%
B=31.85%

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
Decimal22521820700.030.080.1236.6723.0884.71
HexE1DACF038C251755
Octal3413323170310144527125
Binary11100001110110101100111101110001100100101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DACF; }

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

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

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

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

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

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

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

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