COLOR #E2C5EF

HEX: #E2C5EF RGB: (226,197,239)

Color info

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

RGB color model

#E2C5EF color RGB value is (226,197,239).

RGB: (226,197,239) (89%, 77%, 94%)

RGB channels and saturation

R 226 of 255 = 89%
G 197 of 255 = 77%
B 239 of 255 = 94%

226
197
239

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

Portions of RGB colors in percentages

R + G + B = 226 + 197 + 239 = 662 (100%)
R 226 of 662 ~ 34.14%
G 197 of 662 ~ 29.76%
B 239 of 662 ~ 36.1'%

%34.14
%29.76
%36.1

CMYK color model

#E2C5EF color CMYK value is (5,18,0,6).

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

CMYK: (5,18,0,6)
C5M18Y0K6 (5%, 18%, 0%, 6%)
(0.05 / 0.18 / 0.00 / 0.06)

CMYK percentages

%5.44
%17.57
%0
%6.27

Codes

Color #E2C5EF in popluar color models

E2 C5 EF
RGB 226 197 239
HSL 281° 56.76% 85.49%
HSB/HSV 281° 17.57% 93.73%
CMYK 5.44% 17.57% 0.00%
6.27%

Color #E2C5EF in popluar number systems.

HEX E2 C5 EF
Decimal 226 197 239
Binary 11100010 11000101 11101111
Octal 342 305 357

Shades and tints

Shades of #E2C5EF

#E2C5EF
(226,197,239)
#CEB4DA
(206,180,218)
#BAA3C5
(186,163,197)
#A692B0
(166,146,176)
#92819B
(146,129,155)
#7E7086
(126,112,134)
#6A5F71
(106,95,113)
#564E5C
(86,78,92)
#423D47
(66,61,71)
#2E2C32
(46,44,50)
#1A1B1D
(26,27,29)
#000000
(0,0,0)

Tints of #E2C5EF

#E2C5EF
(226,197,239)
#E4CAF0
(228,202,240)
#E6CFF1
(230,207,241)
#E8D4F2
(232,212,242)
#EAD9F3
(234,217,243)
#ECDEF4
(236,222,244)
#EEE3F5
(238,227,245)
#F0E8F6
(240,232,246)
#F2EDF7
(242,237,247)
#F4F2F8
(244,242,248)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C5EF; }

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

This text font color is #E2C5EF.

Background Color

.myBgColor { background-color: #E2C5EF; }

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

This div background color is #E2C5EF.

Border color

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

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

This div border color is #E2C5EF.

Opacity

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

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

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

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

This text has shadow with #E2C5EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C5EF.

Preview

Color preview on black background

This text has color #E2C5EF on black background.


Color preview on white background

This text has color #E2C5EF on white background.


Black color preview on #E2C5EF background

This text has black color on #E2C5EF background.


White color preview on #E2C5EF background

This text has white color on #E2C5EF background.


Related colors

Complementary color

Complementary color for #hex is #1D3A10.


I love getcolorcode.com

Triadic colors

1 #EFE2C5 and #C5EFE2 with #E2C5EF are triadic colors.

2 #EFC5E2 and #C5E2EF with #E2C5EF are triadic colors.