COLOR #E1DBEA

HEX: #E1DBEA RGB: (225,219,234)

Color info

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

RGB color model

#E1DBEA color RGB value is (225,219,234).

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

RGB channels and saturation

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

225
219
234

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

Portions of RGB colors in percentages

R + G + B = 225 + 219 + 234 = 678 (100%)
R 225 of 678 ~ 33.19%
G 219 of 678 ~ 32.3%
B 234 of 678 ~ 34.51'%

%33.19
%32.3
%34.51

CMYK color model

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

  • cyan value is 3.85%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 8.24%

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

CMYK percentages

%3.85
%6.41
%0
%8.24

Codes

Color #E1DBEA in popluar color models

E1 DB EA
RGB 225 219 234
HSL 264° 26.32% 88.82%
HSB/HSV 264° 6.41% 91.76%
CMYK 3.85% 6.41% 0.00%
8.24%

Color #E1DBEA in popluar number systems.

HEX E1 DB EA
Decimal 225 219 234
Binary 11100001 11011011 11101010
Octal 341 333 352

Shades and tints

Shades of #E1DBEA

#E1DBEA
(225,219,234)
#CDC8D5
(205,200,213)
#B9B5C0
(185,181,192)
#A5A2AB
(165,162,171)
#918F96
(145,143,150)
#7D7C81
(125,124,129)
#69696C
(105,105,108)
#555657
(85,86,87)
#414342
(65,67,66)
#2D302D
(45,48,45)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #E1DBEA

#E1DBEA
(225,219,234)
#E3DEEB
(227,222,235)
#E5E1EC
(229,225,236)
#E7E4ED
(231,228,237)
#E9E7EE
(233,231,238)
#EBEAEF
(235,234,239)
#EDEDF0
(237,237,240)
#EFF0F1
(239,240,241)
#F1F3F2
(241,243,242)
#F3F6F3
(243,246,243)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DBEA; }

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

This text font color is #E1DBEA.

Background Color

.myBgColor { background-color: #E1DBEA; }

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

This div background color is #E1DBEA.

Border color

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

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

This div border color is #E1DBEA.

Opacity

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

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

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

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

This text has shadow with #E1DBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DBEA.

Preview

Color preview on black background

This text has color #E1DBEA on black background.


Color preview on white background

This text has color #E1DBEA on white background.


Black color preview on #E1DBEA background

This text has black color on #E1DBEA background.


White color preview on #E1DBEA background

This text has white color on #E1DBEA background.


Related colors

Complementary color

Complementary color for #hex is #1E2415.


I love getcolorcode.com

Triadic colors

1 #EAE1DB and #DBEAE1 with #E1DBEA are triadic colors.

2 #EADBE1 and #DBE1EA with #E1DBEA are triadic colors.