COLOR #E1BDDE

HEX: #E1BDDE RGB: (225,189,222)

Color info

#E1BDDE contains red, green and blue colors in about the same proportion. Web safe color of #E1BDDE is #CCCCCC (or #CCC).

RGB color model

#E1BDDE color RGB value is (225,189,222).

RGB: (225,189,222) (88%, 74%, 87%)

RGB channels and saturation

R 225 of 255 = 88%
G 189 of 255 = 74%
B 222 of 255 = 87%

225
189
222

R + G + B ~ 83%. #E1BDDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 189 + 222 = 636 (100%)
R 225 of 636 ~ 35.38%
G 189 of 636 ~ 29.72%
B 222 of 636 ~ 34.91'%

%35.38
%29.72
%34.91

CMYK color model

#E1BDDE color CMYK value is (0,16,1,12).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 1.33%
  • key color value is 11.76%

CMYK: (0,16,1,12)
C0M16Y1K12 (0%, 16%, 1%, 12%)
(0.00 / 0.16 / 0.01 / 0.12)

CMYK percentages

%0
%16
%1.33
%11.76

Codes

Color #E1BDDE in popluar color models

E1 BD DE
RGB 225 189 222
HSL 305° 37.50% 81.18%
HSB/HSV 305° 16.00% 88.24%
CMYK 0.00% 16.00% 1.33%
11.76%

Color #E1BDDE in popluar number systems.

HEX E1 BD DE
Decimal 225 189 222
Binary 11100001 10111101 11011110
Octal 341 275 336

Shades and tints

Shades of #E1BDDE

#E1BDDE
(225,189,222)
#CDACCA
(205,172,202)
#B99BB6
(185,155,182)
#A58AA2
(165,138,162)
#91798E
(145,121,142)
#7D687A
(125,104,122)
#695766
(105,87,102)
#554652
(85,70,82)
#41353E
(65,53,62)
#2D242A
(45,36,42)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #E1BDDE

#E1BDDE
(225,189,222)
#E3C3E1
(227,195,225)
#E5C9E4
(229,201,228)
#E7CFE7
(231,207,231)
#E9D5EA
(233,213,234)
#EBDBED
(235,219,237)
#EDE1F0
(237,225,240)
#EFE7F3
(239,231,243)
#F1EDF6
(241,237,246)
#F3F3F9
(243,243,249)
#F5F9FC
(245,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BDDE; }

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

This text font color is #E1BDDE.

Background Color

.myBgColor { background-color: #E1BDDE; }

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

This div background color is #E1BDDE.

Border color

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

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

This div border color is #E1BDDE.

Opacity

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

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

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

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

This text has shadow with #E1BDDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BDDE.

Preview

Color preview on black background

This text has color #E1BDDE on black background.


Color preview on white background

This text has color #E1BDDE on white background.


Black color preview on #E1BDDE background

This text has black color on #E1BDDE background.


White color preview on #E1BDDE background

This text has white color on #E1BDDE background.


Related colors

Complementary color

Complementary color for #hex is #1E4221.


I love getcolorcode.com

Triadic colors

1 #DEE1BD and #BDDEE1 with #E1BDDE are triadic colors.

2 #DEBDE1 and #BDE1DE with #E1BDDE are triadic colors.