COLOR #E5BDEE

HEX: #E5BDEE RGB: (229,189,238)

Color info

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

RGB color model

#E5BDEE color RGB value is (229,189,238).

RGB: (229,189,238) (90%, 74%, 93%)

RGB channels and saturation

R 229 of 255 = 90%
G 189 of 255 = 74%
B 238 of 255 = 93%

229
189
238

R + G + B ~ 86%. #E5BDEE is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 189 + 238 = 656 (100%)
R 229 of 656 ~ 34.91%
G 189 of 656 ~ 28.81%
B 238 of 656 ~ 36.28'%

%34.91
%28.81
%36.28

CMYK color model

#E5BDEE color CMYK value is (4,21,0,7).

  • cyan value is 3.78%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (4,21,0,7)
C4M21Y0K7 (4%, 21%, 0%, 7%)
(0.04 / 0.21 / 0.00 / 0.07)

CMYK percentages

%3.78
%20.59
%0
%6.67

Codes

Color #E5BDEE in popluar color models

E5 BD EE
RGB 229 189 238
HSL 289° 59.04% 83.73%
HSB/HSV 289° 20.59% 93.33%
CMYK 3.78% 20.59% 0.00%
6.67%

Color #E5BDEE in popluar number systems.

HEX E5 BD EE
Decimal 229 189 238
Binary 11100101 10111101 11101110
Octal 345 275 356

Shades and tints

Shades of #E5BDEE

#E5BDEE
(229,189,238)
#D1ACD9
(209,172,217)
#BD9BC4
(189,155,196)
#A98AAF
(169,138,175)
#95799A
(149,121,154)
#816885
(129,104,133)
#6D5770
(109,87,112)
#59465B
(89,70,91)
#453546
(69,53,70)
#312431
(49,36,49)
#1D131C
(29,19,28)
#000000
(0,0,0)

Tints of #E5BDEE

#E5BDEE
(229,189,238)
#E7C3EF
(231,195,239)
#E9C9F0
(233,201,240)
#EBCFF1
(235,207,241)
#EDD5F2
(237,213,242)
#EFDBF3
(239,219,243)
#F1E1F4
(241,225,244)
#F3E7F5
(243,231,245)
#F5EDF6
(245,237,246)
#F7F3F7
(247,243,247)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BDEE; }

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

This text font color is #E5BDEE.

Background Color

.myBgColor { background-color: #E5BDEE; }

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

This div background color is #E5BDEE.

Border color

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

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

This div border color is #E5BDEE.

Opacity

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

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

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

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

This text has shadow with #E5BDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BDEE.

Preview

Color preview on black background

This text has color #E5BDEE on black background.


Color preview on white background

This text has color #E5BDEE on white background.


Black color preview on #E5BDEE background

This text has black color on #E5BDEE background.


White color preview on #E5BDEE background

This text has white color on #E5BDEE background.


Related colors

Complementary color

Complementary color for #hex is #1A4211.


I love getcolorcode.com

Triadic colors

1 #EEE5BD and #BDEEE5 with #E5BDEE are triadic colors.

2 #EEBDE5 and #BDE5EE with #E5BDEE are triadic colors.