COLOR #E7CDFA

HEX: #E7CDFA RGB: (231,205,250)

Color info

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

RGB color model

#E7CDFA color RGB value is (231,205,250).

RGB: (231,205,250) (91%, 80%, 98%)

RGB channels and saturation

R 231 of 255 = 91%
G 205 of 255 = 80%
B 250 of 255 = 98%

231
205
250

R + G + B ~ 90%. #E7CDFA is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 205 + 250 = 686 (100%)
R 231 of 686 ~ 33.67%
G 205 of 686 ~ 29.88%
B 250 of 686 ~ 36.44'%

%33.67
%29.88
%36.44

CMYK color model

#E7CDFA color CMYK value is (8,18,0,2).

  • cyan value is 7.60%
  • magenta value is 18.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (8,18,0,2)
C8M18Y0K2 (8%, 18%, 0%, 2%)
(0.08 / 0.18 / 0.00 / 0.02)

CMYK percentages

%7.6
%18
%0
%1.96

Codes

Color #E7CDFA in popluar color models

E7 CD FA
RGB 231 205 250
HSL 275° 81.82% 89.22%
HSB/HSV 275° 18.00% 98.04%
CMYK 7.60% 18.00% 0.00%
1.96%

Color #E7CDFA in popluar number systems.

HEX E7 CD FA
Decimal 231 205 250
Binary 11100111 11001101 11111010
Octal 347 315 372

Shades and tints

Shades of #E7CDFA

#E7CDFA
(231,205,250)
#D2BBE4
(210,187,228)
#BDA9CE
(189,169,206)
#A897B8
(168,151,184)
#9385A2
(147,133,162)
#7E738C
(126,115,140)
#696176
(105,97,118)
#544F60
(84,79,96)
#3F3D4A
(63,61,74)
#2A2B34
(42,43,52)
#15191E
(21,25,30)
#000000
(0,0,0)

Tints of #E7CDFA

#E7CDFA
(231,205,250)
#E9D1FA
(233,209,250)
#EBD5FA
(235,213,250)
#EDD9FA
(237,217,250)
#EFDDFA
(239,221,250)
#F1E1FA
(241,225,250)
#F3E5FA
(243,229,250)
#F5E9FA
(245,233,250)
#F7EDFA
(247,237,250)
#F9F1FA
(249,241,250)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CDFA; }

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

This text font color is #E7CDFA.

Background Color

.myBgColor { background-color: #E7CDFA; }

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

This div background color is #E7CDFA.

Border color

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

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

This div border color is #E7CDFA.

Opacity

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

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

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

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

This text has shadow with #E7CDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CDFA.

Preview

Color preview on black background

This text has color #E7CDFA on black background.


Color preview on white background

This text has color #E7CDFA on white background.


Black color preview on #E7CDFA background

This text has black color on #E7CDFA background.


White color preview on #E7CDFA background

This text has white color on #E7CDFA background.


Related colors

Complementary color

Complementary color for #hex is #183205.


I love getcolorcode.com

Triadic colors

1 #FAE7CD and #CDFAE7 with #E7CDFA are triadic colors.

2 #FACDE7 and #CDE7FA with #E7CDFA are triadic colors.