COLOR #E3C5DD

HEX: #E3C5DD RGB: (227,197,221)

Color info

#E3C5DD contains red, green and blue colors in about the same proportion. Web safe color of #E3C5DD is #CCCCCC (or #CCC).

RGB color model

#E3C5DD color RGB value is (227,197,221).

RGB: (227,197,221) (89%, 77%, 87%)

RGB channels and saturation

R 227 of 255 = 89%
G 197 of 255 = 77%
B 221 of 255 = 87%

227
197
221

R + G + B ~ 84%. #E3C5DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 197 + 221 = 645 (100%)
R 227 of 645 ~ 35.19%
G 197 of 645 ~ 30.54%
B 221 of 645 ~ 34.26'%

%35.19
%30.54
%34.26

CMYK color model

#E3C5DD color CMYK value is (0,13,3,11).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 2.64%
  • key color value is 10.98%
CMYK: (0,13,3,11) C0M13Y3K11 (0%,13%,3%,11%) (0.00/0.13/0.03/0.11) 

CMYK percentages

%0
%13.22
%2.64
%10.98

Codes

Color #E3C5DD in popluar color models

E3 C5 DD
RGB 227 197 221
HSL 312° 34.88% 83.14%
HSB/HSV 312° 13.22% 89.02%
CMYK 0.00% 13.22% 2.64%
10.98%

Color #E3C5DD in popluar number systems.

HEX E3 C5 DD
Decimal 227 197 221
Binary 11100011 11000101 11011101
Octal 343 305 335

Shades and tints

Shades of #E3C5DD

#E3C5DD
(227,197,221)
#CFB4C9
(207,180,201)
#BBA3B5
(187,163,181)
#A792A1
(167,146,161)
#93818D
(147,129,141)
#7F7079
(127,112,121)
#6B5F65
(107,95,101)
#574E51
(87,78,81)
#433D3D
(67,61,61)
#2F2C29
(47,44,41)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #E3C5DD

#E3C5DD
(227,197,221)
#E5CAE0
(229,202,224)
#E7CFE3
(231,207,227)
#E9D4E6
(233,212,230)
#EBD9E9
(235,217,233)
#EDDEEC
(237,222,236)
#EFE3EF
(239,227,239)
#F1E8F2
(241,232,242)
#F3EDF5
(243,237,245)
#F5F2F8
(245,242,248)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C5DD color. Also use rgb(227,197,221) instead hex code.

Text Font Color

.myTextColor { color: #E3C5DD; }

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

This text font color is #E3C5DD.

Background Color

.myBgColor { background-color: #E3C5DD; }

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

This div background color is #E3C5DD.

Border color

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

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

This div border color is #E3C5DD.

Opacity

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

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

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

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

This text has shadow with #E3C5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C5DD.

Preview

Color preview on black background

This text has color #E3C5DD on black background.


Color preview on white background

This text has color #E3C5DD on white background.


Black color preview on #E3C5DD background

This text has black color on #E3C5DD background.


White color preview on #E3C5DD background

This text has white color on #E3C5DD background.


Related colors

Complementary color

Complementary color for #hex is #1C3A22.


I love getcolorcode.com

Triadic colors

1 #DDE3C5 and #C5DDE3 with #E3C5DD are triadic colors.

2 #DDC5E3 and #C5E3DD with #E3C5DD are triadic colors.