COLOR #E1DEFB

HEX: #E1DEFB
RGB: (225,222,251)

Color info

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

RGB color model

#E1DEFB color RGB value is (225,222,251).

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

RGB channels and saturation

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

225
222
251

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

Portions of RGB colors in percentages

R + G + B =
225 + 222 + 251 = 698 (100%)
R 225 of 698 ~ 32.23%
G 222 of 698 ~ 31.81%
B 251 of 698 ~ 35.96%

%32.23
%31.81
%35.96

CMYK color model

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

  • cyan value is 10.36%
  • magenta value is 11.55%
  • 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.55
%0
%1.57

Codes

Color #E1DEFB in popluar color models

E1DEFB
RGB225222251
HSL246°78.38%92.75%
HSB/HSV246°11.55%98.43%
CMYK10.36%11.55%0.00%
1.57%

Color #E1DEFB in popluar number systems.

HEXE1DEFB
Decimal225222251
Binary111000011101111011111011
Octal341336373

Shades and tints

Shades of #E1DEFB

#E1DEFB
(225,222,251)
#CDCAE5
(205,202,229)
#B9B6CF
(185,182,207)
#A5A2B9
(165,162,185)
#918EA3
(145,142,163)
#7D7A8D
(125,122,141)
#696677
(105,102,119)
#555261
(85,82,97)
#413E4B
(65,62,75)
#2D2A35
(45,42,53)
#19161F
(25,22,31)
#000000
(0,0,0)

Tints of #E1DEFB

#E1DEFB
(225,222,251)
#E3E1FB
(227,225,251)
#E5E4FB
(229,228,251)
#E7E7FB
(231,231,251)
#E9EAFB
(233,234,251)
#EBEDFB
(235,237,251)
#EDF0FB
(237,240,251)
#EFF3FB
(239,243,251)
#F1F6FB
(241,246,251)
#F3F9FB
(243,249,251)
#F5FCFB
(245,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DEFB; }

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

This text font color is #E1DEFB.


Background Color

.myBgColor { background-color: #E1DEFB; }

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

This div background color is #E1DEFB.


Border color

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

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

This div border color is #E1DEFB.


Opacity

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

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

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

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

This text has shadow with #E1DEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DEFB on black background.


Color preview on white background

This text has color #E1DEFB on white background.



Black color preview on #E1DEFB background

This text has black color on #E1DEFB background.


White color preview on #E1DEFB background

This text has white color on #E1DEFB background.