COLOR #E5DFFB

HEX: #E5DFFB
RGB: (229,223,251)

Color info

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

RGB color model

#E5DFFB color RGB value is (229,223,251).

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

RGB channels and saturation

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

229
223
251

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

Portions of RGB colors in percentages

R + G + B =
229 + 223 + 251 = 703 (100%)
R 229 of 703 ~ 32.57%
G 223 of 703 ~ 31.72%
B 251 of 703 ~ 35.7%

%32.57
%31.72
%35.7

CMYK color model

#E5DFFB color CMYK value is (9,11,0,2).

  • cyan value is 8.76%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(9,11,0,2)
C9M11Y0K2 
(9%,11%,0%,2%)
(0.09/0.11/0.00/0.02)	

CMYK percentages

%8.76
%11.16
%0
%1.57

Codes

Color #E5DFFB in popluar color models

E5DFFB
RGB229223251
HSL253°77.78%92.94%
HSB/HSV253°11.16%98.43%
CMYK8.76%11.16%0.00%
1.57%

Color #E5DFFB in popluar number systems.

HEXE5DFFB
Decimal229223251
Binary111001011101111111111011
Octal345337373

Shades and tints

Shades of #E5DFFB

#E5DFFB
(229,223,251)
#D1CBE5
(209,203,229)
#BDB7CF
(189,183,207)
#A9A3B9
(169,163,185)
#958FA3
(149,143,163)
#817B8D
(129,123,141)
#6D6777
(109,103,119)
#595361
(89,83,97)
#453F4B
(69,63,75)
#312B35
(49,43,53)
#1D171F
(29,23,31)
#000000
(0,0,0)

Tints of #E5DFFB

#E5DFFB
(229,223,251)
#E7E1FB
(231,225,251)
#E9E3FB
(233,227,251)
#EBE5FB
(235,229,251)
#EDE7FB
(237,231,251)
#EFE9FB
(239,233,251)
#F1EBFB
(241,235,251)
#F3EDFB
(243,237,251)
#F5EFFB
(245,239,251)
#F7F1FB
(247,241,251)
#F9F3FB
(249,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DFFB; }

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

This text font color is #E5DFFB.


Background Color

.myBgColor { background-color: #E5DFFB; }

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

This div background color is #E5DFFB.


Border color

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

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

This div border color is #E5DFFB.


Opacity

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

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

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

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

This text has shadow with #E5DFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DFFB on black background.


Color preview on white background

This text has color #E5DFFB on white background.



Black color preview on #E5DFFB background

This text has black color on #E5DFFB background.


White color preview on #E5DFFB background

This text has white color on #E5DFFB background.