COLOR #E3D9EE

HEX: #E3D9EE RGB: (227,217,238)

Color info

#E3D9EE contains red, green and blue colors in about the same proportion. Web safe color of #E3D9EE is #CCCCFF (or #CCF).

RGB color model

#E3D9EE color RGB value is (227,217,238).

RGB: (227,217,238) (89%, 85%, 93%)

RGB channels and saturation

R 227 of 255 = 89%
G 217 of 255 = 85%
B 238 of 255 = 93%

227
217
238

R + G + B ~ 89%. #E3D9EE is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 217 + 238 = 682 (100%)
R 227 of 682 ~ 33.28%
G 217 of 682 ~ 31.82%
B 238 of 682 ~ 34.9'%

%33.28
%31.82
%34.9

CMYK color model

#E3D9EE color CMYK value is (5,9,0,7).

  • cyan value is 4.62%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (5,9,0,7)
C5M9Y0K7 (5%, 9%, 0%, 7%)
(0.05 / 0.09 / 0.00 / 0.07)

CMYK percentages

%4.62
%8.82
%0
%6.67

Codes

Color #E3D9EE in popluar color models

E3 D9 EE
RGB 227 217 238
HSL 269° 38.18% 89.22%
HSB/HSV 269° 8.82% 93.33%
CMYK 4.62% 8.82% 0.00%
6.67%

Color #E3D9EE in popluar number systems.

HEX E3 D9 EE
Decimal 227 217 238
Binary 11100011 11011001 11101110
Octal 343 331 356

Shades and tints

Shades of #E3D9EE

#E3D9EE
(227,217,238)
#CFC6D9
(207,198,217)
#BBB3C4
(187,179,196)
#A7A0AF
(167,160,175)
#938D9A
(147,141,154)
#7F7A85
(127,122,133)
#6B6770
(107,103,112)
#57545B
(87,84,91)
#434146
(67,65,70)
#2F2E31
(47,46,49)
#1B1B1C
(27,27,28)
#000000
(0,0,0)

Tints of #E3D9EE

#E3D9EE
(227,217,238)
#E5DCEF
(229,220,239)
#E7DFF0
(231,223,240)
#E9E2F1
(233,226,241)
#EBE5F2
(235,229,242)
#EDE8F3
(237,232,243)
#EFEBF4
(239,235,244)
#F1EEF5
(241,238,245)
#F3F1F6
(243,241,246)
#F5F4F7
(245,244,247)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D9EE color. Also use rgb(227,217,238) instead hex code.

Text Font Color

.myTextColor { color: #E3D9EE; }

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

This text font color is #E3D9EE.

Background Color

.myBgColor { background-color: #E3D9EE; }

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

This div background color is #E3D9EE.

Border color

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

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

This div border color is #E3D9EE.

Opacity

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

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

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

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

This text has shadow with #E3D9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D9EE.

Preview

Color preview on black background

This text has color #E3D9EE on black background.


Color preview on white background

This text has color #E3D9EE on white background.


Black color preview on #E3D9EE background

This text has black color on #E3D9EE background.


White color preview on #E3D9EE background

This text has white color on #E3D9EE background.


Related colors

Complementary color

Complementary color for #hex is #1C2611.


I love getcolorcode.com

Triadic colors

1 #EEE3D9 and #D9EEE3 with #E3D9EE are triadic colors.

2 #EED9E3 and #D9E3EE with #E3D9EE are triadic colors.