COLOR #E3CDDA

HEX: #E3CDDA
RGB: (227,205,218)

Color info

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

RGB color model

#E3CDDA color RGB value is (227,205,218).

  • red value is 227;
  • green value is 205;
  • blue value is 218.
RGB:
(227,205,218)
(89%,80%,85%)

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 218 of 255 = 85%

227
205
218

R + G + B ~ 85%. #E3CDDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 205 + 218 = 650 (100%)
R 227 of 650 ~ 34.92%
G 205 of 650 ~ 31.54%
B 218 of 650 ~ 33.54%

%34.92
%31.54
%33.54

CMYK color model

#E3CDDA color CMYK value is (0,10,4,11).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 3.96%
  • key color value is 10.98%
CMYK:
(0,10,4,11)
C0M10Y4K11 
(0%,10%,4%,11%)
(0.00/0.10/0.04/0.11)	

CMYK percentages

%0
%9.69
%3.96
%10.98

Codes

Color #E3CDDA in popluar color models

E3CDDA
RGB227205218
HSL325°28.21%84.71%
HSB/HSV325°9.69%89.02%
CMYK0.00%9.69%3.96%
10.98%

Color #E3CDDA in popluar number systems.

HEXE3CDDA
Decimal227205218
Binary111000111100110111011010
Octal343315332

Shades and tints

Shades of #E3CDDA

#E3CDDA
(227,205,218)
#CFBBC7
(207,187,199)
#BBA9B4
(187,169,180)
#A797A1
(167,151,161)
#93858E
(147,133,142)
#7F737B
(127,115,123)
#6B6168
(107,97,104)
#574F55
(87,79,85)
#433D42
(67,61,66)
#2F2B2F
(47,43,47)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #E3CDDA

#E3CDDA
(227,205,218)
#E5D1DD
(229,209,221)
#E7D5E0
(231,213,224)
#E9D9E3
(233,217,227)
#EBDDE6
(235,221,230)
#EDE1E9
(237,225,233)
#EFE5EC
(239,229,236)
#F1E9EF
(241,233,239)
#F3EDF2
(243,237,242)
#F5F1F5
(245,241,245)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CDDA; }

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

This text font color is #E3CDDA.


Background Color

.myBgColor { background-color: #E3CDDA; }

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

This div background color is #E3CDDA.


Border color

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

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

This div border color is #E3CDDA.


Opacity

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

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

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

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

This text has shadow with #E3CDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CDDA on black background.


Color preview on white background

This text has color #E3CDDA on white background.



Black color preview on #E3CDDA background

This text has black color on #E3CDDA background.


White color preview on #E3CDDA background

This text has white color on #E3CDDA background.