COLOR #E1DBEB

HEX: #E1DBEB RGB: (225,219,235)

Color info

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

RGB color model

#E1DBEB color RGB value is (225,219,235).

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

RGB channels and saturation

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

225
219
235

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

Portions of RGB colors in percentages

R + G + B = 225 + 219 + 235 = 679 (100%)
R 225 of 679 ~ 33.14%
G 219 of 679 ~ 32.25%
B 235 of 679 ~ 34.61'%

%33.14
%32.25
%34.61

CMYK color model

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

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

CMYK: (4,7,0,8)
C4M7Y0K8 (4%, 7%, 0%, 8%)
(0.04 / 0.07 / 0.00 / 0.08)

CMYK percentages

%4.26
%6.81
%0
%7.84

Codes

Color #E1DBEB in popluar color models

E1 DB EB
RGB 225 219 235
HSL 263° 28.57% 89.02%
HSB/HSV 263° 6.81% 92.16%
CMYK 4.26% 6.81% 0.00%
7.84%

Color #E1DBEB in popluar number systems.

HEX E1 DB EB
Decimal 225 219 235
Binary 11100001 11011011 11101011
Octal 341 333 353

Shades and tints

Shades of #E1DBEB

#E1DBEB
(225,219,235)
#CDC8D6
(205,200,214)
#B9B5C1
(185,181,193)
#A5A2AC
(165,162,172)
#918F97
(145,143,151)
#7D7C82
(125,124,130)
#69696D
(105,105,109)
#555658
(85,86,88)
#414343
(65,67,67)
#2D302E
(45,48,46)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #E1DBEB

#E1DBEB
(225,219,235)
#E3DEEC
(227,222,236)
#E5E1ED
(229,225,237)
#E7E4EE
(231,228,238)
#E9E7EF
(233,231,239)
#EBEAF0
(235,234,240)
#EDEDF1
(237,237,241)
#EFF0F2
(239,240,242)
#F1F3F3
(241,243,243)
#F3F6F4
(243,246,244)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DBEB; }

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

This text font color is #E1DBEB.

Background Color

.myBgColor { background-color: #E1DBEB; }

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

This div background color is #E1DBEB.

Border color

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

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

This div border color is #E1DBEB.

Opacity

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

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

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

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

This text has shadow with #E1DBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DBEB.

Preview

Color preview on black background

This text has color #E1DBEB on black background.


Color preview on white background

This text has color #E1DBEB on white background.


Black color preview on #E1DBEB background

This text has black color on #E1DBEB background.


White color preview on #E1DBEB background

This text has white color on #E1DBEB background.


Related colors

Complementary color

Complementary color for #hex is #1E2414.


I love getcolorcode.com

Triadic colors

1 #EBE1DB and #DBEBE1 with #E1DBEB are triadic colors.

2 #EBDBE1 and #DBE1EB with #E1DBEB are triadic colors.