COLOR #E4CDD5

HEX: #E4CDD5
RGB: (228,205,213)

Color info

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

RGB color model

#E4CDD5 color RGB value is (228,205,213).

  • red value is 228;
  • green value is 205;
  • blue value is 213.
RGB:
(228,205,213)
(89%,80%,84%)

RGB channels and saturation

R 228 of 255 = 89%
G 205 of 255 = 80%
B 213 of 255 = 84%

228
205
213

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

Portions of RGB colors in percentages

R + G + B =
228 + 205 + 213 = 646 (100%)
R 228 of 646 ~ 35.29%
G 205 of 646 ~ 31.73%
B 213 of 646 ~ 32.97%

%35.29
%31.73
%32.97

CMYK color model

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

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

CMYK percentages

%0
%10.09
%6.58
%10.59

Codes

Color #E4CDD5 in popluar color models

E4CDD5
RGB228205213
HSL339°29.87%84.90%
HSB/HSV339°10.09%89.41%
CMYK0.00%10.09%6.58%
10.59%

Color #E4CDD5 in popluar number systems.

HEXE4CDD5
Decimal228205213
Binary111001001100110111010101
Octal344315325

Shades and tints

Shades of #E4CDD5

#E4CDD5
(228,205,213)
#D0BBC2
(208,187,194)
#BCA9AF
(188,169,175)
#A8979C
(168,151,156)
#948589
(148,133,137)
#807376
(128,115,118)
#6C6163
(108,97,99)
#584F50
(88,79,80)
#443D3D
(68,61,61)
#302B2A
(48,43,42)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #E4CDD5

#E4CDD5
(228,205,213)
#E6D1D8
(230,209,216)
#E8D5DB
(232,213,219)
#EAD9DE
(234,217,222)
#ECDDE1
(236,221,225)
#EEE1E4
(238,225,228)
#F0E5E7
(240,229,231)
#F2E9EA
(242,233,234)
#F4EDED
(244,237,237)
#F6F1F0
(246,241,240)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CDD5 color. Also use rgb(228,205,213) instead hex code.

Text Font Color

.myTextColor { color: #E4CDD5; }

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

This text font color is #E4CDD5.


Background Color

.myBgColor { background-color: #E4CDD5; }

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

This div background color is #E4CDD5.


Border color

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

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

This div border color is #E4CDD5.


Opacity

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

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

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

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

This text has shadow with #E4CDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CDD5 on black background.


Color preview on white background

This text has color #E4CDD5 on white background.



Black color preview on #E4CDD5 background

This text has black color on #E4CDD5 background.


White color preview on #E4CDD5 background

This text has white color on #E4CDD5 background.