COLOR #E3D1FD

HEX: #E3D1FD
RGB: (227,209,253)

Color info

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

RGB color model

#E3D1FD color RGB value is (227,209,253).

  • red value is 227;
  • green value is 209;
  • blue value is 253.
RGB:
(227,209,253)
(89%,82%,99%)

RGB channels and saturation

R 227 of 255 = 89%
G 209 of 255 = 82%
B 253 of 255 = 99%

227
209
253

R + G + B ~ 90%. #E3D1FD is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 209 + 253 = 689 (100%)
R 227 of 689 ~ 32.95%
G 209 of 689 ~ 30.33%
B 253 of 689 ~ 36.72%

%32.95
%30.33
%36.72

CMYK color model

#E3D1FD color CMYK value is (10,17,0,1).

  • cyan value is 10.28%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(10,17,0,1)
C10M17Y0K1 
(10%,17%,0%,1%)
(0.10/0.17/0.00/0.01)	

CMYK percentages

%10.28
%17.39
%0
%0.78

Codes

Color #E3D1FD in popluar color models

E3D1FD
RGB227209253
HSL265°91.67%90.59%
HSB/HSV265°17.39%99.22%
CMYK10.28%17.39%0.00%
0.78%

Color #E3D1FD in popluar number systems.

HEXE3D1FD
Decimal227209253
Binary111000111101000111111101
Octal343321375

Shades and tints

Shades of #E3D1FD

#E3D1FD
(227,209,253)
#CFBEE6
(207,190,230)
#BBABCF
(187,171,207)
#A798B8
(167,152,184)
#9385A1
(147,133,161)
#7F728A
(127,114,138)
#6B5F73
(107,95,115)
#574C5C
(87,76,92)
#433945
(67,57,69)
#2F262E
(47,38,46)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #E3D1FD

#E3D1FD
(227,209,253)
#E5D5FD
(229,213,253)
#E7D9FD
(231,217,253)
#E9DDFD
(233,221,253)
#EBE1FD
(235,225,253)
#EDE5FD
(237,229,253)
#EFE9FD
(239,233,253)
#F1EDFD
(241,237,253)
#F3F1FD
(243,241,253)
#F5F5FD
(245,245,253)
#F7F9FD
(247,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D1FD color. Also use rgb(227,209,253) instead hex code.

Text Font Color

.myTextColor { color: #E3D1FD; }

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

This text font color is #E3D1FD.


Background Color

.myBgColor { background-color: #E3D1FD; }

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

This div background color is #E3D1FD.


Border color

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

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

This div border color is #E3D1FD.


Opacity

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

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

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

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

This text has shadow with #E3D1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D1FD on black background.


Color preview on white background

This text has color #E3D1FD on white background.



Black color preview on #E3D1FD background

This text has black color on #E3D1FD background.


White color preview on #E3D1FD background

This text has white color on #E3D1FD background.