COLOR #E3CEFE

HEX: #E3CEFE RGB: (227,206,254)

Color info

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

RGB color model

#E3CEFE color RGB value is (227,206,254).

RGB: (227,206,254) (89%, 81%, 100%)

RGB channels and saturation

R 227 of 255 = 89%
G 206 of 255 = 81%
B 254 of 255 = 100%

227
206
254

R + G + B ~ 90%. #E3CEFE is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 206 + 254 = 687 (100%)
R 227 of 687 ~ 33.04%
G 206 of 687 ~ 29.99%
B 254 of 687 ~ 36.97'%

%33.04
%29.99
%36.97

CMYK color model

#E3CEFE color CMYK value is (11,19,0,0).

  • cyan value is 10.63%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (11,19,0,0)
C11M19Y0K0 (11%, 19%, 0%, 0%)
(0.11 / 0.19 / 0.00 / 0.00)

CMYK percentages

%10.63
%18.9
%0
%0.39

Codes

Color #E3CEFE in popluar color models

E3 CE FE
RGB 227 206 254
HSL 266° 96.00% 90.20%
HSB/HSV 266° 18.90% 99.61%
CMYK 10.63% 18.90% 0.00%
0.39%

Color #E3CEFE in popluar number systems.

HEX E3 CE FE
Decimal 227 206 254
Binary 11100011 11001110 11111110
Octal 343 316 376

Shades and tints

Shades of #E3CEFE

#E3CEFE
(227,206,254)
#CFBCE7
(207,188,231)
#BBAAD0
(187,170,208)
#A798B9
(167,152,185)
#9386A2
(147,134,162)
#7F748B
(127,116,139)
#6B6274
(107,98,116)
#57505D
(87,80,93)
#433E46
(67,62,70)
#2F2C2F
(47,44,47)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #E3CEFE

#E3CEFE
(227,206,254)
#E5D2FE
(229,210,254)
#E7D6FE
(231,214,254)
#E9DAFE
(233,218,254)
#EBDEFE
(235,222,254)
#EDE2FE
(237,226,254)
#EFE6FE
(239,230,254)
#F1EAFE
(241,234,254)
#F3EEFE
(243,238,254)
#F5F2FE
(245,242,254)
#F7F6FE
(247,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CEFE color. Also use rgb(227,206,254) instead hex code.

Text Font Color

.myTextColor { color: #E3CEFE; }

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

This text font color is #E3CEFE.

Background Color

.myBgColor { background-color: #E3CEFE; }

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

This div background color is #E3CEFE.

Border color

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

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

This div border color is #E3CEFE.

Opacity

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

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

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

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

This text has shadow with #E3CEFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CEFE.

Preview

Color preview on black background

This text has color #E3CEFE on black background.


Color preview on white background

This text has color #E3CEFE on white background.


Black color preview on #E3CEFE background

This text has black color on #E3CEFE background.


White color preview on #E3CEFE background

This text has white color on #E3CEFE background.


Related colors

Complementary color

Complementary color for #hex is #1C3101.


I love getcolorcode.com

Triadic colors

1 #FEE3CE and #CEFEE3 with #E3CEFE are triadic colors.

2 #FECEE3 and #CEE3FE with #E3CEFE are triadic colors.