COLOR #E2D2D5

HEX: #E2D2D5
RGB: (226,210,213)

Color info

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

RGB color model

#E2D2D5 color RGB value is (226,210,213).

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

RGB channels and saturation

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

226
210
213

R + G + B ~ 85%. #E2D2D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 210 + 213 = 649 (100%)
R 226 of 649 ~ 34.82%
G 210 of 649 ~ 32.36%
B 213 of 649 ~ 32.82%

%34.82
%32.36
%32.82

CMYK color model

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

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

CMYK percentages

%0
%7.08
%5.75
%11.37

Codes

Color #E2D2D5 in popluar color models

E2D2D5
RGB226210213
HSL349°21.62%85.49%
HSB/HSV349°7.08%88.63%
CMYK0.00%7.08%5.75%
11.37%

Color #E2D2D5 in popluar number systems.

HEXE2D2D5
Decimal226210213
Binary111000101101001011010101
Octal342322325

Shades and tints

Shades of #E2D2D5

#E2D2D5
(226,210,213)
#CEBFC2
(206,191,194)
#BAACAF
(186,172,175)
#A6999C
(166,153,156)
#928689
(146,134,137)
#7E7376
(126,115,118)
#6A6063
(106,96,99)
#564D50
(86,77,80)
#423A3D
(66,58,61)
#2E272A
(46,39,42)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #E2D2D5

#E2D2D5
(226,210,213)
#E4D6D8
(228,214,216)
#E6DADB
(230,218,219)
#E8DEDE
(232,222,222)
#EAE2E1
(234,226,225)
#ECE6E4
(236,230,228)
#EEEAE7
(238,234,231)
#F0EEEA
(240,238,234)
#F2F2ED
(242,242,237)
#F4F6F0
(244,246,240)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D2D5; }

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

This text font color is #E2D2D5.


Background Color

.myBgColor { background-color: #E2D2D5; }

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

This div background color is #E2D2D5.


Border color

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

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

This div border color is #E2D2D5.


Opacity

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

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

Text with #E2D2D5 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 #E2D2D5;}

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

This text has shadow with #E2D2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D2D5 on black background.


Color preview on white background

This text has color #E2D2D5 on white background.



Black color preview on #E2D2D5 background

This text has black color on #E2D2D5 background.


White color preview on #E2D2D5 background

This text has white color on #E2D2D5 background.