#E4DACD

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

Shades of Merino #E4DACD

Tints of Merino #E4DACD

Color information

#E4DACD (or 0xE4DACD) is unknown color: approx Merino. HEX triplet: E4, DA and CD. RGB value is (228,218,205). Sum of RGB (Red+Green+Blue) = 228+218+205=651 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.02% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DACD is #1B2532. Grayscale: #DBDBDB. Windows color (decimal): -1778995 or 13490916. OLE color: 13490916.

HSL color Cylindrical-coordinate representation of color #E4DACD: hue angle of 33.91º degrees, saturation: 0.3, 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 #E4DACD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB228218205-
CMYK00.040.100.11
HSL33.91º29.87%84.9%-
HSV(B)33.91º10.09%89.41%-
XYZ68.0971.0467.88-
YUV219.51119.81134.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.02%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 205 (80.47% from 255) = 31.49%
R=35.02%
G=33.49%
B=31.49%

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
Decimal22821820500.040.100.1133.9129.8784.9
HexE4DACD04AB221e55
Octal3443323150412134236125
Binary111001001101101011001101010010101011100010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DACD; }

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

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

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

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

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

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

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

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