COLOR #E2CEFA

HEX: #E2CEFA RGB: (226,206,250)

Color info

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

RGB color model

#E2CEFA color RGB value is (226,206,250).

RGB: (226,206,250) (89%, 81%, 98%)

RGB channels and saturation

R 226 of 255 = 89%
G 206 of 255 = 81%
B 250 of 255 = 98%

226
206
250

R + G + B ~ 89%. #E2CEFA is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 206 + 250 = 682 (100%)
R 226 of 682 ~ 33.14%
G 206 of 682 ~ 30.21%
B 250 of 682 ~ 36.66'%

%33.14
%30.21
%36.66

CMYK color model

#E2CEFA color CMYK value is (10,18,0,2).

  • cyan value is 9.60%
  • magenta value is 17.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (10,18,0,2)
C10M18Y0K2 (10%, 18%, 0%, 2%)
(0.10 / 0.18 / 0.00 / 0.02)

CMYK percentages

%9.6
%17.6
%0
%1.96

Codes

Color #E2CEFA in popluar color models

E2 CE FA
RGB 226 206 250
HSL 267° 81.48% 89.41%
HSB/HSV 267° 17.60% 98.04%
CMYK 9.60% 17.60% 0.00%
1.96%

Color #E2CEFA in popluar number systems.

HEX E2 CE FA
Decimal 226 206 250
Binary 11100010 11001110 11111010
Octal 342 316 372

Shades and tints

Shades of #E2CEFA

#E2CEFA
(226,206,250)
#CEBCE4
(206,188,228)
#BAAACE
(186,170,206)
#A698B8
(166,152,184)
#9286A2
(146,134,162)
#7E748C
(126,116,140)
#6A6276
(106,98,118)
#565060
(86,80,96)
#423E4A
(66,62,74)
#2E2C34
(46,44,52)
#1A1A1E
(26,26,30)
#000000
(0,0,0)

Tints of #E2CEFA

#E2CEFA
(226,206,250)
#E4D2FA
(228,210,250)
#E6D6FA
(230,214,250)
#E8DAFA
(232,218,250)
#EADEFA
(234,222,250)
#ECE2FA
(236,226,250)
#EEE6FA
(238,230,250)
#F0EAFA
(240,234,250)
#F2EEFA
(242,238,250)
#F4F2FA
(244,242,250)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CEFA color. Also use rgb(226,206,250) instead hex code.

Text Font Color

.myTextColor { color: #E2CEFA; }

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

This text font color is #E2CEFA.

Background Color

.myBgColor { background-color: #E2CEFA; }

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

This div background color is #E2CEFA.

Border color

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

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

This div border color is #E2CEFA.

Opacity

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

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

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

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

This text has shadow with #E2CEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2CEFA.

Preview

Color preview on black background

This text has color #E2CEFA on black background.


Color preview on white background

This text has color #E2CEFA on white background.


Black color preview on #E2CEFA background

This text has black color on #E2CEFA background.


White color preview on #E2CEFA background

This text has white color on #E2CEFA background.


Related colors

Complementary color

Complementary color for #hex is #1D3105.


I love getcolorcode.com

Triadic colors

1 #FAE2CE and #CEFAE2 with #E2CEFA are triadic colors.

2 #FACEE2 and #CEE2FA with #E2CEFA are triadic colors.