COLOR #E7CDEA

HEX: #E7CDEA RGB: (231,205,234)

Color info

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

RGB color model

#E7CDEA color RGB value is (231,205,234).

RGB: (231,205,234) (91%, 80%, 92%)

RGB channels and saturation

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

231
205
234

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

Portions of RGB colors in percentages

R + G + B = 231 + 205 + 234 = 670 (100%)
R 231 of 670 ~ 34.48%
G 205 of 670 ~ 30.6%
B 234 of 670 ~ 34.93'%

%34.48
%30.6
%34.93

CMYK color model

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

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

CMYK: (1,12,0,8)
C1M12Y0K8 (1%, 12%, 0%, 8%)
(0.01 / 0.12 / 0.00 / 0.08)

CMYK percentages

%1.28
%12.39
%0
%8.24

Codes

Color #E7CDEA in popluar color models

E7 CD EA
RGB 231 205 234
HSL 294° 40.85% 86.08%
HSB/HSV 294° 12.39% 91.76%
CMYK 1.28% 12.39% 0.00%
8.24%

Color #E7CDEA in popluar number systems.

HEX E7 CD EA
Decimal 231 205 234
Binary 11100111 11001101 11101010
Octal 347 315 352

Shades and tints

Shades of #E7CDEA

#E7CDEA
(231,205,234)
#D2BBD5
(210,187,213)
#BDA9C0
(189,169,192)
#A897AB
(168,151,171)
#938596
(147,133,150)
#7E7381
(126,115,129)
#69616C
(105,97,108)
#544F57
(84,79,87)
#3F3D42
(63,61,66)
#2A2B2D
(42,43,45)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #E7CDEA

#E7CDEA
(231,205,234)
#E9D1EB
(233,209,235)
#EBD5EC
(235,213,236)
#EDD9ED
(237,217,237)
#EFDDEE
(239,221,238)
#F1E1EF
(241,225,239)
#F3E5F0
(243,229,240)
#F5E9F1
(245,233,241)
#F7EDF2
(247,237,242)
#F9F1F3
(249,241,243)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CDEA; }

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

This text font color is #E7CDEA.

Background Color

.myBgColor { background-color: #E7CDEA; }

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

This div background color is #E7CDEA.

Border color

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

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

This div border color is #E7CDEA.

Opacity

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

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

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

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

This text has shadow with #E7CDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CDEA.

Preview

Color preview on black background

This text has color #E7CDEA on black background.


Color preview on white background

This text has color #E7CDEA on white background.


Black color preview on #E7CDEA background

This text has black color on #E7CDEA background.


White color preview on #E7CDEA background

This text has white color on #E7CDEA background.


Related colors

Complementary color

Complementary color for #hex is #183215.


I love getcolorcode.com

Triadic colors

1 #EAE7CD and #CDEAE7 with #E7CDEA are triadic colors.

2 #EACDE7 and #CDE7EA with #E7CDEA are triadic colors.