COLOR #E7CDEC

HEX: #E7CDEC RGB: (231,205,236)

Color info

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

RGB color model

#E7CDEC color RGB value is (231,205,236).

RGB: (231,205,236) (91%, 80%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 205 of 255 = 80%
B 236 of 255 = 93%

231
205
236

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

Portions of RGB colors in percentages

R + G + B = 231 + 205 + 236 = 672 (100%)
R 231 of 672 ~ 34.38%
G 205 of 672 ~ 30.51%
B 236 of 672 ~ 35.12'%

%34.38
%30.51
%35.12

CMYK color model

#E7CDEC color CMYK value is (2,13,0,7).

  • cyan value is 2.12%
  • magenta value is 13.14%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (2,13,0,7)
C2M13Y0K7 (2%, 13%, 0%, 7%)
(0.02 / 0.13 / 0.00 / 0.07)

CMYK percentages

%2.12
%13.14
%0
%7.45

Codes

Color #E7CDEC in popluar color models

E7 CD EC
RGB 231 205 236
HSL 290° 44.93% 86.47%
HSB/HSV 290° 13.14% 92.55%
CMYK 2.12% 13.14% 0.00%
7.45%

Color #E7CDEC in popluar number systems.

HEX E7 CD EC
Decimal 231 205 236
Binary 11100111 11001101 11101100
Octal 347 315 354

Shades and tints

Shades of #E7CDEC

#E7CDEC
(231,205,236)
#D2BBD7
(210,187,215)
#BDA9C2
(189,169,194)
#A897AD
(168,151,173)
#938598
(147,133,152)
#7E7383
(126,115,131)
#69616E
(105,97,110)
#544F59
(84,79,89)
#3F3D44
(63,61,68)
#2A2B2F
(42,43,47)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #E7CDEC

#E7CDEC
(231,205,236)
#E9D1ED
(233,209,237)
#EBD5EE
(235,213,238)
#EDD9EF
(237,217,239)
#EFDDF0
(239,221,240)
#F1E1F1
(241,225,241)
#F3E5F2
(243,229,242)
#F5E9F3
(245,233,243)
#F7EDF4
(247,237,244)
#F9F1F5
(249,241,245)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CDEC; }

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

This text font color is #E7CDEC.

Background Color

.myBgColor { background-color: #E7CDEC; }

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

This div background color is #E7CDEC.

Border color

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

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

This div border color is #E7CDEC.

Opacity

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

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

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

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

This text has shadow with #E7CDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CDEC.

Preview

Color preview on black background

This text has color #E7CDEC on black background.


Color preview on white background

This text has color #E7CDEC on white background.


Black color preview on #E7CDEC background

This text has black color on #E7CDEC background.


White color preview on #E7CDEC background

This text has white color on #E7CDEC background.


Related colors

Complementary color

Complementary color for #hex is #183213.


I love getcolorcode.com

Triadic colors

1 #ECE7CD and #CDECE7 with #E7CDEC are triadic colors.

2 #ECCDE7 and #CDE7EC with #E7CDEC are triadic colors.