COLOR #E3CDDE

HEX: #E3CDDE
RGB: (227,205,222)

Color info

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

RGB color model

#E3CDDE color RGB value is (227,205,222).

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

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 222 of 255 = 87%

227
205
222

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

Portions of RGB colors in percentages

R + G + B =
227 + 205 + 222 = 654 (100%)
R 227 of 654 ~ 34.71%
G 205 of 654 ~ 31.35%
B 222 of 654 ~ 33.94%

%34.71
%31.35
%33.94

CMYK color model

#E3CDDE color CMYK value is (0,10,2,11).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 2.20%
  • key color value is 10.98%
CMYK:
(0,10,2,11)
C0M10Y2K11 
(0%,10%,2%,11%)
(0.00/0.10/0.02/0.11)	

CMYK percentages

%0
%9.69
%2.2
%10.98

Codes

Color #E3CDDE in popluar color models

E3CDDE
RGB227205222
HSL314°28.21%84.71%
HSB/HSV314°9.69%89.02%
CMYK0.00%9.69%2.20%
10.98%

Color #E3CDDE in popluar number systems.

HEXE3CDDE
Decimal227205222
Binary111000111100110111011110
Octal343315336

Shades and tints

Shades of #E3CDDE

#E3CDDE
(227,205,222)
#CFBBCA
(207,187,202)
#BBA9B6
(187,169,182)
#A797A2
(167,151,162)
#93858E
(147,133,142)
#7F737A
(127,115,122)
#6B6166
(107,97,102)
#574F52
(87,79,82)
#433D3E
(67,61,62)
#2F2B2A
(47,43,42)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #E3CDDE

#E3CDDE
(227,205,222)
#E5D1E1
(229,209,225)
#E7D5E4
(231,213,228)
#E9D9E7
(233,217,231)
#EBDDEA
(235,221,234)
#EDE1ED
(237,225,237)
#EFE5F0
(239,229,240)
#F1E9F3
(241,233,243)
#F3EDF6
(243,237,246)
#F5F1F9
(245,241,249)
#F7F5FC
(247,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CDDE; }

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

This text font color is #E3CDDE.


Background Color

.myBgColor { background-color: #E3CDDE; }

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

This div background color is #E3CDDE.


Border color

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

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

This div border color is #E3CDDE.


Opacity

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

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

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

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

This text has shadow with #E3CDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CDDE on black background.


Color preview on white background

This text has color #E3CDDE on white background.



Black color preview on #E3CDDE background

This text has black color on #E3CDDE background.


White color preview on #E3CDDE background

This text has white color on #E3CDDE background.