#E2DACD

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

Shades of Merino #E2DACD

Tints of Merino #E2DACD

Color information

#E2DACD (or 0xE2DACD) is unknown color: approx Merino. HEX triplet: E2, DA and CD. RGB value is (226,218,205). Sum of RGB (Red+Green+Blue) = 226+218+205=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DACD is #1D2532. Grayscale: #DADADA. Windows color (decimal): -1910067 or 13490914. OLE color: 13490914.

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

Color convert

RGB226218205-
CMYK00.040.090.11
HSL37.14º26.58%84.51%-
HSV(B)37.14º9.29%88.63%-
XYZ67.4570.7267.85-
YUV218.91120.15133.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.82%
GREEN value IS 218 (85.55% from 255) = 33.59%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=34.82%
G=33.59%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621820500.040.090.1137.1426.5884.51
HexE2DACD049B251b55
Octal3423323150411134533125
Binary111000101101101011001101010010011011100101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DACD; }

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

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

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

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

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

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

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

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