COLOR #E1CFE5

HEX: #E1CFE5 RGB: (225,207,229)

Color info

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

RGB color model

#E1CFE5 color RGB value is (225,207,229).

RGB: (225,207,229) (88%, 81%, 90%)

RGB channels and saturation

R 225 of 255 = 88%
G 207 of 255 = 81%
B 229 of 255 = 90%

225
207
229

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

Portions of RGB colors in percentages

R + G + B = 225 + 207 + 229 = 661 (100%)
R 225 of 661 ~ 34.04%
G 207 of 661 ~ 31.32%
B 229 of 661 ~ 34.64'%

%34.04
%31.32
%34.64

CMYK color model

#E1CFE5 color CMYK value is (2,10,0,10).

  • cyan value is 1.75%
  • magenta value is 9.61%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (2,10,0,10)
C2M10Y0K10 (2%, 10%, 0%, 10%)
(0.02 / 0.10 / 0.00 / 0.10)

CMYK percentages

%1.75
%9.61
%0
%10.2

Codes

Color #E1CFE5 in popluar color models

E1 CF E5
RGB 225 207 229
HSL 289° 29.73% 85.49%
HSB/HSV 289° 9.61% 89.80%
CMYK 1.75% 9.61% 0.00%
10.20%

Color #E1CFE5 in popluar number systems.

HEX E1 CF E5
Decimal 225 207 229
Binary 11100001 11001111 11100101
Octal 341 317 345

Shades and tints

Shades of #E1CFE5

#E1CFE5
(225,207,229)
#CDBDD1
(205,189,209)
#B9ABBD
(185,171,189)
#A599A9
(165,153,169)
#918795
(145,135,149)
#7D7581
(125,117,129)
#69636D
(105,99,109)
#555159
(85,81,89)
#413F45
(65,63,69)
#2D2D31
(45,45,49)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #E1CFE5

#E1CFE5
(225,207,229)
#E3D3E7
(227,211,231)
#E5D7E9
(229,215,233)
#E7DBEB
(231,219,235)
#E9DFED
(233,223,237)
#EBE3EF
(235,227,239)
#EDE7F1
(237,231,241)
#EFEBF3
(239,235,243)
#F1EFF5
(241,239,245)
#F3F3F7
(243,243,247)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CFE5; }

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

This text font color is #E1CFE5.

Background Color

.myBgColor { background-color: #E1CFE5; }

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

This div background color is #E1CFE5.

Border color

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

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

This div border color is #E1CFE5.

Opacity

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

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

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

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

This text has shadow with #E1CFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CFE5.

Preview

Color preview on black background

This text has color #E1CFE5 on black background.


Color preview on white background

This text has color #E1CFE5 on white background.


Black color preview on #E1CFE5 background

This text has black color on #E1CFE5 background.


White color preview on #E1CFE5 background

This text has white color on #E1CFE5 background.


Related colors

Complementary color

Complementary color for #hex is #1E301A.


I love getcolorcode.com

Triadic colors

1 #E5E1CF and #CFE5E1 with #E1CFE5 are triadic colors.

2 #E5CFE1 and #CFE1E5 with #E1CFE5 are triadic colors.