COLOR #E2D2E2

HEX: #E2D2E2
RGB: (226,210,226)

Color info

#E2D2E2 contains red, green and blue colors in about the same proportion. Web safe color of #E2D2E2 is #CCCCCC (or #CCC).

RGB color model

#E2D2E2 color RGB value is (226,210,226).

  • red value is 226;
  • green value is 210;
  • blue value is 226.
RGB:
(226,210,226)
(89%,82%,89%)

RGB channels and saturation

R 226 of 255 = 89%
G 210 of 255 = 82%
B 226 of 255 = 89%

226
210
226

R + G + B ~ 87%. #E2D2E2 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 210 + 226 = 662 (100%)
R 226 of 662 ~ 34.14%
G 210 of 662 ~ 31.72%
B 226 of 662 ~ 34.14%

%34.14
%31.72
%34.14

CMYK color model

#E2D2E2 color CMYK value is (0,7,0,11).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(0,7,0,11)
C0M7Y0K11 
(0%,7%,0%,11%)
(0.00/0.07/0.00/0.11)	

CMYK percentages

%0
%7.08
%0
%11.37

Codes

Color #E2D2E2 in popluar color models

E2D2E2
RGB226210226
HSL300°21.62%85.49%
HSB/HSV300°7.08%88.63%
CMYK0.00%7.08%0.00%
11.37%

Color #E2D2E2 in popluar number systems.

HEXE2D2E2
Decimal226210226
Binary111000101101001011100010
Octal342322342

Shades and tints

Shades of #E2D2E2

#E2D2E2
(226,210,226)
#CEBFCE
(206,191,206)
#BAACBA
(186,172,186)
#A699A6
(166,153,166)
#928692
(146,134,146)
#7E737E
(126,115,126)
#6A606A
(106,96,106)
#564D56
(86,77,86)
#423A42
(66,58,66)
#2E272E
(46,39,46)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #E2D2E2

#E2D2E2
(226,210,226)
#E4D6E4
(228,214,228)
#E6DAE6
(230,218,230)
#E8DEE8
(232,222,232)
#EAE2EA
(234,226,234)
#ECE6EC
(236,230,236)
#EEEAEE
(238,234,238)
#F0EEF0
(240,238,240)
#F2F2F2
(242,242,242)
#F4F6F4
(244,246,244)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D2E2 color. Also use rgb(226,210,226) instead hex code.

Text Font Color

.myTextColor { color: #E2D2E2; }

<p style="color:#E2D2E2">This sample text font color is #E2D2E2.</p>

This text font color is #E2D2E2.


Background Color

.myBgColor { background-color: #E2D2E2; }

<div style="background-color:#E2D2E2">Inner text</div>

This div background color is #E2D2E2.


Border color

.myBorderColor { border: 1px solid #E2D2E2; }

<div style="border:3px solid #E2D2E2">Div</div>

This div border color is #E2D2E2.


Opacity

.myOpacity80 { color: #E2D2E2; opacity: 0.8; }

<p style="color:#E2D2E2;opacity:0.8;">80%</p>

Text with #E2D2E2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E2D2E2;}

<p style="text-shadow: 3px 3px 1px #E2D2E2">Text here.</p>

This text has shadow with #E2D2E2 color.

.textShadow {text-shadow: 3px 3px 1px #E2D2E2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E2D2E2, 5px 5px 20px red">Text here.</p>

This text has shadow with #E2D2E2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E2D2E2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E2D2E2, Direction=45, Strength=4)">Text</p>

This text has shadow with #E2D2E2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E2D2E2;
  -webkit-box-shadow:	1px 1px 3px 2px #E2D2E2;
  box-shadow:		1px 1px 3px 2px #E2D2E2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E2D2E2;
-webkit-box-shadow: 1px 1px 3px 2px #E2D2E2;
box-shadow:1px 1px 3px 2px #E2D2E2;">
Div content here</div>
This div box has shadow with color #E2D2E2.

Preview

Color preview on black background

This text has color #E2D2E2 on black background.


Color preview on white background

This text has color #E2D2E2 on white background.



Black color preview on #E2D2E2 background

This text has black color on #E2D2E2 background.


White color preview on #E2D2E2 background

This text has white color on #E2D2E2 background.