COLOR #E2D1EC

HEX: #E2D1EC RGB: (226,209,236)

Color info

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

RGB color model

#E2D1EC color RGB value is (226,209,236).

RGB: (226,209,236) (89%, 82%, 93%)

RGB channels and saturation

R 226 of 255 = 89%
G 209 of 255 = 82%
B 236 of 255 = 93%

226
209
236

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

Portions of RGB colors in percentages

R + G + B = 226 + 209 + 236 = 671 (100%)
R 226 of 671 ~ 33.68%
G 209 of 671 ~ 31.15%
B 236 of 671 ~ 35.17'%

%33.68
%31.15
%35.17

CMYK color model

#E2D1EC color CMYK value is (4,11,0,7).

  • cyan value is 4.24%
  • magenta value is 11.44%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (4,11,0,7)
C4M11Y0K7 (4%, 11%, 0%, 7%)
(0.04 / 0.11 / 0.00 / 0.07)

CMYK percentages

%4.24
%11.44
%0
%7.45

Codes

Color #E2D1EC in popluar color models

E2 D1 EC
RGB 226 209 236
HSL 278° 41.54% 87.25%
HSB/HSV 278° 11.44% 92.55%
CMYK 4.24% 11.44% 0.00%
7.45%

Color #E2D1EC in popluar number systems.

HEX E2 D1 EC
Decimal 226 209 236
Binary 11100010 11010001 11101100
Octal 342 321 354

Shades and tints

Shades of #E2D1EC

#E2D1EC
(226,209,236)
#CEBED7
(206,190,215)
#BAABC2
(186,171,194)
#A698AD
(166,152,173)
#928598
(146,133,152)
#7E7283
(126,114,131)
#6A5F6E
(106,95,110)
#564C59
(86,76,89)
#423944
(66,57,68)
#2E262F
(46,38,47)
#1A131A
(26,19,26)
#000000
(0,0,0)

Tints of #E2D1EC

#E2D1EC
(226,209,236)
#E4D5ED
(228,213,237)
#E6D9EE
(230,217,238)
#E8DDEF
(232,221,239)
#EAE1F0
(234,225,240)
#ECE5F1
(236,229,241)
#EEE9F2
(238,233,242)
#F0EDF3
(240,237,243)
#F2F1F4
(242,241,244)
#F4F5F5
(244,245,245)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D1EC color. Also use rgb(226,209,236) instead hex code.

Text Font Color

.myTextColor { color: #E2D1EC; }

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

This text font color is #E2D1EC.

Background Color

.myBgColor { background-color: #E2D1EC; }

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

This div background color is #E2D1EC.

Border color

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

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

This div border color is #E2D1EC.

Opacity

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

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

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

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

This text has shadow with #E2D1EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D1EC.

Preview

Color preview on black background

This text has color #E2D1EC on black background.


Color preview on white background

This text has color #E2D1EC on white background.


Black color preview on #E2D1EC background

This text has black color on #E2D1EC background.


White color preview on #E2D1EC background

This text has white color on #E2D1EC background.


Related colors

Complementary color

Complementary color for #hex is #1D2E13.


I love getcolorcode.com

Triadic colors

1 #ECE2D1 and #D1ECE2 with #E2D1EC are triadic colors.

2 #ECD1E2 and #D1E2EC with #E2D1EC are triadic colors.