COLOR #E5CDEA

HEX: #E5CDEA RGB: (229,205,234)

Color info

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

RGB color model

#E5CDEA color RGB value is (229,205,234).

RGB: (229,205,234) (90%, 80%, 92%)

RGB channels and saturation

R 229 of 255 = 90%
G 205 of 255 = 80%
B 234 of 255 = 92%

229
205
234

R + G + B ~ 87%. #E5CDEA is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 205 + 234 = 668 (100%)
R 229 of 668 ~ 34.28%
G 205 of 668 ~ 30.69%
B 234 of 668 ~ 35.03'%

%34.28
%30.69
%35.03

CMYK color model

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

  • cyan value is 2.14%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (2,12,0,8)
C2M12Y0K8 (2%, 12%, 0%, 8%)
(0.02 / 0.12 / 0.00 / 0.08)

CMYK percentages

%2.14
%12.39
%0
%8.24

Codes

Color #E5CDEA in popluar color models

E5 CD EA
RGB 229 205 234
HSL 290° 40.85% 86.08%
HSB/HSV 290° 12.39% 91.76%
CMYK 2.14% 12.39% 0.00%
8.24%

Color #E5CDEA in popluar number systems.

HEX E5 CD EA
Decimal 229 205 234
Binary 11100101 11001101 11101010
Octal 345 315 352

Shades and tints

Shades of #E5CDEA

#E5CDEA
(229,205,234)
#D1BBD5
(209,187,213)
#BDA9C0
(189,169,192)
#A997AB
(169,151,171)
#958596
(149,133,150)
#817381
(129,115,129)
#6D616C
(109,97,108)
#594F57
(89,79,87)
#453D42
(69,61,66)
#312B2D
(49,43,45)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #E5CDEA

#E5CDEA
(229,205,234)
#E7D1EB
(231,209,235)
#E9D5EC
(233,213,236)
#EBD9ED
(235,217,237)
#EDDDEE
(237,221,238)
#EFE1EF
(239,225,239)
#F1E5F0
(241,229,240)
#F3E9F1
(243,233,241)
#F5EDF2
(245,237,242)
#F7F1F3
(247,241,243)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CDEA; }

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

This text font color is #E5CDEA.

Background Color

.myBgColor { background-color: #E5CDEA; }

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

This div background color is #E5CDEA.

Border color

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

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

This div border color is #E5CDEA.

Opacity

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

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

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

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

This text has shadow with #E5CDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CDEA.

Preview

Color preview on black background

This text has color #E5CDEA on black background.


Color preview on white background

This text has color #E5CDEA on white background.


Black color preview on #E5CDEA background

This text has black color on #E5CDEA background.


White color preview on #E5CDEA background

This text has white color on #E5CDEA background.


Related colors

Complementary color

Complementary color for #hex is #1A3215.


I love getcolorcode.com

Triadic colors

1 #EAE5CD and #CDEAE5 with #E5CDEA are triadic colors.

2 #EACDE5 and #CDE5EA with #E5CDEA are triadic colors.