COLOR #E2C6F0

HEX: #E2C6F0
RGB: (226,198,240)

Color info

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

RGB color model

#E2C6F0 color RGB value is (226,198,240).

  • red value is 226;
  • green value is 198;
  • blue value is 240.
RGB:
(226,198,240)
(89%,78%,94%)

RGB channels and saturation

R 226 of 255 = 89%
G 198 of 255 = 78%
B 240 of 255 = 94%

226
198
240

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

Portions of RGB colors in percentages

R + G + B =
226 + 198 + 240 = 664 (100%)
R 226 of 664 ~ 34.04%
G 198 of 664 ~ 29.82%
B 240 of 664 ~ 36.14%

%34.04
%29.82
%36.14

CMYK color model

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

  • cyan value is 5.83%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(6,18,0,6)
C6M18Y0K6 
(6%,18%,0%,6%)
(0.06/0.18/0.00/0.06)	

CMYK percentages

%5.83
%17.5
%0
%5.88

Codes

Color #E2C6F0 in popluar color models

E2C6F0
RGB226198240
HSL280°58.33%85.88%
HSB/HSV280°17.50%94.12%
CMYK5.83%17.50%0.00%
5.88%

Color #E2C6F0 in popluar number systems.

HEXE2C6F0
Decimal226198240
Binary111000101100011011110000
Octal342306360

Shades and tints

Shades of #E2C6F0

#E2C6F0
(226,198,240)
#CEB4DB
(206,180,219)
#BAA2C6
(186,162,198)
#A690B1
(166,144,177)
#927E9C
(146,126,156)
#7E6C87
(126,108,135)
#6A5A72
(106,90,114)
#56485D
(86,72,93)
#423648
(66,54,72)
#2E2433
(46,36,51)
#1A121E
(26,18,30)
#000000
(0,0,0)

Tints of #E2C6F0

#E2C6F0
(226,198,240)
#E4CBF1
(228,203,241)
#E6D0F2
(230,208,242)
#E8D5F3
(232,213,243)
#EADAF4
(234,218,244)
#ECDFF5
(236,223,245)
#EEE4F6
(238,228,246)
#F0E9F7
(240,233,247)
#F2EEF8
(242,238,248)
#F4F3F9
(244,243,249)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C6F0 color. Also use rgb(226,198,240) instead hex code.

Text Font Color

.myTextColor { color: #E2C6F0; }

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

This text font color is #E2C6F0.


Background Color

.myBgColor { background-color: #E2C6F0; }

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

This div background color is #E2C6F0.


Border color

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

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

This div border color is #E2C6F0.


Opacity

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

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

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

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

This text has shadow with #E2C6F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C6F0 on black background.


Color preview on white background

This text has color #E2C6F0 on white background.



Black color preview on #E2C6F0 background

This text has black color on #E2C6F0 background.


White color preview on #E2C6F0 background

This text has white color on #E2C6F0 background.