COLOR #E1DDFA

HEX: #E1DDFA
RGB: (225,221,250)

Color info

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

RGB color model

#E1DDFA color RGB value is (225,221,250).

  • red value is 225;
  • green value is 221;
  • blue value is 250.
RGB:
(225,221,250)
(88%,87%,98%)

RGB channels and saturation

R 225 of 255 = 88%
G 221 of 255 = 87%
B 250 of 255 = 98%

225
221
250

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

Portions of RGB colors in percentages

R + G + B =
225 + 221 + 250 = 696 (100%)
R 225 of 696 ~ 32.33%
G 221 of 696 ~ 31.75%
B 250 of 696 ~ 35.92%

%32.33
%31.75
%35.92

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 11.60%
  • 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
%11.6
%0
%1.96

Codes

Color #E1DDFA in popluar color models

E1DDFA
RGB225221250
HSL248°74.36%92.35%
HSB/HSV248°11.60%98.04%
CMYK10.00%11.60%0.00%
1.96%

Color #E1DDFA in popluar number systems.

HEXE1DDFA
Decimal225221250
Binary111000011101110111111010
Octal341335372

Shades and tints

Shades of #E1DDFA

#E1DDFA
(225,221,250)
#CDC9E4
(205,201,228)
#B9B5CE
(185,181,206)
#A5A1B8
(165,161,184)
#918DA2
(145,141,162)
#7D798C
(125,121,140)
#696576
(105,101,118)
#555160
(85,81,96)
#413D4A
(65,61,74)
#2D2934
(45,41,52)
#19151E
(25,21,30)
#000000
(0,0,0)

Tints of #E1DDFA

#E1DDFA
(225,221,250)
#E3E0FA
(227,224,250)
#E5E3FA
(229,227,250)
#E7E6FA
(231,230,250)
#E9E9FA
(233,233,250)
#EBECFA
(235,236,250)
#EDEFFA
(237,239,250)
#EFF2FA
(239,242,250)
#F1F5FA
(241,245,250)
#F3F8FA
(243,248,250)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DDFA; }

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

This text font color is #E1DDFA.


Background Color

.myBgColor { background-color: #E1DDFA; }

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

This div background color is #E1DDFA.


Border color

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

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

This div border color is #E1DDFA.


Opacity

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

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

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

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

This text has shadow with #E1DDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DDFA on black background.


Color preview on white background

This text has color #E1DDFA on white background.



Black color preview on #E1DDFA background

This text has black color on #E1DDFA background.


White color preview on #E1DDFA background

This text has white color on #E1DDFA background.