#E3DED2

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

Shades of Merino #E3DED2

Tints of Merino #E3DED2

Color information

#E3DED2 (or 0xE3DED2) is unknown color: approx Merino. HEX triplet: E3, DE and D2. RGB value is (227,222,210). Sum of RGB (Red+Green+Blue) = 227+222+210=659 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.45% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 210 (82.42% from 255 or 31.87% from 659); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DED2 is #1C212D. Grayscale: #DEDEDE. Windows color (decimal): -1843502 or 13819619. OLE color: 13819619.

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

Color convert

RGB227222210-
CMYK00.020.070.11
HSL42.35º23.29%85.69%-
HSV(B)42.35º7.49%89.02%-
XYZ69.4373.2371.45-
YUV222.13121.16131.48-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.45%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 210 (82.42% from 255) = 31.87%
R=34.45%
G=33.69%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722221000.020.070.1142.3523.2985.69
HexE3DED2027B2a1756
Octal343336322027135227126
Binary1110001111011110110100100101111011101010101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DED2; }

 p { color: rgb(227,222,210); }

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

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

 a { background-color: rgb(227,222,210); }

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

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

 span { border-color: rgb(227,222,210); }

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