COLOR #E4CFDD

HEX: #E4CFDD
RGB: (228,207,221)

Color info

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

RGB color model

#E4CFDD color RGB value is (228,207,221).

  • red value is 228;
  • green value is 207;
  • blue value is 221.
RGB:
(228,207,221)
(89%,81%,87%)

RGB channels and saturation

R 228 of 255 = 89%
G 207 of 255 = 81%
B 221 of 255 = 87%

228
207
221

R + G + B ~ 86%. #E4CFDD is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 207 + 221 = 656 (100%)
R 228 of 656 ~ 34.76%
G 207 of 656 ~ 31.55%
B 221 of 656 ~ 33.69%

%34.76
%31.55
%33.69

CMYK color model

#E4CFDD color CMYK value is (0,9,3,11).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 3.07%
  • key color value is 10.59%
CMYK:
(0,9,3,11)
C0M9Y3K11 
(0%,9%,3%,11%)
(0.00/0.09/0.03/0.11)	

CMYK percentages

%0
%9.21
%3.07
%10.59

Codes

Color #E4CFDD in popluar color models

E4CFDD
RGB228207221
HSL320°28.00%85.29%
HSB/HSV320°9.21%89.41%
CMYK0.00%9.21%3.07%
10.59%

Color #E4CFDD in popluar number systems.

HEXE4CFDD
Decimal228207221
Binary111001001100111111011101
Octal344317335

Shades and tints

Shades of #E4CFDD

#E4CFDD
(228,207,221)
#D0BDC9
(208,189,201)
#BCABB5
(188,171,181)
#A899A1
(168,153,161)
#94878D
(148,135,141)
#807579
(128,117,121)
#6C6365
(108,99,101)
#585151
(88,81,81)
#443F3D
(68,63,61)
#302D29
(48,45,41)
#1C1B15
(28,27,21)
#000000
(0,0,0)

Tints of #E4CFDD

#E4CFDD
(228,207,221)
#E6D3E0
(230,211,224)
#E8D7E3
(232,215,227)
#EADBE6
(234,219,230)
#ECDFE9
(236,223,233)
#EEE3EC
(238,227,236)
#F0E7EF
(240,231,239)
#F2EBF2
(242,235,242)
#F4EFF5
(244,239,245)
#F6F3F8
(246,243,248)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CFDD color. Also use rgb(228,207,221) instead hex code.

Text Font Color

.myTextColor { color: #E4CFDD; }

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

This text font color is #E4CFDD.


Background Color

.myBgColor { background-color: #E4CFDD; }

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

This div background color is #E4CFDD.


Border color

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

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

This div border color is #E4CFDD.


Opacity

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

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

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

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

This text has shadow with #E4CFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CFDD on black background.


Color preview on white background

This text has color #E4CFDD on white background.



Black color preview on #E4CFDD background

This text has black color on #E4CFDD background.


White color preview on #E4CFDD background

This text has white color on #E4CFDD background.