COLOR #E3C5DE

HEX: #E3C5DE RGB: (227,197,222)

Color info

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

RGB color model

#E3C5DE color RGB value is (227,197,222).

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

RGB channels and saturation

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

227
197
222

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

Portions of RGB colors in percentages

R + G + B = 227 + 197 + 222 = 646 (100%)
R 227 of 646 ~ 35.14%
G 197 of 646 ~ 30.5%
B 222 of 646 ~ 34.37'%

%35.14
%30.5
%34.37

CMYK color model

#E3C5DE color CMYK value is (0,13,2,11).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 2.20%
  • key color value is 10.98%

CMYK: (0,13,2,11)
C0M13Y2K11 (0%, 13%, 2%, 11%)
(0.00 / 0.13 / 0.02 / 0.11)

CMYK percentages

%0
%13.22
%2.2
%10.98

Codes

Color #E3C5DE in popluar color models

E3 C5 DE
RGB 227 197 222
HSL 310° 34.88% 83.14%
HSB/HSV 310° 13.22% 89.02%
CMYK 0.00% 13.22% 2.20%
10.98%

Color #E3C5DE in popluar number systems.

HEX E3 C5 DE
Decimal 227 197 222
Binary 11100011 11000101 11011110
Octal 343 305 336

Shades and tints

Shades of #E3C5DE

#E3C5DE
(227,197,222)
#CFB4CA
(207,180,202)
#BBA3B6
(187,163,182)
#A792A2
(167,146,162)
#93818E
(147,129,142)
#7F707A
(127,112,122)
#6B5F66
(107,95,102)
#574E52
(87,78,82)
#433D3E
(67,61,62)
#2F2C2A
(47,44,42)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #E3C5DE

#E3C5DE
(227,197,222)
#E5CAE1
(229,202,225)
#E7CFE4
(231,207,228)
#E9D4E7
(233,212,231)
#EBD9EA
(235,217,234)
#EDDEED
(237,222,237)
#EFE3F0
(239,227,240)
#F1E8F3
(241,232,243)
#F3EDF6
(243,237,246)
#F5F2F9
(245,242,249)
#F7F7FC
(247,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C5DE; }

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

This text font color is #E3C5DE.

Background Color

.myBgColor { background-color: #E3C5DE; }

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

This div background color is #E3C5DE.

Border color

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

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

This div border color is #E3C5DE.

Opacity

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

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

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

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

This text has shadow with #E3C5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C5DE.

Preview

Color preview on black background

This text has color #E3C5DE on black background.


Color preview on white background

This text has color #E3C5DE on white background.


Black color preview on #E3C5DE background

This text has black color on #E3C5DE background.


White color preview on #E3C5DE background

This text has white color on #E3C5DE background.


Related colors

Complementary color

Complementary color for #hex is #1C3A21.


I love getcolorcode.com

Triadic colors

1 #DEE3C5 and #C5DEE3 with #E3C5DE are triadic colors.

2 #DEC5E3 and #C5E3DE with #E3C5DE are triadic colors.