COLOR #E2CCE4

HEX: #E2CCE4
RGB: (226,204,228)

Color info

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

RGB color model

#E2CCE4 color RGB value is (226,204,228).

  • red value is 226;
  • green value is 204;
  • blue value is 228.
RGB:
(226,204,228)
(89%,80%,89%)

RGB channels and saturation

R 226 of 255 = 89%
G 204 of 255 = 80%
B 228 of 255 = 89%

226
204
228

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

Portions of RGB colors in percentages

R + G + B =
226 + 204 + 228 = 658 (100%)
R 226 of 658 ~ 34.35%
G 204 of 658 ~ 31%
B 228 of 658 ~ 34.65%

%34.35
%31
%34.65

CMYK color model

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

  • cyan value is 0.88%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(1,11,0,11)
C1M11Y0K11 
(1%,11%,0%,11%)
(0.01/0.11/0.00/0.11)	

CMYK percentages

%0.88
%10.53
%0
%10.59

Codes

Color #E2CCE4 in popluar color models

E2CCE4
RGB226204228
HSL295°30.77%84.71%
HSB/HSV295°10.53%89.41%
CMYK0.88%10.53%0.00%
10.59%

Color #E2CCE4 in popluar number systems.

HEXE2CCE4
Decimal226204228
Binary111000101100110011100100
Octal342314344

Shades and tints

Shades of #E2CCE4

#E2CCE4
(226,204,228)
#CEBAD0
(206,186,208)
#BAA8BC
(186,168,188)
#A696A8
(166,150,168)
#928494
(146,132,148)
#7E7280
(126,114,128)
#6A606C
(106,96,108)
#564E58
(86,78,88)
#423C44
(66,60,68)
#2E2A30
(46,42,48)
#1A181C
(26,24,28)
#000000
(0,0,0)

Tints of #E2CCE4

#E2CCE4
(226,204,228)
#E4D0E6
(228,208,230)
#E6D4E8
(230,212,232)
#E8D8EA
(232,216,234)
#EADCEC
(234,220,236)
#ECE0EE
(236,224,238)
#EEE4F0
(238,228,240)
#F0E8F2
(240,232,242)
#F2ECF4
(242,236,244)
#F4F0F6
(244,240,246)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CCE4 color. Also use rgb(226,204,228) instead hex code.

Text Font Color

.myTextColor { color: #E2CCE4; }

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

This text font color is #E2CCE4.


Background Color

.myBgColor { background-color: #E2CCE4; }

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

This div background color is #E2CCE4.


Border color

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

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

This div border color is #E2CCE4.


Opacity

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

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

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

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

This text has shadow with #E2CCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CCE4 on black background.


Color preview on white background

This text has color #E2CCE4 on white background.



Black color preview on #E2CCE4 background

This text has black color on #E2CCE4 background.


White color preview on #E2CCE4 background

This text has white color on #E2CCE4 background.