COLOR #E4CDD6

HEX: #E4CDD6
RGB: (228,205,214)

Color info

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

RGB color model

#E4CDD6 color RGB value is (228,205,214).

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

RGB channels and saturation

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

228
205
214

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

Portions of RGB colors in percentages

R + G + B =
228 + 205 + 214 = 647 (100%)
R 228 of 647 ~ 35.24%
G 205 of 647 ~ 31.68%
B 214 of 647 ~ 33.08%

%35.24
%31.68
%33.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 6.14%
  • key color value is 10.59%
CMYK:
(0,10,6,11)
C0M10Y6K11 
(0%,10%,6%,11%)
(0.00/0.10/0.06/0.11)	

CMYK percentages

%0
%10.09
%6.14
%10.59

Codes

Color #E4CDD6 in popluar color models

E4CDD6
RGB228205214
HSL337°29.87%84.90%
HSB/HSV337°10.09%89.41%
CMYK0.00%10.09%6.14%
10.59%

Color #E4CDD6 in popluar number systems.

HEXE4CDD6
Decimal228205214
Binary111001001100110111010110
Octal344315326

Shades and tints

Shades of #E4CDD6

#E4CDD6
(228,205,214)
#D0BBC3
(208,187,195)
#BCA9B0
(188,169,176)
#A8979D
(168,151,157)
#94858A
(148,133,138)
#807377
(128,115,119)
#6C6164
(108,97,100)
#584F51
(88,79,81)
#443D3E
(68,61,62)
#302B2B
(48,43,43)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #E4CDD6

#E4CDD6
(228,205,214)
#E6D1D9
(230,209,217)
#E8D5DC
(232,213,220)
#EAD9DF
(234,217,223)
#ECDDE2
(236,221,226)
#EEE1E5
(238,225,229)
#F0E5E8
(240,229,232)
#F2E9EB
(242,233,235)
#F4EDEE
(244,237,238)
#F6F1F1
(246,241,241)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CDD6; }

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

This text font color is #E4CDD6.


Background Color

.myBgColor { background-color: #E4CDD6; }

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

This div background color is #E4CDD6.


Border color

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

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

This div border color is #E4CDD6.


Opacity

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

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

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

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

This text has shadow with #E4CDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CDD6 on black background.


Color preview on white background

This text has color #E4CDD6 on white background.



Black color preview on #E4CDD6 background

This text has black color on #E4CDD6 background.


White color preview on #E4CDD6 background

This text has white color on #E4CDD6 background.