COLOR #E5DFED

HEX: #E5DFED
RGB: (229,223,237)

Color info

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

RGB color model

#E5DFED color RGB value is (229,223,237).

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

RGB channels and saturation

R 229 of 255 = 90%
G 223 of 255 = 87%
B 237 of 255 = 93%

229
223
237

R + G + B ~ 90%. #E5DFED is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 223 + 237 = 689 (100%)
R 229 of 689 ~ 33.24%
G 223 of 689 ~ 32.37%
B 237 of 689 ~ 34.4%

%33.24
%32.37
%34.4

CMYK color model

#E5DFED color CMYK value is (3,6,0,7).

  • cyan value is 3.38%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(3,6,0,7)
C3M6Y0K7 
(3%,6%,0%,7%)
(0.03/0.06/0.00/0.07)	

CMYK percentages

%3.38
%5.91
%0
%7.06

Codes

Color #E5DFED in popluar color models

E5DFED
RGB229223237
HSL266°28.00%90.20%
HSB/HSV266°5.91%92.94%
CMYK3.38%5.91%0.00%
7.06%

Color #E5DFED in popluar number systems.

HEXE5DFED
Decimal229223237
Binary111001011101111111101101
Octal345337355

Shades and tints

Shades of #E5DFED

#E5DFED
(229,223,237)
#D1CBD8
(209,203,216)
#BDB7C3
(189,183,195)
#A9A3AE
(169,163,174)
#958F99
(149,143,153)
#817B84
(129,123,132)
#6D676F
(109,103,111)
#59535A
(89,83,90)
#453F45
(69,63,69)
#312B30
(49,43,48)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #E5DFED

#E5DFED
(229,223,237)
#E7E1EE
(231,225,238)
#E9E3EF
(233,227,239)
#EBE5F0
(235,229,240)
#EDE7F1
(237,231,241)
#EFE9F2
(239,233,242)
#F1EBF3
(241,235,243)
#F3EDF4
(243,237,244)
#F5EFF5
(245,239,245)
#F7F1F6
(247,241,246)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DFED; }

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

This text font color is #E5DFED.


Background Color

.myBgColor { background-color: #E5DFED; }

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

This div background color is #E5DFED.


Border color

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

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

This div border color is #E5DFED.


Opacity

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

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

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

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

This text has shadow with #E5DFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DFED on black background.


Color preview on white background

This text has color #E5DFED on white background.



Black color preview on #E5DFED background

This text has black color on #E5DFED background.


White color preview on #E5DFED background

This text has white color on #E5DFED background.