COLOR #E1CCD5

HEX: #E1CCD5
RGB: (225,204,213)

Color info

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

RGB color model

#E1CCD5 color RGB value is (225,204,213).

  • red value is 225;
  • green value is 204;
  • blue value is 213.
RGB:
(225,204,213)
(88%,80%,84%)

RGB channels and saturation

R 225 of 255 = 88%
G 204 of 255 = 80%
B 213 of 255 = 84%

225
204
213

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

Portions of RGB colors in percentages

R + G + B =
225 + 204 + 213 = 642 (100%)
R 225 of 642 ~ 35.05%
G 204 of 642 ~ 31.78%
B 213 of 642 ~ 33.18%

%35.05
%31.78
%33.18

CMYK color model

#E1CCD5 color CMYK value is (0,9,5,12).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 5.33%
  • key color value is 11.76%
CMYK:
(0,9,5,12)
C0M9Y5K12 
(0%,9%,5%,12%)
(0.00/0.09/0.05/0.12)	

CMYK percentages

%0
%9.33
%5.33
%11.76

Codes

Color #E1CCD5 in popluar color models

E1CCD5
RGB225204213
HSL334°25.93%84.12%
HSB/HSV334°9.33%88.24%
CMYK0.00%9.33%5.33%
11.76%

Color #E1CCD5 in popluar number systems.

HEXE1CCD5
Decimal225204213
Binary111000011100110011010101
Octal341314325

Shades and tints

Shades of #E1CCD5

#E1CCD5
(225,204,213)
#CDBAC2
(205,186,194)
#B9A8AF
(185,168,175)
#A5969C
(165,150,156)
#918489
(145,132,137)
#7D7276
(125,114,118)
#696063
(105,96,99)
#554E50
(85,78,80)
#413C3D
(65,60,61)
#2D2A2A
(45,42,42)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #E1CCD5

#E1CCD5
(225,204,213)
#E3D0D8
(227,208,216)
#E5D4DB
(229,212,219)
#E7D8DE
(231,216,222)
#E9DCE1
(233,220,225)
#EBE0E4
(235,224,228)
#EDE4E7
(237,228,231)
#EFE8EA
(239,232,234)
#F1ECED
(241,236,237)
#F3F0F0
(243,240,240)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CCD5; }

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

This text font color is #E1CCD5.


Background Color

.myBgColor { background-color: #E1CCD5; }

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

This div background color is #E1CCD5.


Border color

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

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

This div border color is #E1CCD5.


Opacity

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

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

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

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

This text has shadow with #E1CCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CCD5 on black background.


Color preview on white background

This text has color #E1CCD5 on white background.



Black color preview on #E1CCD5 background

This text has black color on #E1CCD5 background.


White color preview on #E1CCD5 background

This text has white color on #E1CCD5 background.