COLOR #E2CEFF

HEX: #E2CEFF RGB: (226,206,255)

Color info

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

RGB color model

#E2CEFF color RGB value is (226,206,255).

RGB: (226,206,255) (89%, 81%, 100%)

RGB channels and saturation

R 226 of 255 = 89%
G 206 of 255 = 81%
B 255 of 255 = 100%

226
206
255

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

Portions of RGB colors in percentages

R + G + B = 226 + 206 + 255 = 687 (100%)
R 226 of 687 ~ 32.9%
G 206 of 687 ~ 29.99%
B 255 of 687 ~ 37.12'%

%32.9
%29.99
%37.12

CMYK color model

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

  • cyan value is 11.37%
  • magenta value is 19.22%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (11,19,0,0) C11M19Y0K0 (11%,19%,0%,0%) (0.11/0.19/0.00/0.00) 

CMYK percentages

%11.37
%19.22
%0
%0

Codes

Color #E2CEFF in popluar color models

E2 CE FF
RGB 226 206 255
HSL 264° 100.00% 90.39%
HSB/HSV 264° 19.22% 100.00%
CMYK 11.37% 19.22% 0.00%
0.00%

Color #E2CEFF in popluar number systems.

HEX E2 CE FF
Decimal 226 206 255
Binary 11100010 11001110 11111111
Octal 342 316 377

Shades and tints

Shades of #E2CEFF

#E2CEFF
(226,206,255)
#CEBCE8
(206,188,232)
#BAAAD1
(186,170,209)
#A698BA
(166,152,186)
#9286A3
(146,134,163)
#7E748C
(126,116,140)
#6A6275
(106,98,117)
#56505E
(86,80,94)
#423E47
(66,62,71)
#2E2C30
(46,44,48)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #E2CEFF

#E2CEFF
(226,206,255)
#E4D2FF
(228,210,255)
#E6D6FF
(230,214,255)
#E8DAFF
(232,218,255)
#EADEFF
(234,222,255)
#ECE2FF
(236,226,255)
#EEE6FF
(238,230,255)
#F0EAFF
(240,234,255)
#F2EEFF
(242,238,255)
#F4F2FF
(244,242,255)
#F6F6FF
(246,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CEFF; }

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

This text font color is #E2CEFF.

Background Color

.myBgColor { background-color: #E2CEFF; }

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

This div background color is #E2CEFF.

Border color

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

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

This div border color is #E2CEFF.

Opacity

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

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

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

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

This text has shadow with #E2CEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2CEFF.

Preview

Color preview on black background

This text has color #E2CEFF on black background.


Color preview on white background

This text has color #E2CEFF on white background.


Black color preview on #E2CEFF background

This text has black color on #E2CEFF background.


White color preview on #E2CEFF background

This text has white color on #E2CEFF background.


Related colors

Complementary color

Complementary color for #hex is #1D3100.


I love getcolorcode.com

Triadic colors

1 #FFE2CE and #CEFFE2 with #E2CEFF are triadic colors.

2 #FFCEE2 and #CEE2FF with #E2CEFF are triadic colors.