COLOR #E1DDFB

HEX: #E1DDFB
RGB: (225,221,251)

Color info

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

RGB color model

#E1DDFB color RGB value is (225,221,251).

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

RGB channels and saturation

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

225
221
251

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

Portions of RGB colors in percentages

R + G + B =
225 + 221 + 251 = 697 (100%)
R 225 of 697 ~ 32.28%
G 221 of 697 ~ 31.71%
B 251 of 697 ~ 36.01%

%32.28
%31.71
%36.01

CMYK color model

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

  • cyan value is 10.36%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(10,12,0,2)
C10M12Y0K2 
(10%,12%,0%,2%)
(0.10/0.12/0.00/0.02)	

CMYK percentages

%10.36
%11.95
%0
%1.57

Codes

Color #E1DDFB in popluar color models

E1DDFB
RGB225221251
HSL248°78.95%92.55%
HSB/HSV248°11.95%98.43%
CMYK10.36%11.95%0.00%
1.57%

Color #E1DDFB in popluar number systems.

HEXE1DDFB
Decimal225221251
Binary111000011101110111111011
Octal341335373

Shades and tints

Shades of #E1DDFB

#E1DDFB
(225,221,251)
#CDC9E5
(205,201,229)
#B9B5CF
(185,181,207)
#A5A1B9
(165,161,185)
#918DA3
(145,141,163)
#7D798D
(125,121,141)
#696577
(105,101,119)
#555161
(85,81,97)
#413D4B
(65,61,75)
#2D2935
(45,41,53)
#19151F
(25,21,31)
#000000
(0,0,0)

Tints of #E1DDFB

#E1DDFB
(225,221,251)
#E3E0FB
(227,224,251)
#E5E3FB
(229,227,251)
#E7E6FB
(231,230,251)
#E9E9FB
(233,233,251)
#EBECFB
(235,236,251)
#EDEFFB
(237,239,251)
#EFF2FB
(239,242,251)
#F1F5FB
(241,245,251)
#F3F8FB
(243,248,251)
#F5FBFB
(245,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DDFB; }

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

This text font color is #E1DDFB.


Background Color

.myBgColor { background-color: #E1DDFB; }

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

This div background color is #E1DDFB.


Border color

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

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

This div border color is #E1DDFB.


Opacity

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

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

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

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

This text has shadow with #E1DDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DDFB on black background.


Color preview on white background

This text has color #E1DDFB on white background.



Black color preview on #E1DDFB background

This text has black color on #E1DDFB background.


White color preview on #E1DDFB background

This text has white color on #E1DDFB background.