#E1DAD0

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

Shades of Merino #E1DAD0

Tints of Merino #E1DAD0

Color information

#E1DAD0 (or 0xE1DAD0) is unknown color: approx Merino. HEX triplet: E1, DA and D0. RGB value is (225,218,208). Sum of RGB (Red+Green+Blue) = 225+218+208=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DAD0 is #1E252F. Grayscale: #DBDBDB. Windows color (decimal): -1975600 or 13687521. OLE color: 13687521.

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

Color convert

RGB225218208-
CMYK00.030.080.12
HSL35.29º22.08%84.9%-
HSV(B)35.29º7.56%88.24%-
XYZ67.5170.769.76-
YUV218.95121.82132.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.56%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 208 (81.64% from 255) = 31.95%
R=34.56%
G=33.49%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521820800.030.080.1235.2922.0884.9
HexE1DAD0038C231655
Octal3413323200310144326125
Binary11100001110110101101000001110001100100011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DAD0; }

 p { color: rgb(225,218,208); }

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

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

 a { background-color: rgb(225,218,208); }

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

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

 span { border-color: rgb(225,218,208); }

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