COLOR #E2CEE1

HEX: #E2CEE1
RGB: (226,206,225)

Color info

#E2CEE1 contains red, green and blue colors in about the same proportion. Web safe color of #E2CEE1 is #CCCCCC (or #CCC).

RGB color model

#E2CEE1 color RGB value is (226,206,225).

  • red value is 226;
  • green value is 206;
  • blue value is 225.
RGB:
(226,206,225)
(89%,81%,88%)

RGB channels and saturation

R 226 of 255 = 89%
G 206 of 255 = 81%
B 225 of 255 = 88%

226
206
225

R + G + B ~ 86%. #E2CEE1 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 206 + 225 = 657 (100%)
R 226 of 657 ~ 34.4%
G 206 of 657 ~ 31.35%
B 225 of 657 ~ 34.25%

%34.4
%31.35
%34.25

CMYK color model

#E2CEE1 color CMYK value is (0,9,0,11).

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 0.44%
  • key color value is 11.37%
CMYK:
(0,9,0,11)
C0M9Y0K11 
(0%,9%,0%,11%)
(0.00/0.09/0.00/0.11)	

CMYK percentages

%0
%8.85
%0.44
%11.37

Codes

Color #E2CEE1 in popluar color models

E2CEE1
RGB226206225
HSL303°25.64%84.71%
HSB/HSV303°8.85%88.63%
CMYK0.00%8.85%0.44%
11.37%

Color #E2CEE1 in popluar number systems.

HEXE2CEE1
Decimal226206225
Binary111000101100111011100001
Octal342316341

Shades and tints

Shades of #E2CEE1

#E2CEE1
(226,206,225)
#CEBCCD
(206,188,205)
#BAAAB9
(186,170,185)
#A698A5
(166,152,165)
#928691
(146,134,145)
#7E747D
(126,116,125)
#6A6269
(106,98,105)
#565055
(86,80,85)
#423E41
(66,62,65)
#2E2C2D
(46,44,45)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #E2CEE1

#E2CEE1
(226,206,225)
#E4D2E3
(228,210,227)
#E6D6E5
(230,214,229)
#E8DAE7
(232,218,231)
#EADEE9
(234,222,233)
#ECE2EB
(236,226,235)
#EEE6ED
(238,230,237)
#F0EAEF
(240,234,239)
#F2EEF1
(242,238,241)
#F4F2F3
(244,242,243)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CEE1; }

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

This text font color is #E2CEE1.


Background Color

.myBgColor { background-color: #E2CEE1; }

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

This div background color is #E2CEE1.


Border color

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

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

This div border color is #E2CEE1.


Opacity

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

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

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

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

This text has shadow with #E2CEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CEE1 on black background.


Color preview on white background

This text has color #E2CEE1 on white background.



Black color preview on #E2CEE1 background

This text has black color on #E2CEE1 background.


White color preview on #E2CEE1 background

This text has white color on #E2CEE1 background.