COLOR #E1DEEB

HEX: #E1DEEB RGB: (225,222,235)

Color info

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

RGB color model

#E1DEEB color RGB value is (225,222,235).

RGB: (225,222,235) (88%, 87%, 92%)

RGB channels and saturation

R 225 of 255 = 88%
G 222 of 255 = 87%
B 235 of 255 = 92%

225
222
235

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

Portions of RGB colors in percentages

R + G + B = 225 + 222 + 235 = 682 (100%)
R 225 of 682 ~ 32.99%
G 222 of 682 ~ 32.55%
B 235 of 682 ~ 34.46'%

%32.99
%32.55
%34.46

CMYK color model

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

  • cyan value is 4.26%
  • magenta value is 5.53%
  • 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
%5.53
%0
%7.84

Codes

Color #E1DEEB in popluar color models

E1 DE EB
RGB 225 222 235
HSL 254° 24.53% 89.61%
HSB/HSV 254° 5.53% 92.16%
CMYK 4.26% 5.53% 0.00%
7.84%

Color #E1DEEB in popluar number systems.

HEX E1 DE EB
Decimal 225 222 235
Binary 11100001 11011110 11101011
Octal 341 336 353

Shades and tints

Shades of #E1DEEB

#E1DEEB
(225,222,235)
#CDCAD6
(205,202,214)
#B9B6C1
(185,182,193)
#A5A2AC
(165,162,172)
#918E97
(145,142,151)
#7D7A82
(125,122,130)
#69666D
(105,102,109)
#555258
(85,82,88)
#413E43
(65,62,67)
#2D2A2E
(45,42,46)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #E1DEEB

#E1DEEB
(225,222,235)
#E3E1EC
(227,225,236)
#E5E4ED
(229,228,237)
#E7E7EE
(231,231,238)
#E9EAEF
(233,234,239)
#EBEDF0
(235,237,240)
#EDF0F1
(237,240,241)
#EFF3F2
(239,243,242)
#F1F6F3
(241,246,243)
#F3F9F4
(243,249,244)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DEEB; }

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

This text font color is #E1DEEB.

Background Color

.myBgColor { background-color: #E1DEEB; }

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

This div background color is #E1DEEB.

Border color

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

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

This div border color is #E1DEEB.

Opacity

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

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

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

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

This text has shadow with #E1DEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DEEB.

Preview

Color preview on black background

This text has color #E1DEEB on black background.


Color preview on white background

This text has color #E1DEEB on white background.


Black color preview on #E1DEEB background

This text has black color on #E1DEEB background.


White color preview on #E1DEEB background

This text has white color on #E1DEEB background.


Related colors

Complementary color

Complementary color for #hex is #1E2114.


I love getcolorcode.com

Triadic colors

1 #EBE1DE and #DEEBE1 with #E1DEEB are triadic colors.

2 #EBDEE1 and #DEE1EB with #E1DEEB are triadic colors.