COLOR #E9CDEA

HEX: #E9CDEA
RGB: (233,205,234)

Color info

#E9CDEA contains red, green and blue colors in about the same proportion. Web safe color of #E9CDEA is #FFCCFF (or #FCF).

RGB color model

#E9CDEA color RGB value is (233,205,234).

  • red value is 233;
  • green value is 205;
  • blue value is 234.
RGB:
(233,205,234)
(91%,80%,92%)

RGB channels and saturation

R 233 of 255 = 91%
G 205 of 255 = 80%
B 234 of 255 = 92%

233
205
234

R + G + B ~ 88%. #E9CDEA is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 205 + 234 = 672 (100%)
R 233 of 672 ~ 34.67%
G 205 of 672 ~ 30.51%
B 234 of 672 ~ 34.82%

%34.67
%30.51
%34.82

CMYK color model

#E9CDEA color CMYK value is (0,12,0,8).

  • cyan value is 0.43%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(0,12,0,8)
C0M12Y0K8 
(0%,12%,0%,8%)
(0.00/0.12/0.00/0.08)	

CMYK percentages

%0.43
%12.39
%0
%8.24

Codes

Color #E9CDEA in popluar color models

E9CDEA
RGB233205234
HSL298°40.85%86.08%
HSB/HSV298°12.39%91.76%
CMYK0.43%12.39%0.00%
8.24%

Color #E9CDEA in popluar number systems.

HEXE9CDEA
Decimal233205234
Binary111010011100110111101010
Octal351315352

Shades and tints

Shades of #E9CDEA

#E9CDEA
(233,205,234)
#D4BBD5
(212,187,213)
#BFA9C0
(191,169,192)
#AA97AB
(170,151,171)
#958596
(149,133,150)
#807381
(128,115,129)
#6B616C
(107,97,108)
#564F57
(86,79,87)
#413D42
(65,61,66)
#2C2B2D
(44,43,45)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #E9CDEA

#E9CDEA
(233,205,234)
#EBD1EB
(235,209,235)
#EDD5EC
(237,213,236)
#EFD9ED
(239,217,237)
#F1DDEE
(241,221,238)
#F3E1EF
(243,225,239)
#F5E5F0
(245,229,240)
#F7E9F1
(247,233,241)
#F9EDF2
(249,237,242)
#FBF1F3
(251,241,243)
#FDF5F4
(253,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CDEA color. Also use rgb(233,205,234) instead hex code.

Text Font Color

.myTextColor { color: #E9CDEA; }

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

This text font color is #E9CDEA.


Background Color

.myBgColor { background-color: #E9CDEA; }

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

This div background color is #E9CDEA.


Border color

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

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

This div border color is #E9CDEA.


Opacity

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

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

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

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

This text has shadow with #E9CDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CDEA on black background.


Color preview on white background

This text has color #E9CDEA on white background.



Black color preview on #E9CDEA background

This text has black color on #E9CDEA background.


White color preview on #E9CDEA background

This text has white color on #E9CDEA background.