COLOR #E1CEDD

HEX: #E1CEDD
RGB: (225,206,221)

Color info

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

RGB color model

#E1CEDD color RGB value is (225,206,221).

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

RGB channels and saturation

R 225 of 255 = 88%
G 206 of 255 = 81%
B 221 of 255 = 87%

225
206
221

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

Portions of RGB colors in percentages

R + G + B =
225 + 206 + 221 = 652 (100%)
R 225 of 652 ~ 34.51%
G 206 of 652 ~ 31.6%
B 221 of 652 ~ 33.9%

%34.51
%31.6
%33.9

CMYK color model

#E1CEDD color CMYK value is (0,8,2,12).

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 1.78%
  • key color value is 11.76%
CMYK:
(0,8,2,12)
C0M8Y2K12 
(0%,8%,2%,12%)
(0.00/0.08/0.02/0.12)	

CMYK percentages

%0
%8.44
%1.78
%11.76

Codes

Color #E1CEDD in popluar color models

E1CEDD
RGB225206221
HSL313°24.05%84.51%
HSB/HSV313°8.44%88.24%
CMYK0.00%8.44%1.78%
11.76%

Color #E1CEDD in popluar number systems.

HEXE1CEDD
Decimal225206221
Binary111000011100111011011101
Octal341316335

Shades and tints

Shades of #E1CEDD

#E1CEDD
(225,206,221)
#CDBCC9
(205,188,201)
#B9AAB5
(185,170,181)
#A598A1
(165,152,161)
#91868D
(145,134,141)
#7D7479
(125,116,121)
#696265
(105,98,101)
#555051
(85,80,81)
#413E3D
(65,62,61)
#2D2C29
(45,44,41)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #E1CEDD

#E1CEDD
(225,206,221)
#E3D2E0
(227,210,224)
#E5D6E3
(229,214,227)
#E7DAE6
(231,218,230)
#E9DEE9
(233,222,233)
#EBE2EC
(235,226,236)
#EDE6EF
(237,230,239)
#EFEAF2
(239,234,242)
#F1EEF5
(241,238,245)
#F3F2F8
(243,242,248)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CEDD; }

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

This text font color is #E1CEDD.


Background Color

.myBgColor { background-color: #E1CEDD; }

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

This div background color is #E1CEDD.


Border color

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

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

This div border color is #E1CEDD.


Opacity

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

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

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

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

This text has shadow with #E1CEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CEDD on black background.


Color preview on white background

This text has color #E1CEDD on white background.



Black color preview on #E1CEDD background

This text has black color on #E1CEDD background.


White color preview on #E1CEDD background

This text has white color on #E1CEDD background.