COLOR #E2DCFD

HEX: #E2DCFD
RGB: (226,220,253)

Color info

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

RGB color model

#E2DCFD color RGB value is (226,220,253).

  • red value is 226;
  • green value is 220;
  • blue value is 253.
RGB:
(226,220,253)
(89%,86%,99%)

RGB channels and saturation

R 226 of 255 = 89%
G 220 of 255 = 86%
B 253 of 255 = 99%

226
220
253

R + G + B ~ 91%. #E2DCFD is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 220 + 253 = 699 (100%)
R 226 of 699 ~ 32.33%
G 220 of 699 ~ 31.47%
B 253 of 699 ~ 36.19%

%32.33
%31.47
%36.19

CMYK color model

#E2DCFD color CMYK value is (11,13,0,1).

  • cyan value is 10.67%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(11,13,0,1)
C11M13Y0K1 
(11%,13%,0%,1%)
(0.11/0.13/0.00/0.01)	

CMYK percentages

%10.67
%13.04
%0
%0.78

Codes

Color #E2DCFD in popluar color models

E2DCFD
RGB226220253
HSL251°89.19%92.75%
HSB/HSV251°13.04%99.22%
CMYK10.67%13.04%0.00%
0.78%

Color #E2DCFD in popluar number systems.

HEXE2DCFD
Decimal226220253
Binary111000101101110011111101
Octal342334375

Shades and tints

Shades of #E2DCFD

#E2DCFD
(226,220,253)
#CEC8E6
(206,200,230)
#BAB4CF
(186,180,207)
#A6A0B8
(166,160,184)
#928CA1
(146,140,161)
#7E788A
(126,120,138)
#6A6473
(106,100,115)
#56505C
(86,80,92)
#423C45
(66,60,69)
#2E282E
(46,40,46)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #E2DCFD

#E2DCFD
(226,220,253)
#E4DFFD
(228,223,253)
#E6E2FD
(230,226,253)
#E8E5FD
(232,229,253)
#EAE8FD
(234,232,253)
#ECEBFD
(236,235,253)
#EEEEFD
(238,238,253)
#F0F1FD
(240,241,253)
#F2F4FD
(242,244,253)
#F4F7FD
(244,247,253)
#F6FAFD
(246,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DCFD color. Also use rgb(226,220,253) instead hex code.

Text Font Color

.myTextColor { color: #E2DCFD; }

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

This text font color is #E2DCFD.


Background Color

.myBgColor { background-color: #E2DCFD; }

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

This div background color is #E2DCFD.


Border color

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

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

This div border color is #E2DCFD.


Opacity

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

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

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

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

This text has shadow with #E2DCFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DCFD on black background.


Color preview on white background

This text has color #E2DCFD on white background.



Black color preview on #E2DCFD background

This text has black color on #E2DCFD background.


White color preview on #E2DCFD background

This text has white color on #E2DCFD background.