#E1DBD2

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

Shades of Merino #E1DBD2

Tints of Merino #E1DBD2

Color information

#E1DBD2 (or 0xE1DBD2) is unknown color: approx Merino. HEX triplet: E1, DB and D2. RGB value is (225,219,210). Sum of RGB (Red+Green+Blue) = 225+219+210=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBD2 is #1E242D. Grayscale: #DBDBDB. Windows color (decimal): -1975342 or 13818849. OLE color: 13818849.

HSL color Cylindrical-coordinate representation of color #E1DBD2: hue angle of 36º degrees, saturation: 0.2, 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 #E1DBD2 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB225219210-
CMYK00.030.070.12
HSL36º20%85.29%-
HSV(B)36º6.67%88.24%-
XYZ68.0271.3271.15-
YUV219.77122.49131.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.40%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 210 (82.42% from 255) = 32.11%
R=34.40%
G=33.49%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521921000.030.070.12362085.29
HexE1DBD2037C241455
Octal341333322037144424125
Binary1110000111011011110100100111111100100100101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBD2; }

 p { color: rgb(225,219,210); }

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

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

 a { background-color: rgb(225,219,210); }

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

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

 span { border-color: rgb(225,219,210); }

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