COLOR #E5DCFB

HEX: #E5DCFB
RGB: (229,220,251)

Color info

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

RGB color model

#E5DCFB color RGB value is (229,220,251).

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

RGB channels and saturation

R 229 of 255 = 90%
G 220 of 255 = 86%
B 251 of 255 = 98%

229
220
251

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

Portions of RGB colors in percentages

R + G + B =
229 + 220 + 251 = 700 (100%)
R 229 of 700 ~ 32.71%
G 220 of 700 ~ 31.43%
B 251 of 700 ~ 35.86%

%32.71
%31.43
%35.86

CMYK color model

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

  • cyan value is 8.76%
  • magenta value is 12.35%
  • 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
%12.35
%0
%1.57

Codes

Color #E5DCFB in popluar color models

E5DCFB
RGB229220251
HSL257°79.49%92.35%
HSB/HSV257°12.35%98.43%
CMYK8.76%12.35%0.00%
1.57%

Color #E5DCFB in popluar number systems.

HEXE5DCFB
Decimal229220251
Binary111001011101110011111011
Octal345334373

Shades and tints

Shades of #E5DCFB

#E5DCFB
(229,220,251)
#D1C8E5
(209,200,229)
#BDB4CF
(189,180,207)
#A9A0B9
(169,160,185)
#958CA3
(149,140,163)
#81788D
(129,120,141)
#6D6477
(109,100,119)
#595061
(89,80,97)
#453C4B
(69,60,75)
#312835
(49,40,53)
#1D141F
(29,20,31)
#000000
(0,0,0)

Tints of #E5DCFB

#E5DCFB
(229,220,251)
#E7DFFB
(231,223,251)
#E9E2FB
(233,226,251)
#EBE5FB
(235,229,251)
#EDE8FB
(237,232,251)
#EFEBFB
(239,235,251)
#F1EEFB
(241,238,251)
#F3F1FB
(243,241,251)
#F5F4FB
(245,244,251)
#F7F7FB
(247,247,251)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DCFB; }

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

This text font color is #E5DCFB.


Background Color

.myBgColor { background-color: #E5DCFB; }

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

This div background color is #E5DCFB.


Border color

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

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

This div border color is #E5DCFB.


Opacity

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

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

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

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

This text has shadow with #E5DCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DCFB on black background.


Color preview on white background

This text has color #E5DCFB on white background.



Black color preview on #E5DCFB background

This text has black color on #E5DCFB background.


White color preview on #E5DCFB background

This text has white color on #E5DCFB background.