COLOR #E3DDE1

HEX: #E3DDE1 RGB: (227,221,225)

Color info

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

RGB color model

#E3DDE1 color RGB value is (227,221,225).

RGB: (227,221,225) (89%, 87%, 88%)

RGB channels and saturation

R 227 of 255 = 89%
G 221 of 255 = 87%
B 225 of 255 = 88%

227
221
225

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

Portions of RGB colors in percentages

R + G + B = 227 + 221 + 225 = 673 (100%)
R 227 of 673 ~ 33.73%
G 221 of 673 ~ 32.84%
B 225 of 673 ~ 33.43'%

%33.73
%32.84
%33.43

CMYK color model

#E3DDE1 color CMYK value is (0,3,1,11).

  • cyan value is 0.00%
  • magenta value is 2.64%
  • yellow value is 0.88%
  • key color value is 10.98%

CMYK: (0,3,1,11)
C0M3Y1K11 (0%, 3%, 1%, 11%)
(0.00 / 0.03 / 0.01 / 0.11)

CMYK percentages

%0
%2.64
%0.88
%10.98

Codes

Color #E3DDE1 in popluar color models

E3 DD E1
RGB 227 221 225
HSL 320° 9.68% 87.84%
HSB/HSV 320° 2.64% 89.02%
CMYK 0.00% 2.64% 0.88%
10.98%

Color #E3DDE1 in popluar number systems.

HEX E3 DD E1
Decimal 227 221 225
Binary 11100011 11011101 11100001
Octal 343 335 341

Shades and tints

Shades of #E3DDE1

#E3DDE1
(227,221,225)
#CFC9CD
(207,201,205)
#BBB5B9
(187,181,185)
#A7A1A5
(167,161,165)
#938D91
(147,141,145)
#7F797D
(127,121,125)
#6B6569
(107,101,105)
#575155
(87,81,85)
#433D41
(67,61,65)
#2F292D
(47,41,45)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #E3DDE1

#E3DDE1
(227,221,225)
#E5E0E3
(229,224,227)
#E7E3E5
(231,227,229)
#E9E6E7
(233,230,231)
#EBE9E9
(235,233,233)
#EDECEB
(237,236,235)
#EFEFED
(239,239,237)
#F1F2EF
(241,242,239)
#F3F5F1
(243,245,241)
#F5F8F3
(245,248,243)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DDE1 color. Also use rgb(227,221,225) instead hex code.

Text Font Color

.myTextColor { color: #E3DDE1; }

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

This text font color is #E3DDE1.

Background Color

.myBgColor { background-color: #E3DDE1; }

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

This div background color is #E3DDE1.

Border color

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

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

This div border color is #E3DDE1.

Opacity

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

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

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

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

This text has shadow with #E3DDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DDE1.

Preview

Color preview on black background

This text has color #E3DDE1 on black background.


Color preview on white background

This text has color #E3DDE1 on white background.


Black color preview on #E3DDE1 background

This text has black color on #E3DDE1 background.


White color preview on #E3DDE1 background

This text has white color on #E3DDE1 background.


Related colors

Complementary color

Complementary color for #hex is #1C221E.


I love getcolorcode.com

Triadic colors

1 #E1E3DD and #DDE1E3 with #E3DDE1 are triadic colors.

2 #E1DDE3 and #DDE3E1 with #E3DDE1 are triadic colors.