COLOR #E0BDEE

HEX: #E0BDEE RGB: (224,189,238)

Color info

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

RGB color model

#E0BDEE color RGB value is (224,189,238).

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

RGB channels and saturation

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

224
189
238

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

Portions of RGB colors in percentages

R + G + B = 224 + 189 + 238 = 651 (100%)
R 224 of 651 ~ 34.41%
G 189 of 651 ~ 29.03%
B 238 of 651 ~ 36.56'%

%34.41
%29.03
%36.56

CMYK color model

#E0BDEE color CMYK value is (6,21,0,7).

  • cyan value is 5.88%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (6,21,0,7) C6M21Y0K7 (6%,21%,0%,7%) (0.06/0.21/0.00/0.07) 

CMYK percentages

%5.88
%20.59
%0
%6.67

Codes

Color #E0BDEE in popluar color models

E0 BD EE
RGB 224 189 238
HSL 283° 59.04% 83.73%
HSB/HSV 283° 20.59% 93.33%
CMYK 5.88% 20.59% 0.00%
6.67%

Color #E0BDEE in popluar number systems.

HEX E0 BD EE
Decimal 224 189 238
Binary 11100000 10111101 11101110
Octal 340 275 356

Shades and tints

Shades of #E0BDEE

#E0BDEE
(224,189,238)
#CCACD9
(204,172,217)
#B89BC4
(184,155,196)
#A48AAF
(164,138,175)
#90799A
(144,121,154)
#7C6885
(124,104,133)
#685770
(104,87,112)
#54465B
(84,70,91)
#403546
(64,53,70)
#2C2431
(44,36,49)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #E0BDEE

#E0BDEE
(224,189,238)
#E2C3EF
(226,195,239)
#E4C9F0
(228,201,240)
#E6CFF1
(230,207,241)
#E8D5F2
(232,213,242)
#EADBF3
(234,219,243)
#ECE1F4
(236,225,244)
#EEE7F5
(238,231,245)
#F0EDF6
(240,237,246)
#F2F3F7
(242,243,247)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BDEE; }

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

This text font color is #E0BDEE.

Background Color

.myBgColor { background-color: #E0BDEE; }

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

This div background color is #E0BDEE.

Border color

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

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

This div border color is #E0BDEE.

Opacity

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

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

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

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

This text has shadow with #E0BDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0BDEE.

Preview

Color preview on black background

This text has color #E0BDEE on black background.


Color preview on white background

This text has color #E0BDEE on white background.


Black color preview on #E0BDEE background

This text has black color on #E0BDEE background.


White color preview on #E0BDEE background

This text has white color on #E0BDEE background.


Related colors

Complementary color

Complementary color for #hex is #1F4211.


I love getcolorcode.com

Triadic colors

1 #EEE0BD and #BDEEE0 with #E0BDEE are triadic colors.

2 #EEBDE0 and #BDE0EE with #E0BDEE are triadic colors.