COLOR #E3CCD5

HEX: #E3CCD5 RGB: (227,204,213)

Color info

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

RGB color model

#E3CCD5 color RGB value is (227,204,213).

RGB: (227,204,213) (89%, 80%, 84%)

RGB channels and saturation

R 227 of 255 = 89%
G 204 of 255 = 80%
B 213 of 255 = 84%

227
204
213

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

Portions of RGB colors in percentages

R + G + B = 227 + 204 + 213 = 644 (100%)
R 227 of 644 ~ 35.25%
G 204 of 644 ~ 31.68%
B 213 of 644 ~ 33.07'%

%35.25
%31.68
%33.07

CMYK color model

#E3CCD5 color CMYK value is (0,10,6,11).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 6.17%
  • key color value is 10.98%

CMYK: (0,10,6,11)
C0M10Y6K11 (0%, 10%, 6%, 11%)
(0.00 / 0.10 / 0.06 / 0.11)

CMYK percentages

%0
%10.13
%6.17
%10.98

Codes

Color #E3CCD5 in popluar color models

E3 CC D5
RGB 227 204 213
HSL 337° 29.11% 84.51%
HSB/HSV 337° 10.13% 89.02%
CMYK 0.00% 10.13% 6.17%
10.98%

Color #E3CCD5 in popluar number systems.

HEX E3 CC D5
Decimal 227 204 213
Binary 11100011 11001100 11010101
Octal 343 314 325

Shades and tints

Shades of #E3CCD5

#E3CCD5
(227,204,213)
#CFBAC2
(207,186,194)
#BBA8AF
(187,168,175)
#A7969C
(167,150,156)
#938489
(147,132,137)
#7F7276
(127,114,118)
#6B6063
(107,96,99)
#574E50
(87,78,80)
#433C3D
(67,60,61)
#2F2A2A
(47,42,42)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #E3CCD5

#E3CCD5
(227,204,213)
#E5D0D8
(229,208,216)
#E7D4DB
(231,212,219)
#E9D8DE
(233,216,222)
#EBDCE1
(235,220,225)
#EDE0E4
(237,224,228)
#EFE4E7
(239,228,231)
#F1E8EA
(241,232,234)
#F3ECED
(243,236,237)
#F5F0F0
(245,240,240)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CCD5 color. Also use rgb(227,204,213) instead hex code.

Text Font Color

.myTextColor { color: #E3CCD5; }

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

This text font color is #E3CCD5.

Background Color

.myBgColor { background-color: #E3CCD5; }

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

This div background color is #E3CCD5.

Border color

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

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

This div border color is #E3CCD5.

Opacity

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

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

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

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

This text has shadow with #E3CCD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CCD5.

Preview

Color preview on black background

This text has color #E3CCD5 on black background.


Color preview on white background

This text has color #E3CCD5 on white background.


Black color preview on #E3CCD5 background

This text has black color on #E3CCD5 background.


White color preview on #E3CCD5 background

This text has white color on #E3CCD5 background.


Related colors

Complementary color

Complementary color for #hex is #1C332A.


I love getcolorcode.com

Triadic colors

1 #D5E3CC and #CCD5E3 with #E3CCD5 are triadic colors.

2 #D5CCE3 and #CCE3D5 with #E3CCD5 are triadic colors.