COLOR #E3CDE7

HEX: #E3CDE7 RGB: (227,205,231)

Color info

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

RGB color model

#E3CDE7 color RGB value is (227,205,231).

RGB: (227,205,231) (89%, 80%, 91%)

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 231 of 255 = 91%

227
205
231

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

Portions of RGB colors in percentages

R + G + B = 227 + 205 + 231 = 663 (100%)
R 227 of 663 ~ 34.24%
G 205 of 663 ~ 30.92%
B 231 of 663 ~ 34.84'%

%34.24
%30.92
%34.84

CMYK color model

#E3CDE7 color CMYK value is (2,11,0,9).

  • cyan value is 1.73%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (2,11,0,9)
C2M11Y0K9 (2%, 11%, 0%, 9%)
(0.02 / 0.11 / 0.00 / 0.09)

CMYK percentages

%1.73
%11.26
%0
%9.41

Codes

Color #E3CDE7 in popluar color models

E3 CD E7
RGB 227 205 231
HSL 291° 35.14% 85.49%
HSB/HSV 291° 11.26% 90.59%
CMYK 1.73% 11.26% 0.00%
9.41%

Color #E3CDE7 in popluar number systems.

HEX E3 CD E7
Decimal 227 205 231
Binary 11100011 11001101 11100111
Octal 343 315 347

Shades and tints

Shades of #E3CDE7

#E3CDE7
(227,205,231)
#CFBBD2
(207,187,210)
#BBA9BD
(187,169,189)
#A797A8
(167,151,168)
#938593
(147,133,147)
#7F737E
(127,115,126)
#6B6169
(107,97,105)
#574F54
(87,79,84)
#433D3F
(67,61,63)
#2F2B2A
(47,43,42)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #E3CDE7

#E3CDE7
(227,205,231)
#E5D1E9
(229,209,233)
#E7D5EB
(231,213,235)
#E9D9ED
(233,217,237)
#EBDDEF
(235,221,239)
#EDE1F1
(237,225,241)
#EFE5F3
(239,229,243)
#F1E9F5
(241,233,245)
#F3EDF7
(243,237,247)
#F5F1F9
(245,241,249)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CDE7; }

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

This text font color is #E3CDE7.

Background Color

.myBgColor { background-color: #E3CDE7; }

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

This div background color is #E3CDE7.

Border color

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

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

This div border color is #E3CDE7.

Opacity

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

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

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

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

This text has shadow with #E3CDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CDE7.

Preview

Color preview on black background

This text has color #E3CDE7 on black background.


Color preview on white background

This text has color #E3CDE7 on white background.


Black color preview on #E3CDE7 background

This text has black color on #E3CDE7 background.


White color preview on #E3CDE7 background

This text has white color on #E3CDE7 background.


Related colors

Complementary color

Complementary color for #hex is #1C3218.


I love getcolorcode.com

Triadic colors

1 #E7E3CD and #CDE7E3 with #E3CDE7 are triadic colors.

2 #E7CDE3 and #CDE3E7 with #E3CDE7 are triadic colors.