COLOR #E5DCEE

HEX: #E5DCEE
RGB: (229,220,238)

Color info

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

RGB color model

#E5DCEE color RGB value is (229,220,238).

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

RGB channels and saturation

R 229 of 255 = 90%
G 220 of 255 = 86%
B 238 of 255 = 93%

229
220
238

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

Portions of RGB colors in percentages

R + G + B =
229 + 220 + 238 = 687 (100%)
R 229 of 687 ~ 33.33%
G 220 of 687 ~ 32.02%
B 238 of 687 ~ 34.64%

%33.33
%32.02
%34.64

CMYK color model

#E5DCEE color CMYK value is (4,8,0,7).

  • cyan value is 3.78%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(4,8,0,7)
C4M8Y0K7 
(4%,8%,0%,7%)
(0.04/0.08/0.00/0.07)	

CMYK percentages

%3.78
%7.56
%0
%6.67

Codes

Color #E5DCEE in popluar color models

E5DCEE
RGB229220238
HSL270°34.62%89.80%
HSB/HSV270°7.56%93.33%
CMYK3.78%7.56%0.00%
6.67%

Color #E5DCEE in popluar number systems.

HEXE5DCEE
Decimal229220238
Binary111001011101110011101110
Octal345334356

Shades and tints

Shades of #E5DCEE

#E5DCEE
(229,220,238)
#D1C8D9
(209,200,217)
#BDB4C4
(189,180,196)
#A9A0AF
(169,160,175)
#958C9A
(149,140,154)
#817885
(129,120,133)
#6D6470
(109,100,112)
#59505B
(89,80,91)
#453C46
(69,60,70)
#312831
(49,40,49)
#1D141C
(29,20,28)
#000000
(0,0,0)

Tints of #E5DCEE

#E5DCEE
(229,220,238)
#E7DFEF
(231,223,239)
#E9E2F0
(233,226,240)
#EBE5F1
(235,229,241)
#EDE8F2
(237,232,242)
#EFEBF3
(239,235,243)
#F1EEF4
(241,238,244)
#F3F1F5
(243,241,245)
#F5F4F6
(245,244,246)
#F7F7F7
(247,247,247)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DCEE; }

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

This text font color is #E5DCEE.


Background Color

.myBgColor { background-color: #E5DCEE; }

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

This div background color is #E5DCEE.


Border color

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

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

This div border color is #E5DCEE.


Opacity

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

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

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

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

This text has shadow with #E5DCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DCEE on black background.


Color preview on white background

This text has color #E5DCEE on white background.



Black color preview on #E5DCEE background

This text has black color on #E5DCEE background.


White color preview on #E5DCEE background

This text has white color on #E5DCEE background.