COLOR #E1BDDC

HEX: #E1BDDC RGB: (225,189,220)

Color info

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

RGB color model

#E1BDDC color RGB value is (225,189,220).

RGB: (225,189,220) (88%, 74%, 86%)

RGB channels and saturation

R 225 of 255 = 88%
G 189 of 255 = 74%
B 220 of 255 = 86%

225
189
220

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

Portions of RGB colors in percentages

R + G + B = 225 + 189 + 220 = 634 (100%)
R 225 of 634 ~ 35.49%
G 189 of 634 ~ 29.81%
B 220 of 634 ~ 34.7'%

%35.49
%29.81
%34.7

CMYK color model

#E1BDDC color CMYK value is (0,16,2,12).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK: (0,16,2,12) C0M16Y2K12 (0%,16%,2%,12%) (0.00/0.16/0.02/0.12) 

CMYK percentages

%0
%16
%2.22
%11.76

Codes

Color #E1BDDC in popluar color models

E1 BD DC
RGB 225 189 220
HSL 308° 37.50% 81.18%
HSB/HSV 308° 16.00% 88.24%
CMYK 0.00% 16.00% 2.22%
11.76%

Color #E1BDDC in popluar number systems.

HEX E1 BD DC
Decimal 225 189 220
Binary 11100001 10111101 11011100
Octal 341 275 334

Shades and tints

Shades of #E1BDDC

#E1BDDC
(225,189,220)
#CDACC8
(205,172,200)
#B99BB4
(185,155,180)
#A58AA0
(165,138,160)
#91798C
(145,121,140)
#7D6878
(125,104,120)
#695764
(105,87,100)
#554650
(85,70,80)
#41353C
(65,53,60)
#2D2428
(45,36,40)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #E1BDDC

#E1BDDC
(225,189,220)
#E3C3DF
(227,195,223)
#E5C9E2
(229,201,226)
#E7CFE5
(231,207,229)
#E9D5E8
(233,213,232)
#EBDBEB
(235,219,235)
#EDE1EE
(237,225,238)
#EFE7F1
(239,231,241)
#F1EDF4
(241,237,244)
#F3F3F7
(243,243,247)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BDDC; }

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

This text font color is #E1BDDC.

Background Color

.myBgColor { background-color: #E1BDDC; }

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

This div background color is #E1BDDC.

Border color

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

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

This div border color is #E1BDDC.

Opacity

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

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

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

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

This text has shadow with #E1BDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BDDC.

Preview

Color preview on black background

This text has color #E1BDDC on black background.


Color preview on white background

This text has color #E1BDDC on white background.


Black color preview on #E1BDDC background

This text has black color on #E1BDDC background.


White color preview on #E1BDDC background

This text has white color on #E1BDDC background.


Related colors

Complementary color

Complementary color for #hex is #1E4223.


I love getcolorcode.com

Triadic colors

1 #DCE1BD and #BDDCE1 with #E1BDDC are triadic colors.

2 #DCBDE1 and #BDE1DC with #E1BDDC are triadic colors.