COLOR #E3CDDF

HEX: #E3CDDF RGB: (227,205,223)

Color info

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

RGB color model

#E3CDDF color RGB value is (227,205,223).

RGB: (227,205,223) (89%, 80%, 87%)

RGB channels and saturation

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

227
205
223

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

Portions of RGB colors in percentages

R + G + B = 227 + 205 + 223 = 655 (100%)
R 227 of 655 ~ 34.66%
G 205 of 655 ~ 31.3%
B 223 of 655 ~ 34.05'%

%34.66
%31.3
%34.05

CMYK color model

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

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

Codes

Color #E3CDDF in popluar color models

E3 CD DF
RGB 227 205 223
HSL 311° 28.21% 84.71%
HSB/HSV 311° 9.69% 89.02%
CMYK 0.00% 9.69% 1.76%
10.98%

Color #E3CDDF in popluar number systems.

HEX E3 CD DF
Decimal 227 205 223
Binary 11100011 11001101 11011111
Octal 343 315 337

Shades and tints

Shades of #E3CDDF

#E3CDDF
(227,205,223)
#CFBBCB
(207,187,203)
#BBA9B7
(187,169,183)
#A797A3
(167,151,163)
#93858F
(147,133,143)
#7F737B
(127,115,123)
#6B6167
(107,97,103)
#574F53
(87,79,83)
#433D3F
(67,61,63)
#2F2B2B
(47,43,43)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #E3CDDF

#E3CDDF
(227,205,223)
#E5D1E1
(229,209,225)
#E7D5E3
(231,213,227)
#E9D9E5
(233,217,229)
#EBDDE7
(235,221,231)
#EDE1E9
(237,225,233)
#EFE5EB
(239,229,235)
#F1E9ED
(241,233,237)
#F3EDEF
(243,237,239)
#F5F1F1
(245,241,241)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CDDF; }

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

This text font color is #E3CDDF.

Background Color

.myBgColor { background-color: #E3CDDF; }

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

This div background color is #E3CDDF.

Border color

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

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

This div border color is #E3CDDF.

Opacity

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

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

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

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

This text has shadow with #E3CDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CDDF.

Preview

Color preview on black background

This text has color #E3CDDF on black background.


Color preview on white background

This text has color #E3CDDF on white background.


Black color preview on #E3CDDF background

This text has black color on #E3CDDF background.


White color preview on #E3CDDF background

This text has white color on #E3CDDF background.


Related colors

Complementary color

Complementary color for #hex is #1C3220.


I love getcolorcode.com

Triadic colors

1 #DFE3CD and #CDDFE3 with #E3CDDF are triadic colors.

2 #DFCDE3 and #CDE3DF with #E3CDDF are triadic colors.