COLOR #E1DCFA

HEX: #E1DCFA RGB: (225,220,250)

Color info

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

RGB color model

#E1DCFA color RGB value is (225,220,250).

RGB: (225,220,250) (88%, 86%, 98%)

RGB channels and saturation

R 225 of 255 = 88%
G 220 of 255 = 86%
B 250 of 255 = 98%

225
220
250

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

Portions of RGB colors in percentages

R + G + B = 225 + 220 + 250 = 695 (100%)
R 225 of 695 ~ 32.37%
G 220 of 695 ~ 31.65%
B 250 of 695 ~ 35.97'%

%32.37
%31.65
%35.97

CMYK color model

#E1DCFA color CMYK value is (10,12,0,2).

  • cyan value is 10.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (10,12,0,2)
C10M12Y0K2 (10%, 12%, 0%, 2%)
(0.10 / 0.12 / 0.00 / 0.02)

CMYK percentages

%10
%12
%0
%1.96

Codes

Color #E1DCFA in popluar color models

E1 DC FA
RGB 225 220 250
HSL 250° 75.00% 92.16%
HSB/HSV 250° 12.00% 98.04%
CMYK 10.00% 12.00% 0.00%
1.96%

Color #E1DCFA in popluar number systems.

HEX E1 DC FA
Decimal 225 220 250
Binary 11100001 11011100 11111010
Octal 341 334 372

Shades and tints

Shades of #E1DCFA

#E1DCFA
(225,220,250)
#CDC8E4
(205,200,228)
#B9B4CE
(185,180,206)
#A5A0B8
(165,160,184)
#918CA2
(145,140,162)
#7D788C
(125,120,140)
#696476
(105,100,118)
#555060
(85,80,96)
#413C4A
(65,60,74)
#2D2834
(45,40,52)
#19141E
(25,20,30)
#000000
(0,0,0)

Tints of #E1DCFA

#E1DCFA
(225,220,250)
#E3DFFA
(227,223,250)
#E5E2FA
(229,226,250)
#E7E5FA
(231,229,250)
#E9E8FA
(233,232,250)
#EBEBFA
(235,235,250)
#EDEEFA
(237,238,250)
#EFF1FA
(239,241,250)
#F1F4FA
(241,244,250)
#F3F7FA
(243,247,250)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DCFA color. Also use rgb(225,220,250) instead hex code.

Text Font Color

.myTextColor { color: #E1DCFA; }

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

This text font color is #E1DCFA.

Background Color

.myBgColor { background-color: #E1DCFA; }

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

This div background color is #E1DCFA.

Border color

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

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

This div border color is #E1DCFA.

Opacity

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

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

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

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

This text has shadow with #E1DCFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DCFA.

Preview

Color preview on black background

This text has color #E1DCFA on black background.


Color preview on white background

This text has color #E1DCFA on white background.


Black color preview on #E1DCFA background

This text has black color on #E1DCFA background.


White color preview on #E1DCFA background

This text has white color on #E1DCFA background.


Related colors

Complementary color

Complementary color for #hex is #1E2305.


I love getcolorcode.com

Triadic colors

1 #FAE1DC and #DCFAE1 with #E1DCFA are triadic colors.

2 #FADCE1 and #DCE1FA with #E1DCFA are triadic colors.