#E2DDD2

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

Shades of Merino #E2DDD2

Tints of Merino #E2DDD2

Color information

#E2DDD2 (or 0xE2DDD2) is unknown color: approx Merino. HEX triplet: E2, DD and D2. RGB value is (226,221,210). Sum of RGB (Red+Green+Blue) = 226+221+210=657 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.40% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 210 (82.42% from 255 or 31.96% from 657); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDD2 is #1D222D. Grayscale: #DDDDDD. Windows color (decimal): -1909294 or 13819362. OLE color: 13819362.

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

Color convert

RGB226221210-
CMYK00.020.070.11
HSL41.25º21.62%85.49%-
HSV(B)41.25º7.08%88.63%-
XYZ68.8572.5371.34-
YUV221.24121.66131.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.40%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 210 (82.42% from 255) = 31.96%
R=34.40%
G=33.64%
B=31.96%

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
Decimal22622121000.020.070.1141.2521.6285.49
HexE2DDD2027B291655
Octal342335322027135126125
Binary1110001011011101110100100101111011101001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DDD2; }

 p { color: rgb(226,221,210); }

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

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

 a { background-color: rgb(226,221,210); }

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

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

 span { border-color: rgb(226,221,210); }

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