COLOR #E5C5EF

HEX: #E5C5EF RGB: (229,197,239)

Color info

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

RGB color model

#E5C5EF color RGB value is (229,197,239).

RGB: (229,197,239) (90%, 77%, 94%)

RGB channels and saturation

R 229 of 255 = 90%
G 197 of 255 = 77%
B 239 of 255 = 94%

229
197
239

R + G + B ~ 87%. #E5C5EF is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 197 + 239 = 665 (100%)
R 229 of 665 ~ 34.44%
G 197 of 665 ~ 29.62%
B 239 of 665 ~ 35.94'%

%34.44
%29.62
%35.94

CMYK color model

#E5C5EF color CMYK value is (4,18,0,6).

  • cyan value is 4.18%
  • magenta value is 17.57%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (4,18,0,6)
C4M18Y0K6 (4%, 18%, 0%, 6%)
(0.04 / 0.18 / 0.00 / 0.06)

CMYK percentages

%4.18
%17.57
%0
%6.27

Codes

Color #E5C5EF in popluar color models

E5 C5 EF
RGB 229 197 239
HSL 286° 56.76% 85.49%
HSB/HSV 286° 17.57% 93.73%
CMYK 4.18% 17.57% 0.00%
6.27%

Color #E5C5EF in popluar number systems.

HEX E5 C5 EF
Decimal 229 197 239
Binary 11100101 11000101 11101111
Octal 345 305 357

Shades and tints

Shades of #E5C5EF

#E5C5EF
(229,197,239)
#D1B4DA
(209,180,218)
#BDA3C5
(189,163,197)
#A992B0
(169,146,176)
#95819B
(149,129,155)
#817086
(129,112,134)
#6D5F71
(109,95,113)
#594E5C
(89,78,92)
#453D47
(69,61,71)
#312C32
(49,44,50)
#1D1B1D
(29,27,29)
#000000
(0,0,0)

Tints of #E5C5EF

#E5C5EF
(229,197,239)
#E7CAF0
(231,202,240)
#E9CFF1
(233,207,241)
#EBD4F2
(235,212,242)
#EDD9F3
(237,217,243)
#EFDEF4
(239,222,244)
#F1E3F5
(241,227,245)
#F3E8F6
(243,232,246)
#F5EDF7
(245,237,247)
#F7F2F8
(247,242,248)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C5EF color. Also use rgb(229,197,239) instead hex code.

Text Font Color

.myTextColor { color: #E5C5EF; }

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

This text font color is #E5C5EF.

Background Color

.myBgColor { background-color: #E5C5EF; }

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

This div background color is #E5C5EF.

Border color

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

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

This div border color is #E5C5EF.

Opacity

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

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

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

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

This text has shadow with #E5C5EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C5EF.

Preview

Color preview on black background

This text has color #E5C5EF on black background.


Color preview on white background

This text has color #E5C5EF on white background.


Black color preview on #E5C5EF background

This text has black color on #E5C5EF background.


White color preview on #E5C5EF background

This text has white color on #E5C5EF background.


Related colors

Complementary color

Complementary color for #hex is #1A3A10.


I love getcolorcode.com

Triadic colors

1 #EFE5C5 and #C5EFE5 with #E5C5EF are triadic colors.

2 #EFC5E5 and #C5E5EF with #E5C5EF are triadic colors.