COLOR #E4CFE1

HEX: #E4CFE1 RGB: (228,207,225)

Color info

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

RGB color model

#E4CFE1 color RGB value is (228,207,225).

RGB: (228,207,225) (89%, 81%, 88%)

RGB channels and saturation

R 228 of 255 = 89%
G 207 of 255 = 81%
B 225 of 255 = 88%

228
207
225

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

Portions of RGB colors in percentages

R + G + B = 228 + 207 + 225 = 660 (100%)
R 228 of 660 ~ 34.55%
G 207 of 660 ~ 31.36%
B 225 of 660 ~ 34.09'%

%34.55
%31.36
%34.09

CMYK color model

#E4CFE1 color CMYK value is (0,9,1,11).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 1.32%
  • key color value is 10.59%

CMYK: (0,9,1,11)
C0M9Y1K11 (0%, 9%, 1%, 11%)
(0.00 / 0.09 / 0.01 / 0.11)

CMYK percentages

%0
%9.21
%1.32
%10.59

Codes

Color #E4CFE1 in popluar color models

E4 CF E1
RGB 228 207 225
HSL 309° 28.00% 85.29%
HSB/HSV 309° 9.21% 89.41%
CMYK 0.00% 9.21% 1.32%
10.59%

Color #E4CFE1 in popluar number systems.

HEX E4 CF E1
Decimal 228 207 225
Binary 11100100 11001111 11100001
Octal 344 317 341

Shades and tints

Shades of #E4CFE1

#E4CFE1
(228,207,225)
#D0BDCD
(208,189,205)
#BCABB9
(188,171,185)
#A899A5
(168,153,165)
#948791
(148,135,145)
#80757D
(128,117,125)
#6C6369
(108,99,105)
#585155
(88,81,85)
#443F41
(68,63,65)
#302D2D
(48,45,45)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #E4CFE1

#E4CFE1
(228,207,225)
#E6D3E3
(230,211,227)
#E8D7E5
(232,215,229)
#EADBE7
(234,219,231)
#ECDFE9
(236,223,233)
#EEE3EB
(238,227,235)
#F0E7ED
(240,231,237)
#F2EBEF
(242,235,239)
#F4EFF1
(244,239,241)
#F6F3F3
(246,243,243)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CFE1; }

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

This text font color is #E4CFE1.

Background Color

.myBgColor { background-color: #E4CFE1; }

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

This div background color is #E4CFE1.

Border color

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

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

This div border color is #E4CFE1.

Opacity

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

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

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

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

This text has shadow with #E4CFE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CFE1.

Preview

Color preview on black background

This text has color #E4CFE1 on black background.


Color preview on white background

This text has color #E4CFE1 on white background.


Black color preview on #E4CFE1 background

This text has black color on #E4CFE1 background.


White color preview on #E4CFE1 background

This text has white color on #E4CFE1 background.


Related colors

Complementary color

Complementary color for #hex is #1B301E.


I love getcolorcode.com

Triadic colors

1 #E1E4CF and #CFE1E4 with #E4CFE1 are triadic colors.

2 #E1CFE4 and #CFE4E1 with #E4CFE1 are triadic colors.