COLOR #E1DCEB

HEX: #E1DCEB RGB: (225,220,235)

Color info

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

RGB color model

#E1DCEB color RGB value is (225,220,235).

RGB: (225,220,235) (88%, 86%, 92%)

RGB channels and saturation

R 225 of 255 = 88%
G 220 of 255 = 86%
B 235 of 255 = 92%

225
220
235

R + G + B ~ 89%. #E1DCEB is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 220 + 235 = 680 (100%)
R 225 of 680 ~ 33.09%
G 220 of 680 ~ 32.35%
B 235 of 680 ~ 34.56'%

%33.09
%32.35
%34.56

CMYK color model

#E1DCEB color CMYK value is (4,6,0,8).

  • cyan value is 4.26%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (4,6,0,8)
C4M6Y0K8 (4%, 6%, 0%, 8%)
(0.04 / 0.06 / 0.00 / 0.08)

CMYK percentages

%4.26
%6.38
%0
%7.84

Codes

Color #E1DCEB in popluar color models

E1 DC EB
RGB 225 220 235
HSL 260° 27.27% 89.22%
HSB/HSV 260° 6.38% 92.16%
CMYK 4.26% 6.38% 0.00%
7.84%

Color #E1DCEB in popluar number systems.

HEX E1 DC EB
Decimal 225 220 235
Binary 11100001 11011100 11101011
Octal 341 334 353

Shades and tints

Shades of #E1DCEB

#E1DCEB
(225,220,235)
#CDC8D6
(205,200,214)
#B9B4C1
(185,180,193)
#A5A0AC
(165,160,172)
#918C97
(145,140,151)
#7D7882
(125,120,130)
#69646D
(105,100,109)
#555058
(85,80,88)
#413C43
(65,60,67)
#2D282E
(45,40,46)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #E1DCEB

#E1DCEB
(225,220,235)
#E3DFEC
(227,223,236)
#E5E2ED
(229,226,237)
#E7E5EE
(231,229,238)
#E9E8EF
(233,232,239)
#EBEBF0
(235,235,240)
#EDEEF1
(237,238,241)
#EFF1F2
(239,241,242)
#F1F4F3
(241,244,243)
#F3F7F4
(243,247,244)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DCEB color. Also use rgb(225,220,235) instead hex code.

Text Font Color

.myTextColor { color: #E1DCEB; }

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

This text font color is #E1DCEB.

Background Color

.myBgColor { background-color: #E1DCEB; }

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

This div background color is #E1DCEB.

Border color

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

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

This div border color is #E1DCEB.

Opacity

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

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

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

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

This text has shadow with #E1DCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DCEB.

Preview

Color preview on black background

This text has color #E1DCEB on black background.


Color preview on white background

This text has color #E1DCEB on white background.


Black color preview on #E1DCEB background

This text has black color on #E1DCEB background.


White color preview on #E1DCEB background

This text has white color on #E1DCEB background.


Related colors

Complementary color

Complementary color for #hex is #1E2314.


I love getcolorcode.com

Triadic colors

1 #EBE1DC and #DCEBE1 with #E1DCEB are triadic colors.

2 #EBDCE1 and #DCE1EB with #E1DCEB are triadic colors.