COLOR #E2CEDC

HEX: #E2CEDC
RGB: (226,206,220)

Color info

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

RGB color model

#E2CEDC color RGB value is (226,206,220).

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

RGB channels and saturation

R 226 of 255 = 89%
G 206 of 255 = 81%
B 220 of 255 = 86%

226
206
220

R + G + B ~ 85%. #E2CEDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 206 + 220 = 652 (100%)
R 226 of 652 ~ 34.66%
G 206 of 652 ~ 31.6%
B 220 of 652 ~ 33.74%

%34.66
%31.6
%33.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 2.65%
  • key color value is 11.37%
CMYK:
(0,9,3,11)
C0M9Y3K11 
(0%,9%,3%,11%)
(0.00/0.09/0.03/0.11)	

CMYK percentages

%0
%8.85
%2.65
%11.37

Codes

Color #E2CEDC in popluar color models

E2CEDC
RGB226206220
HSL318°25.64%84.71%
HSB/HSV318°8.85%88.63%
CMYK0.00%8.85%2.65%
11.37%

Color #E2CEDC in popluar number systems.

HEXE2CEDC
Decimal226206220
Binary111000101100111011011100
Octal342316334

Shades and tints

Shades of #E2CEDC

#E2CEDC
(226,206,220)
#CEBCC8
(206,188,200)
#BAAAB4
(186,170,180)
#A698A0
(166,152,160)
#92868C
(146,134,140)
#7E7478
(126,116,120)
#6A6264
(106,98,100)
#565050
(86,80,80)
#423E3C
(66,62,60)
#2E2C28
(46,44,40)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #E2CEDC

#E2CEDC
(226,206,220)
#E4D2DF
(228,210,223)
#E6D6E2
(230,214,226)
#E8DAE5
(232,218,229)
#EADEE8
(234,222,232)
#ECE2EB
(236,226,235)
#EEE6EE
(238,230,238)
#F0EAF1
(240,234,241)
#F2EEF4
(242,238,244)
#F4F2F7
(244,242,247)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CEDC; }

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

This text font color is #E2CEDC.


Background Color

.myBgColor { background-color: #E2CEDC; }

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

This div background color is #E2CEDC.


Border color

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

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

This div border color is #E2CEDC.


Opacity

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

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

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

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

This text has shadow with #E2CEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CEDC on black background.


Color preview on white background

This text has color #E2CEDC on white background.



Black color preview on #E2CEDC background

This text has black color on #E2CEDC background.


White color preview on #E2CEDC background

This text has white color on #E2CEDC background.