COLOR #E2CEE0

HEX: #E2CEE0
RGB: (226,206,224)

Color info

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

RGB color model

#E2CEE0 color RGB value is (226,206,224).

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

RGB channels and saturation

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

226
206
224

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

Portions of RGB colors in percentages

R + G + B =
226 + 206 + 224 = 656 (100%)
R 226 of 656 ~ 34.45%
G 206 of 656 ~ 31.4%
B 224 of 656 ~ 34.15%

%34.45
%31.4
%34.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 0.88%
  • key color value is 11.37%
CMYK:
(0,9,1,11)
C0M9Y1K11 
(0%,9%,1%,11%)
(0.00/0.09/0.01/0.11)	

CMYK percentages

%0
%8.85
%0.88
%11.37

Codes

Color #E2CEE0 in popluar color models

E2CEE0
RGB226206224
HSL306°25.64%84.71%
HSB/HSV306°8.85%88.63%
CMYK0.00%8.85%0.88%
11.37%

Color #E2CEE0 in popluar number systems.

HEXE2CEE0
Decimal226206224
Binary111000101100111011100000
Octal342316340

Shades and tints

Shades of #E2CEE0

#E2CEE0
(226,206,224)
#CEBCCC
(206,188,204)
#BAAAB8
(186,170,184)
#A698A4
(166,152,164)
#928690
(146,134,144)
#7E747C
(126,116,124)
#6A6268
(106,98,104)
#565054
(86,80,84)
#423E40
(66,62,64)
#2E2C2C
(46,44,44)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #E2CEE0

#E2CEE0
(226,206,224)
#E4D2E2
(228,210,226)
#E6D6E4
(230,214,228)
#E8DAE6
(232,218,230)
#EADEE8
(234,222,232)
#ECE2EA
(236,226,234)
#EEE6EC
(238,230,236)
#F0EAEE
(240,234,238)
#F2EEF0
(242,238,240)
#F4F2F2
(244,242,242)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CEE0; }

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

This text font color is #E2CEE0.


Background Color

.myBgColor { background-color: #E2CEE0; }

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

This div background color is #E2CEE0.


Border color

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

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

This div border color is #E2CEE0.


Opacity

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

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

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

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

This text has shadow with #E2CEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CEE0 on black background.


Color preview on white background

This text has color #E2CEE0 on white background.



Black color preview on #E2CEE0 background

This text has black color on #E2CEE0 background.


White color preview on #E2CEE0 background

This text has white color on #E2CEE0 background.