COLOR #E1CFEE

HEX: #E1CFEE
RGB: (225,207,238)

Color info

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

RGB color model

#E1CFEE color RGB value is (225,207,238).

  • red value is 225;
  • green value is 207;
  • blue value is 238.
RGB:
(225,207,238)
(88%,81%,93%)

RGB channels and saturation

R 225 of 255 = 88%
G 207 of 255 = 81%
B 238 of 255 = 93%

225
207
238

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

Portions of RGB colors in percentages

R + G + B =
225 + 207 + 238 = 670 (100%)
R 225 of 670 ~ 33.58%
G 207 of 670 ~ 30.9%
B 238 of 670 ~ 35.52%

%33.58
%30.9
%35.52

CMYK color model

#E1CFEE color CMYK value is (5,13,0,7).

  • cyan value is 5.46%
  • magenta value is 13.03%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(5,13,0,7)
C5M13Y0K7 
(5%,13%,0%,7%)
(0.05/0.13/0.00/0.07)	

CMYK percentages

%5.46
%13.03
%0
%6.67

Codes

Color #E1CFEE in popluar color models

E1CFEE
RGB225207238
HSL275°47.69%87.25%
HSB/HSV275°13.03%93.33%
CMYK5.46%13.03%0.00%
6.67%

Color #E1CFEE in popluar number systems.

HEXE1CFEE
Decimal225207238
Binary111000011100111111101110
Octal341317356

Shades and tints

Shades of #E1CFEE

#E1CFEE
(225,207,238)
#CDBDD9
(205,189,217)
#B9ABC4
(185,171,196)
#A599AF
(165,153,175)
#91879A
(145,135,154)
#7D7585
(125,117,133)
#696370
(105,99,112)
#55515B
(85,81,91)
#413F46
(65,63,70)
#2D2D31
(45,45,49)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #E1CFEE

#E1CFEE
(225,207,238)
#E3D3EF
(227,211,239)
#E5D7F0
(229,215,240)
#E7DBF1
(231,219,241)
#E9DFF2
(233,223,242)
#EBE3F3
(235,227,243)
#EDE7F4
(237,231,244)
#EFEBF5
(239,235,245)
#F1EFF6
(241,239,246)
#F3F3F7
(243,243,247)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CFEE color. Also use rgb(225,207,238) instead hex code.

Text Font Color

.myTextColor { color: #E1CFEE; }

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

This text font color is #E1CFEE.


Background Color

.myBgColor { background-color: #E1CFEE; }

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

This div background color is #E1CFEE.


Border color

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

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

This div border color is #E1CFEE.


Opacity

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

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

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

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

This text has shadow with #E1CFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CFEE on black background.


Color preview on white background

This text has color #E1CFEE on white background.



Black color preview on #E1CFEE background

This text has black color on #E1CFEE background.


White color preview on #E1CFEE background

This text has white color on #E1CFEE background.