COLOR #E3CDD2

HEX: #E3CDD2 RGB: (227,205,210)

Color info

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

RGB color model

#E3CDD2 color RGB value is (227,205,210).

RGB: (227,205,210) (89%, 80%, 82%)

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 210 of 255 = 82%

227
205
210

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

Portions of RGB colors in percentages

R + G + B = 227 + 205 + 210 = 642 (100%)
R 227 of 642 ~ 35.36%
G 205 of 642 ~ 31.93%
B 210 of 642 ~ 32.71'%

%35.36
%31.93
%32.71

CMYK color model

#E3CDD2 color CMYK value is (0,10,7,11).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 7.49%
  • key color value is 10.98%
CMYK: (0,10,7,11) C0M10Y7K11 (0%,10%,7%,11%) (0.00/0.10/0.07/0.11) 

CMYK percentages

%0
%9.69
%7.49
%10.98

Codes

Color #E3CDD2 in popluar color models

E3 CD D2
RGB 227 205 210
HSL 346° 28.21% 84.71%
HSB/HSV 346° 9.69% 89.02%
CMYK 0.00% 9.69% 7.49%
10.98%

Color #E3CDD2 in popluar number systems.

HEX E3 CD D2
Decimal 227 205 210
Binary 11100011 11001101 11010010
Octal 343 315 322

Shades and tints

Shades of #E3CDD2

#E3CDD2
(227,205,210)
#CFBBBF
(207,187,191)
#BBA9AC
(187,169,172)
#A79799
(167,151,153)
#938586
(147,133,134)
#7F7373
(127,115,115)
#6B6160
(107,97,96)
#574F4D
(87,79,77)
#433D3A
(67,61,58)
#2F2B27
(47,43,39)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #E3CDD2

#E3CDD2
(227,205,210)
#E5D1D6
(229,209,214)
#E7D5DA
(231,213,218)
#E9D9DE
(233,217,222)
#EBDDE2
(235,221,226)
#EDE1E6
(237,225,230)
#EFE5EA
(239,229,234)
#F1E9EE
(241,233,238)
#F3EDF2
(243,237,242)
#F5F1F6
(245,241,246)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CDD2; }

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

This text font color is #E3CDD2.

Background Color

.myBgColor { background-color: #E3CDD2; }

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

This div background color is #E3CDD2.

Border color

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

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

This div border color is #E3CDD2.

Opacity

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

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

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

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

This text has shadow with #E3CDD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CDD2.

Preview

Color preview on black background

This text has color #E3CDD2 on black background.


Color preview on white background

This text has color #E3CDD2 on white background.


Black color preview on #E3CDD2 background

This text has black color on #E3CDD2 background.


White color preview on #E3CDD2 background

This text has white color on #E3CDD2 background.


Related colors

Complementary color

Complementary color for #hex is #1C322D.


I love getcolorcode.com

Triadic colors

1 #D2E3CD and #CDD2E3 with #E3CDD2 are triadic colors.

2 #D2CDE3 and #CDE3D2 with #E3CDD2 are triadic colors.