COLOR #E1BDEE

HEX: #E1BDEE RGB: (225,189,238)

Color info

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

RGB color model

#E1BDEE color RGB value is (225,189,238).

RGB: (225,189,238) (88%, 74%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 189 of 255 = 74%
B 238 of 255 = 93%

225
189
238

R + G + B ~ 85%. #E1BDEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 189 + 238 = 652 (100%)
R 225 of 652 ~ 34.51%
G 189 of 652 ~ 28.99%
B 238 of 652 ~ 36.5'%

%34.51
%28.99
%36.5

CMYK color model

#E1BDEE color CMYK value is (5,21,0,7).

  • cyan value is 5.46%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (5,21,0,7) C5M21Y0K7 (5%,21%,0%,7%) (0.05/0.21/0.00/0.07) 

CMYK percentages

%5.46
%20.59
%0
%6.67

Codes

Color #E1BDEE in popluar color models

E1 BD EE
RGB 225 189 238
HSL 284° 59.04% 83.73%
HSB/HSV 284° 20.59% 93.33%
CMYK 5.46% 20.59% 0.00%
6.67%

Color #E1BDEE in popluar number systems.

HEX E1 BD EE
Decimal 225 189 238
Binary 11100001 10111101 11101110
Octal 341 275 356

Shades and tints

Shades of #E1BDEE

#E1BDEE
(225,189,238)
#CDACD9
(205,172,217)
#B99BC4
(185,155,196)
#A58AAF
(165,138,175)
#91799A
(145,121,154)
#7D6885
(125,104,133)
#695770
(105,87,112)
#55465B
(85,70,91)
#413546
(65,53,70)
#2D2431
(45,36,49)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #E1BDEE

#E1BDEE
(225,189,238)
#E3C3EF
(227,195,239)
#E5C9F0
(229,201,240)
#E7CFF1
(231,207,241)
#E9D5F2
(233,213,242)
#EBDBF3
(235,219,243)
#EDE1F4
(237,225,244)
#EFE7F5
(239,231,245)
#F1EDF6
(241,237,246)
#F3F3F7
(243,243,247)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BDEE color. Also use rgb(225,189,238) instead hex code.

Text Font Color

.myTextColor { color: #E1BDEE; }

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

This text font color is #E1BDEE.

Background Color

.myBgColor { background-color: #E1BDEE; }

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

This div background color is #E1BDEE.

Border color

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

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

This div border color is #E1BDEE.

Opacity

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

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

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

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

This text has shadow with #E1BDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BDEE.

Preview

Color preview on black background

This text has color #E1BDEE on black background.


Color preview on white background

This text has color #E1BDEE on white background.


Black color preview on #E1BDEE background

This text has black color on #E1BDEE background.


White color preview on #E1BDEE background

This text has white color on #E1BDEE background.


Related colors

Complementary color

Complementary color for #hex is #1E4211.


I love getcolorcode.com

Triadic colors

1 #EEE1BD and #BDEEE1 with #E1BDEE are triadic colors.

2 #EEBDE1 and #BDE1EE with #E1BDEE are triadic colors.