COLOR #E3DCE5

HEX: #E3DCE5 RGB: (227,220,229)

Color info

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

RGB color model

#E3DCE5 color RGB value is (227,220,229).

RGB: (227,220,229) (89%, 86%, 90%)

RGB channels and saturation

R 227 of 255 = 89%
G 220 of 255 = 86%
B 229 of 255 = 90%

227
220
229

R + G + B ~ 88%. #E3DCE5 is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 220 + 229 = 676 (100%)
R 227 of 676 ~ 33.58%
G 220 of 676 ~ 32.54%
B 229 of 676 ~ 33.88'%

%33.58
%32.54
%33.88

CMYK color model

#E3DCE5 color CMYK value is (1,4,0,10).

  • cyan value is 0.87%
  • magenta value is 3.93%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (1,4,0,10) C1M4Y0K10 (1%,4%,0%,10%) (0.01/0.04/0.00/0.10) 

CMYK percentages

%0.87
%3.93
%0
%10.2

Codes

Color #E3DCE5 in popluar color models

E3 DC E5
RGB 227 220 229
HSL 287° 14.75% 88.04%
HSB/HSV 287° 3.93% 89.80%
CMYK 0.87% 3.93% 0.00%
10.20%

Color #E3DCE5 in popluar number systems.

HEX E3 DC E5
Decimal 227 220 229
Binary 11100011 11011100 11100101
Octal 343 334 345

Shades and tints

Shades of #E3DCE5

#E3DCE5
(227,220,229)
#CFC8D1
(207,200,209)
#BBB4BD
(187,180,189)
#A7A0A9
(167,160,169)
#938C95
(147,140,149)
#7F7881
(127,120,129)
#6B646D
(107,100,109)
#575059
(87,80,89)
#433C45
(67,60,69)
#2F2831
(47,40,49)
#1B141D
(27,20,29)
#000000
(0,0,0)

Tints of #E3DCE5

#E3DCE5
(227,220,229)
#E5DFE7
(229,223,231)
#E7E2E9
(231,226,233)
#E9E5EB
(233,229,235)
#EBE8ED
(235,232,237)
#EDEBEF
(237,235,239)
#EFEEF1
(239,238,241)
#F1F1F3
(241,241,243)
#F3F4F5
(243,244,245)
#F5F7F7
(245,247,247)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DCE5 color. Also use rgb(227,220,229) instead hex code.

Text Font Color

.myTextColor { color: #E3DCE5; }

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

This text font color is #E3DCE5.

Background Color

.myBgColor { background-color: #E3DCE5; }

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

This div background color is #E3DCE5.

Border color

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

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

This div border color is #E3DCE5.

Opacity

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

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

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

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

This text has shadow with #E3DCE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DCE5.

Preview

Color preview on black background

This text has color #E3DCE5 on black background.


Color preview on white background

This text has color #E3DCE5 on white background.


Black color preview on #E3DCE5 background

This text has black color on #E3DCE5 background.


White color preview on #E3DCE5 background

This text has white color on #E3DCE5 background.


Related colors

Complementary color

Complementary color for #hex is #1C231A.


I love getcolorcode.com

Triadic colors

1 #E5E3DC and #DCE5E3 with #E3DCE5 are triadic colors.

2 #E5DCE3 and #DCE3E5 with #E3DCE5 are triadic colors.