#E3DACD

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

Shades of Merino #E3DACD

Tints of Merino #E3DACD

Color information

#E3DACD (or 0xE3DACD) is unknown color: approx Merino. HEX triplet: E3, DA and CD. RGB value is (227,218,205). Sum of RGB (Red+Green+Blue) = 227+218+205=650 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.92% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DACD is #1C2532. Grayscale: #DBDBDB. Windows color (decimal): -1844531 or 13490915. OLE color: 13490915.

HSL color Cylindrical-coordinate representation of color #E3DACD: hue angle of 35.45º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3DACD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB227218205-
CMYK00.040.100.11
HSL35.45º28.21%84.71%-
HSV(B)35.45º9.69%89.02%-
XYZ67.7770.8867.87-
YUV219.21119.98133.56-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.92%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=34.92%
G=33.54%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721820500.040.100.1135.4528.2184.71
HexE3DACD04AB231c55
Octal3433323150412134334125
Binary111000111101101011001101010010101011100011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DACD; }

 p { color: rgb(227,218,205); }

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

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

 a { background-color: rgb(227,218,205); }

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

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

 span { border-color: rgb(227,218,205); }

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