COLOR #E5CFEA

HEX: #E5CFEA RGB: (229,207,234)

Color info

#E5CFEA contains red, green and blue colors in about the same proportion. Web safe color of #E5CFEA is #CCCCFF (or #CCF).

RGB color model

#E5CFEA color RGB value is (229,207,234).

RGB: (229,207,234) (90%, 81%, 92%)

RGB channels and saturation

R 229 of 255 = 90%
G 207 of 255 = 81%
B 234 of 255 = 92%

229
207
234

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

Portions of RGB colors in percentages

R + G + B = 229 + 207 + 234 = 670 (100%)
R 229 of 670 ~ 34.18%
G 207 of 670 ~ 30.9%
B 234 of 670 ~ 34.93'%

%34.18
%30.9
%34.93

CMYK color model

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

  • cyan value is 2.14%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (2,12,0,8)
C2M12Y0K8 (2%, 12%, 0%, 8%)
(0.02 / 0.12 / 0.00 / 0.08)

CMYK percentages

%2.14
%11.54
%0
%8.24

Codes

Color #E5CFEA in popluar color models

E5 CF EA
RGB 229 207 234
HSL 289° 39.13% 86.47%
HSB/HSV 289° 11.54% 91.76%
CMYK 2.14% 11.54% 0.00%
8.24%

Color #E5CFEA in popluar number systems.

HEX E5 CF EA
Decimal 229 207 234
Binary 11100101 11001111 11101010
Octal 345 317 352

Shades and tints

Shades of #E5CFEA

#E5CFEA
(229,207,234)
#D1BDD5
(209,189,213)
#BDABC0
(189,171,192)
#A999AB
(169,153,171)
#958796
(149,135,150)
#817581
(129,117,129)
#6D636C
(109,99,108)
#595157
(89,81,87)
#453F42
(69,63,66)
#312D2D
(49,45,45)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #E5CFEA

#E5CFEA
(229,207,234)
#E7D3EB
(231,211,235)
#E9D7EC
(233,215,236)
#EBDBED
(235,219,237)
#EDDFEE
(237,223,238)
#EFE3EF
(239,227,239)
#F1E7F0
(241,231,240)
#F3EBF1
(243,235,241)
#F5EFF2
(245,239,242)
#F7F3F3
(247,243,243)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CFEA; }

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

This text font color is #E5CFEA.

Background Color

.myBgColor { background-color: #E5CFEA; }

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

This div background color is #E5CFEA.

Border color

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

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

This div border color is #E5CFEA.

Opacity

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

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

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

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

This text has shadow with #E5CFEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CFEA.

Preview

Color preview on black background

This text has color #E5CFEA on black background.


Color preview on white background

This text has color #E5CFEA on white background.


Black color preview on #E5CFEA background

This text has black color on #E5CFEA background.


White color preview on #E5CFEA background

This text has white color on #E5CFEA background.


Related colors

Complementary color

Complementary color for #hex is #1A3015.


I love getcolorcode.com

Triadic colors

1 #EAE5CF and #CFEAE5 with #E5CFEA are triadic colors.

2 #EACFE5 and #CFE5EA with #E5CFEA are triadic colors.