COLOR #E2D2DC

HEX: #E2D2DC
RGB: (226,210,220)

Color info

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

RGB color model

#E2D2DC color RGB value is (226,210,220).

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

RGB channels and saturation

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

226
210
220

R + G + B ~ 86%. #E2D2DC is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 210 + 220 = 656 (100%)
R 226 of 656 ~ 34.45%
G 210 of 656 ~ 32.01%
B 220 of 656 ~ 33.54%

%34.45
%32.01
%33.54

CMYK color model

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

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

CMYK percentages

%0
%7.08
%2.65
%11.37

Codes

Color #E2D2DC in popluar color models

E2D2DC
RGB226210220
HSL323°21.62%85.49%
HSB/HSV323°7.08%88.63%
CMYK0.00%7.08%2.65%
11.37%

Color #E2D2DC in popluar number systems.

HEXE2D2DC
Decimal226210220
Binary111000101101001011011100
Octal342322334

Shades and tints

Shades of #E2D2DC

#E2D2DC
(226,210,220)
#CEBFC8
(206,191,200)
#BAACB4
(186,172,180)
#A699A0
(166,153,160)
#92868C
(146,134,140)
#7E7378
(126,115,120)
#6A6064
(106,96,100)
#564D50
(86,77,80)
#423A3C
(66,58,60)
#2E2728
(46,39,40)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #E2D2DC

#E2D2DC
(226,210,220)
#E4D6DF
(228,214,223)
#E6DAE2
(230,218,226)
#E8DEE5
(232,222,229)
#EAE2E8
(234,226,232)
#ECE6EB
(236,230,235)
#EEEAEE
(238,234,238)
#F0EEF1
(240,238,241)
#F2F2F4
(242,242,244)
#F4F6F7
(244,246,247)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D2DC; }

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

This text font color is #E2D2DC.


Background Color

.myBgColor { background-color: #E2D2DC; }

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

This div background color is #E2D2DC.


Border color

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

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

This div border color is #E2D2DC.


Opacity

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

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

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

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

This text has shadow with #E2D2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D2DC on black background.


Color preview on white background

This text has color #E2D2DC on white background.



Black color preview on #E2D2DC background

This text has black color on #E2D2DC background.


White color preview on #E2D2DC background

This text has white color on #E2D2DC background.