COLOR #E1CFDA

HEX: #E1CFDA
RGB: (225,207,218)

Color info

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

RGB color model

#E1CFDA color RGB value is (225,207,218).

  • red value is 225;
  • green value is 207;
  • blue value is 218.
RGB:
(225,207,218)
(88%,81%,85%)

RGB channels and saturation

R 225 of 255 = 88%
G 207 of 255 = 81%
B 218 of 255 = 85%

225
207
218

R + G + B ~ 85%. #E1CFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 207 + 218 = 650 (100%)
R 225 of 650 ~ 34.62%
G 207 of 650 ~ 31.85%
B 218 of 650 ~ 33.54%

%34.62
%31.85
%33.54

CMYK color model

#E1CFDA color CMYK value is (0,8,3,12).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK:
(0,8,3,12)
C0M8Y3K12 
(0%,8%,3%,12%)
(0.00/0.08/0.03/0.12)	

CMYK percentages

%0
%8
%3.11
%11.76

Codes

Color #E1CFDA in popluar color models

E1CFDA
RGB225207218
HSL323°23.08%84.71%
HSB/HSV323°8.00%88.24%
CMYK0.00%8.00%3.11%
11.76%

Color #E1CFDA in popluar number systems.

HEXE1CFDA
Decimal225207218
Binary111000011100111111011010
Octal341317332

Shades and tints

Shades of #E1CFDA

#E1CFDA
(225,207,218)
#CDBDC7
(205,189,199)
#B9ABB4
(185,171,180)
#A599A1
(165,153,161)
#91878E
(145,135,142)
#7D757B
(125,117,123)
#696368
(105,99,104)
#555155
(85,81,85)
#413F42
(65,63,66)
#2D2D2F
(45,45,47)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #E1CFDA

#E1CFDA
(225,207,218)
#E3D3DD
(227,211,221)
#E5D7E0
(229,215,224)
#E7DBE3
(231,219,227)
#E9DFE6
(233,223,230)
#EBE3E9
(235,227,233)
#EDE7EC
(237,231,236)
#EFEBEF
(239,235,239)
#F1EFF2
(241,239,242)
#F3F3F5
(243,243,245)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CFDA color. Also use rgb(225,207,218) instead hex code.

Text Font Color

.myTextColor { color: #E1CFDA; }

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

This text font color is #E1CFDA.


Background Color

.myBgColor { background-color: #E1CFDA; }

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

This div background color is #E1CFDA.


Border color

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

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

This div border color is #E1CFDA.


Opacity

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

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

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

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

This text has shadow with #E1CFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CFDA on black background.


Color preview on white background

This text has color #E1CFDA on white background.



Black color preview on #E1CFDA background

This text has black color on #E1CFDA background.


White color preview on #E1CFDA background

This text has white color on #E1CFDA background.