COLOR #E2D6F1

HEX: #E2D6F1
RGB: (226,214,241)

Color info

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

RGB color model

#E2D6F1 color RGB value is (226,214,241).

  • red value is 226;
  • green value is 214;
  • blue value is 241.
RGB:
(226,214,241)
(89%,84%,95%)

RGB channels and saturation

R 226 of 255 = 89%
G 214 of 255 = 84%
B 241 of 255 = 95%

226
214
241

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

Portions of RGB colors in percentages

R + G + B =
226 + 214 + 241 = 681 (100%)
R 226 of 681 ~ 33.19%
G 214 of 681 ~ 31.42%
B 241 of 681 ~ 35.39%

%33.19
%31.42
%35.39

CMYK color model

#E2D6F1 color CMYK value is (6,11,0,5).

  • cyan value is 6.22%
  • magenta value is 11.20%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(6,11,0,5)
C6M11Y0K5 
(6%,11%,0%,5%)
(0.06/0.11/0.00/0.05)	

CMYK percentages

%6.22
%11.2
%0
%5.49

Codes

Color #E2D6F1 in popluar color models

E2D6F1
RGB226214241
HSL267°49.09%89.22%
HSB/HSV267°11.20%94.51%
CMYK6.22%11.20%0.00%
5.49%

Color #E2D6F1 in popluar number systems.

HEXE2D6F1
Decimal226214241
Binary111000101101011011110001
Octal342326361

Shades and tints

Shades of #E2D6F1

#E2D6F1
(226,214,241)
#CEC3DC
(206,195,220)
#BAB0C7
(186,176,199)
#A69DB2
(166,157,178)
#928A9D
(146,138,157)
#7E7788
(126,119,136)
#6A6473
(106,100,115)
#56515E
(86,81,94)
#423E49
(66,62,73)
#2E2B34
(46,43,52)
#1A181F
(26,24,31)
#000000
(0,0,0)

Tints of #E2D6F1

#E2D6F1
(226,214,241)
#E4D9F2
(228,217,242)
#E6DCF3
(230,220,243)
#E8DFF4
(232,223,244)
#EAE2F5
(234,226,245)
#ECE5F6
(236,229,246)
#EEE8F7
(238,232,247)
#F0EBF8
(240,235,248)
#F2EEF9
(242,238,249)
#F4F1FA
(244,241,250)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D6F1 color. Also use rgb(226,214,241) instead hex code.

Text Font Color

.myTextColor { color: #E2D6F1; }

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

This text font color is #E2D6F1.


Background Color

.myBgColor { background-color: #E2D6F1; }

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

This div background color is #E2D6F1.


Border color

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

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

This div border color is #E2D6F1.


Opacity

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

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

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

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

This text has shadow with #E2D6F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D6F1 on black background.


Color preview on white background

This text has color #E2D6F1 on white background.



Black color preview on #E2D6F1 background

This text has black color on #E2D6F1 background.


White color preview on #E2D6F1 background

This text has white color on #E2D6F1 background.