#E2DCD1

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

Shades of Merino #E2DCD1

Tints of Merino #E2DCD1

Color information

#E2DCD1 (or 0xE2DCD1) is unknown color: approx Merino. HEX triplet: E2, DC and D1. RGB value is (226,220,209). Sum of RGB (Red+Green+Blue) = 226+220+209=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCD1 is #1D232E. Grayscale: #DCDCDC. Windows color (decimal): -1909551 or 13753570. OLE color: 13753570.

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

Color convert

RGB226220209-
CMYK00.030.080.11
HSL38.82º22.67%85.29%-
HSV(B)38.82º7.52%88.63%-
XYZ68.4771.9670.6-
YUV220.54121.49131.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.50%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 209 (82.03% from 255) = 31.91%
R=34.50%
G=33.59%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622020900.030.080.1138.8222.6785.29
HexE2DCD1038B271755
Octal3423343210310134727125
Binary11100010110111001101000101110001011100111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DCD1; }

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

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

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

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

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

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

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

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