COLOR #E5DDFB

HEX: #E5DDFB
RGB: (229,221,251)

Color info

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

RGB color model

#E5DDFB color RGB value is (229,221,251).

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

RGB channels and saturation

R 229 of 255 = 90%
G 221 of 255 = 87%
B 251 of 255 = 98%

229
221
251

R + G + B ~ 92%. #E5DDFB is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 221 + 251 = 701 (100%)
R 229 of 701 ~ 32.67%
G 221 of 701 ~ 31.53%
B 251 of 701 ~ 35.81%

%32.67
%31.53
%35.81

CMYK color model

#E5DDFB color CMYK value is (9,12,0,2).

  • cyan value is 8.76%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(9,12,0,2)
C9M12Y0K2 
(9%,12%,0%,2%)
(0.09/0.12/0.00/0.02)	

CMYK percentages

%8.76
%11.95
%0
%1.57

Codes

Color #E5DDFB in popluar color models

E5DDFB
RGB229221251
HSL256°78.95%92.55%
HSB/HSV256°11.95%98.43%
CMYK8.76%11.95%0.00%
1.57%

Color #E5DDFB in popluar number systems.

HEXE5DDFB
Decimal229221251
Binary111001011101110111111011
Octal345335373

Shades and tints

Shades of #E5DDFB

#E5DDFB
(229,221,251)
#D1C9E5
(209,201,229)
#BDB5CF
(189,181,207)
#A9A1B9
(169,161,185)
#958DA3
(149,141,163)
#81798D
(129,121,141)
#6D6577
(109,101,119)
#595161
(89,81,97)
#453D4B
(69,61,75)
#312935
(49,41,53)
#1D151F
(29,21,31)
#000000
(0,0,0)

Tints of #E5DDFB

#E5DDFB
(229,221,251)
#E7E0FB
(231,224,251)
#E9E3FB
(233,227,251)
#EBE6FB
(235,230,251)
#EDE9FB
(237,233,251)
#EFECFB
(239,236,251)
#F1EFFB
(241,239,251)
#F3F2FB
(243,242,251)
#F5F5FB
(245,245,251)
#F7F8FB
(247,248,251)
#F9FBFB
(249,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DDFB; }

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

This text font color is #E5DDFB.


Background Color

.myBgColor { background-color: #E5DDFB; }

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

This div background color is #E5DDFB.


Border color

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

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

This div border color is #E5DDFB.


Opacity

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

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

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

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

This text has shadow with #E5DDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DDFB on black background.


Color preview on white background

This text has color #E5DDFB on white background.



Black color preview on #E5DDFB background

This text has black color on #E5DDFB background.


White color preview on #E5DDFB background

This text has white color on #E5DDFB background.