COLOR #E2CFEE

HEX: #E2CFEE RGB: (226,207,238)

Color info

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

RGB color model

#E2CFEE color RGB value is (226,207,238).

RGB: (226,207,238) (89%, 81%, 93%)

RGB channels and saturation

R 226 of 255 = 89%
G 207 of 255 = 81%
B 238 of 255 = 93%

226
207
238

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

Portions of RGB colors in percentages

R + G + B = 226 + 207 + 238 = 671 (100%)
R 226 of 671 ~ 33.68%
G 207 of 671 ~ 30.85%
B 238 of 671 ~ 35.47'%

%33.68
%30.85
%35.47

CMYK color model

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

  • cyan value is 5.04%
  • 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.04
%13.03
%0
%6.67

Codes

Color #E2CFEE in popluar color models

E2 CF EE
RGB 226 207 238
HSL 277° 47.69% 87.25%
HSB/HSV 277° 13.03% 93.33%
CMYK 5.04% 13.03% 0.00%
6.67%

Color #E2CFEE in popluar number systems.

HEX E2 CF EE
Decimal 226 207 238
Binary 11100010 11001111 11101110
Octal 342 317 356

Shades and tints

Shades of #E2CFEE

#E2CFEE
(226,207,238)
#CEBDD9
(206,189,217)
#BAABC4
(186,171,196)
#A699AF
(166,153,175)
#92879A
(146,135,154)
#7E7585
(126,117,133)
#6A6370
(106,99,112)
#56515B
(86,81,91)
#423F46
(66,63,70)
#2E2D31
(46,45,49)
#1A1B1C
(26,27,28)
#000000
(0,0,0)

Tints of #E2CFEE

#E2CFEE
(226,207,238)
#E4D3EF
(228,211,239)
#E6D7F0
(230,215,240)
#E8DBF1
(232,219,241)
#EADFF2
(234,223,242)
#ECE3F3
(236,227,243)
#EEE7F4
(238,231,244)
#F0EBF5
(240,235,245)
#F2EFF6
(242,239,246)
#F4F3F7
(244,243,247)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CFEE; }

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

This text font color is #E2CFEE.

Background Color

.myBgColor { background-color: #E2CFEE; }

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

This div background color is #E2CFEE.

Border color

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

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

This div border color is #E2CFEE.

Opacity

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

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

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

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

This text has shadow with #E2CFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2CFEE.

Preview

Color preview on black background

This text has color #E2CFEE on black background.


Color preview on white background

This text has color #E2CFEE on white background.


Black color preview on #E2CFEE background

This text has black color on #E2CFEE background.


White color preview on #E2CFEE background

This text has white color on #E2CFEE background.


Related colors

Complementary color

Complementary color for #hex is #1D3011.


I love getcolorcode.com

Triadic colors

1 #EEE2CF and #CFEEE2 with #E2CFEE are triadic colors.

2 #EECFE2 and #CFE2EE with #E2CFEE are triadic colors.