#E3DDD0

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

Shades of Merino #E3DDD0

Tints of Merino #E3DDD0

Color information

#E3DDD0 (or 0xE3DDD0) is unknown color: approx Merino. HEX triplet: E3, DD and D0. RGB value is (227,221,208). Sum of RGB (Red+Green+Blue) = 227+221+208=656 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.60% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DDD0 is #1C222F. Grayscale: #DDDDDD. Windows color (decimal): -1843760 or 13688291. OLE color: 13688291.

HSL color Cylindrical-coordinate representation of color #E3DDD0: hue angle of 41.05º degrees, saturation: 0.25, 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 #E3DDD0 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB227221208-
CMYK00.030.080.11
HSL41.05º25.33%85.29%-
HSV(B)41.05º8.37%89.02%-
XYZ68.9272.670.05-
YUV221.31120.49132.06-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.60%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 208 (81.64% from 255) = 31.71%
R=34.60%
G=33.69%
B=31.71%

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
Decimal22722120800.030.080.1141.0525.3385.29
HexE3DDD0038B291955
Octal3433353200310135131125
Binary11100011110111011101000001110001011101001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DDD0; }

 p { color: rgb(227,221,208); }

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

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

 a { background-color: rgb(227,221,208); }

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

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

 span { border-color: rgb(227,221,208); }

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