#E4DACC

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

Shades of Merino #E4DACC

Tints of Merino #E4DACC

Color information

#E4DACC (or 0xE4DACC) is unknown color: approx Merino. HEX triplet: E4, DA and CC. RGB value is (228,218,204). Sum of RGB (Red+Green+Blue) = 228+218+204=650 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.08% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DACC is #1B2533. Grayscale: #DBDBDB. Windows color (decimal): -1778996 or 13425380. OLE color: 13425380.

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

Color convert

RGB228218204-
CMYK00.040.110.11
HSL35º30.77%84.71%-
HSV(B)35º10.53%89.41%-
XYZ67.977167.25-
YUV219.39119.31134.14-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.08%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=35.08%
G=33.54%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821820400.040.110.113530.7784.71
HexE4DACC04BB231f55
Octal3443323140413134337125
Binary111001001101101011001100010010111011100011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DACC; }

 p { color: rgb(228,218,204); }

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

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

 a { background-color: rgb(228,218,204); }

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

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

 span { border-color: rgb(228,218,204); }

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