#E1DCD1

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

Shades of Merino #E1DCD1

Tints of Merino #E1DCD1

Color information

#E1DCD1 (or 0xE1DCD1) is unknown color: approx Merino. HEX triplet: E1, DC and D1. RGB value is (225,220,209). Sum of RGB (Red+Green+Blue) = 225+220+209=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCD1 is #1E232E. Grayscale: #DCDCDC. Windows color (decimal): -1975087 or 13753569. OLE color: 13753569.

HSL color Cylindrical-coordinate representation of color #E1DCD1: hue angle of 41.25º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1DCD1 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB225220209-
CMYK00.020.070.12
HSL41.25º21.05%85.1%-
HSV(B)41.25º7.11%88.24%-
XYZ68.1571.870.59-
YUV220.24121.66131.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.40%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 209 (82.03% from 255) = 31.96%
R=34.40%
G=33.64%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522020900.020.070.1241.2521.0585.1
HexE1DCD1027C291555
Octal341334321027145125125
Binary1110000111011100110100010101111100101001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCD1; }

 p { color: rgb(225,220,209); }

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

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

 a { background-color: rgb(225,220,209); }

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

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

 span { border-color: rgb(225,220,209); }

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