COLOR #E3CDF5

HEX: #E3CDF5 RGB: (227,205,245)

Color info

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

RGB color model

#E3CDF5 color RGB value is (227,205,245).

RGB: (227,205,245) (89%, 80%, 96%)

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 245 of 255 = 96%

227
205
245

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

Portions of RGB colors in percentages

R + G + B = 227 + 205 + 245 = 677 (100%)
R 227 of 677 ~ 33.53%
G 205 of 677 ~ 30.28%
B 245 of 677 ~ 36.19'%

%33.53
%30.28
%36.19

CMYK color model

#E3CDF5 color CMYK value is (7,16,0,4).

  • cyan value is 7.35%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (7,16,0,4)
C7M16Y0K4 (7%, 16%, 0%, 4%)
(0.07 / 0.16 / 0.00 / 0.04)

CMYK percentages

%7.35
%16.33
%0
%3.92

Codes

Color #E3CDF5 in popluar color models

E3 CD F5
RGB 227 205 245
HSL 273° 66.67% 88.24%
HSB/HSV 273° 16.33% 96.08%
CMYK 7.35% 16.33% 0.00%
3.92%

Color #E3CDF5 in popluar number systems.

HEX E3 CD F5
Decimal 227 205 245
Binary 11100011 11001101 11110101
Octal 343 315 365

Shades and tints

Shades of #E3CDF5

#E3CDF5
(227,205,245)
#CFBBDF
(207,187,223)
#BBA9C9
(187,169,201)
#A797B3
(167,151,179)
#93859D
(147,133,157)
#7F7387
(127,115,135)
#6B6171
(107,97,113)
#574F5B
(87,79,91)
#433D45
(67,61,69)
#2F2B2F
(47,43,47)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #E3CDF5

#E3CDF5
(227,205,245)
#E5D1F5
(229,209,245)
#E7D5F5
(231,213,245)
#E9D9F5
(233,217,245)
#EBDDF5
(235,221,245)
#EDE1F5
(237,225,245)
#EFE5F5
(239,229,245)
#F1E9F5
(241,233,245)
#F3EDF5
(243,237,245)
#F5F1F5
(245,241,245)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CDF5; }

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

This text font color is #E3CDF5.

Background Color

.myBgColor { background-color: #E3CDF5; }

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

This div background color is #E3CDF5.

Border color

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

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

This div border color is #E3CDF5.

Opacity

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

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

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

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

This text has shadow with #E3CDF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CDF5.

Preview

Color preview on black background

This text has color #E3CDF5 on black background.


Color preview on white background

This text has color #E3CDF5 on white background.


Black color preview on #E3CDF5 background

This text has black color on #E3CDF5 background.


White color preview on #E3CDF5 background

This text has white color on #E3CDF5 background.


Related colors

Complementary color

Complementary color for #hex is #1C320A.


I love getcolorcode.com

Triadic colors

1 #F5E3CD and #CDF5E3 with #E3CDF5 are triadic colors.

2 #F5CDE3 and #CDE3F5 with #E3CDF5 are triadic colors.