COLOR #E0BDDD

HEX: #E0BDDD RGB: (224,189,221)

Color info

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

RGB color model

#E0BDDD color RGB value is (224,189,221).

RGB: (224,189,221) (88%, 74%, 87%)

RGB channels and saturation

R 224 of 255 = 88%
G 189 of 255 = 74%
B 221 of 255 = 87%

224
189
221

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

Portions of RGB colors in percentages

R + G + B = 224 + 189 + 221 = 634 (100%)
R 224 of 634 ~ 35.33%
G 189 of 634 ~ 29.81%
B 221 of 634 ~ 34.86'%

%35.33
%29.81
%34.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 1.34%
  • key color value is 12.16%

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

CMYK percentages

%0
%15.63
%1.34
%12.16

Codes

Color #E0BDDD in popluar color models

E0 BD DD
RGB 224 189 221
HSL 305° 36.08% 80.98%
HSB/HSV 305° 15.63% 87.84%
CMYK 0.00% 15.63% 1.34%
12.16%

Color #E0BDDD in popluar number systems.

HEX E0 BD DD
Decimal 224 189 221
Binary 11100000 10111101 11011101
Octal 340 275 335

Shades and tints

Shades of #E0BDDD

#E0BDDD
(224,189,221)
#CCACC9
(204,172,201)
#B89BB5
(184,155,181)
#A48AA1
(164,138,161)
#90798D
(144,121,141)
#7C6879
(124,104,121)
#685765
(104,87,101)
#544651
(84,70,81)
#40353D
(64,53,61)
#2C2429
(44,36,41)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #E0BDDD

#E0BDDD
(224,189,221)
#E2C3E0
(226,195,224)
#E4C9E3
(228,201,227)
#E6CFE6
(230,207,230)
#E8D5E9
(232,213,233)
#EADBEC
(234,219,236)
#ECE1EF
(236,225,239)
#EEE7F2
(238,231,242)
#F0EDF5
(240,237,245)
#F2F3F8
(242,243,248)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BDDD; }

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

This text font color is #E0BDDD.

Background Color

.myBgColor { background-color: #E0BDDD; }

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

This div background color is #E0BDDD.

Border color

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

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

This div border color is #E0BDDD.

Opacity

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

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

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

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

This text has shadow with #E0BDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0BDDD.

Preview

Color preview on black background

This text has color #E0BDDD on black background.


Color preview on white background

This text has color #E0BDDD on white background.


Black color preview on #E0BDDD background

This text has black color on #E0BDDD background.


White color preview on #E0BDDD background

This text has white color on #E0BDDD background.


Related colors

Complementary color

Complementary color for #hex is #1F4222.


I love getcolorcode.com

Triadic colors

1 #DDE0BD and #BDDDE0 with #E0BDDD are triadic colors.

2 #DDBDE0 and #BDE0DD with #E0BDDD are triadic colors.