COLOR #E3CDDB

HEX: #E3CDDB RGB: (227,205,219)

Color info

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

RGB color model

#E3CDDB color RGB value is (227,205,219).

RGB: (227,205,219) (89%, 80%, 86%)

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 219 of 255 = 86%

227
205
219

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

Portions of RGB colors in percentages

R + G + B = 227 + 205 + 219 = 651 (100%)
R 227 of 651 ~ 34.87%
G 205 of 651 ~ 31.49%
B 219 of 651 ~ 33.64'%

%34.87
%31.49
%33.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 3.52%
  • 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.52
%10.98

Codes

Color #E3CDDB in popluar color models

E3 CD DB
RGB 227 205 219
HSL 322° 28.21% 84.71%
HSB/HSV 322° 9.69% 89.02%
CMYK 0.00% 9.69% 3.52%
10.98%

Color #E3CDDB in popluar number systems.

HEX E3 CD DB
Decimal 227 205 219
Binary 11100011 11001101 11011011
Octal 343 315 333

Shades and tints

Shades of #E3CDDB

#E3CDDB
(227,205,219)
#CFBBC8
(207,187,200)
#BBA9B5
(187,169,181)
#A797A2
(167,151,162)
#93858F
(147,133,143)
#7F737C
(127,115,124)
#6B6169
(107,97,105)
#574F56
(87,79,86)
#433D43
(67,61,67)
#2F2B30
(47,43,48)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #E3CDDB

#E3CDDB
(227,205,219)
#E5D1DE
(229,209,222)
#E7D5E1
(231,213,225)
#E9D9E4
(233,217,228)
#EBDDE7
(235,221,231)
#EDE1EA
(237,225,234)
#EFE5ED
(239,229,237)
#F1E9F0
(241,233,240)
#F3EDF3
(243,237,243)
#F5F1F6
(245,241,246)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CDDB; }

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

This text font color is #E3CDDB.

Background Color

.myBgColor { background-color: #E3CDDB; }

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

This div background color is #E3CDDB.

Border color

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

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

This div border color is #E3CDDB.

Opacity

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

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

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

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

This text has shadow with #E3CDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CDDB.

Preview

Color preview on black background

This text has color #E3CDDB on black background.


Color preview on white background

This text has color #E3CDDB on white background.


Black color preview on #E3CDDB background

This text has black color on #E3CDDB background.


White color preview on #E3CDDB background

This text has white color on #E3CDDB background.


Related colors

Complementary color

Complementary color for #hex is #1C3224.


I love getcolorcode.com

Triadic colors

1 #DBE3CD and #CDDBE3 with #E3CDDB are triadic colors.

2 #DBCDE3 and #CDE3DB with #E3CDDB are triadic colors.