COLOR #E9CFEA

HEX: #E9CFEA RGB: (233,207,234)

Color info

#E9CFEA contains red, green and blue colors in about the same proportion. Web safe color of #E9CFEA is #FFCCFF (or #FCF).

RGB color model

#E9CFEA color RGB value is (233,207,234).

RGB: (233,207,234) (91%, 81%, 92%)

RGB channels and saturation

R 233 of 255 = 91%
G 207 of 255 = 81%
B 234 of 255 = 92%

233
207
234

R + G + B ~ 88%. #E9CFEA is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 207 + 234 = 674 (100%)
R 233 of 674 ~ 34.57%
G 207 of 674 ~ 30.71%
B 234 of 674 ~ 34.72'%

%34.57
%30.71
%34.72

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (0,12,0,8) C0M12Y0K8 (0%,12%,0%,8%) (0.00/0.12/0.00/0.08) 

CMYK percentages

%0.43
%11.54
%0
%8.24

Codes

Color #E9CFEA in popluar color models

E9 CF EA
RGB 233 207 234
HSL 298° 39.13% 86.47%
HSB/HSV 298° 11.54% 91.76%
CMYK 0.43% 11.54% 0.00%
8.24%

Color #E9CFEA in popluar number systems.

HEX E9 CF EA
Decimal 233 207 234
Binary 11101001 11001111 11101010
Octal 351 317 352

Shades and tints

Shades of #E9CFEA

#E9CFEA
(233,207,234)
#D4BDD5
(212,189,213)
#BFABC0
(191,171,192)
#AA99AB
(170,153,171)
#958796
(149,135,150)
#807581
(128,117,129)
#6B636C
(107,99,108)
#565157
(86,81,87)
#413F42
(65,63,66)
#2C2D2D
(44,45,45)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #E9CFEA

#E9CFEA
(233,207,234)
#EBD3EB
(235,211,235)
#EDD7EC
(237,215,236)
#EFDBED
(239,219,237)
#F1DFEE
(241,223,238)
#F3E3EF
(243,227,239)
#F5E7F0
(245,231,240)
#F7EBF1
(247,235,241)
#F9EFF2
(249,239,242)
#FBF3F3
(251,243,243)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CFEA color. Also use rgb(233,207,234) instead hex code.

Text Font Color

.myTextColor { color: #E9CFEA; }

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

This text font color is #E9CFEA.

Background Color

.myBgColor { background-color: #E9CFEA; }

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

This div background color is #E9CFEA.

Border color

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

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

This div border color is #E9CFEA.

Opacity

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

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

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

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

This text has shadow with #E9CFEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CFEA.

Preview

Color preview on black background

This text has color #E9CFEA on black background.


Color preview on white background

This text has color #E9CFEA on white background.


Black color preview on #E9CFEA background

This text has black color on #E9CFEA background.


White color preview on #E9CFEA background

This text has white color on #E9CFEA background.


Related colors

Complementary color

Complementary color for #hex is #163015.


I love getcolorcode.com

Triadic colors

1 #EAE9CF and #CFEAE9 with #E9CFEA are triadic colors.

2 #EACFE9 and #CFE9EA with #E9CFEA are triadic colors.