COLOR #E3DDEC

HEX: #E3DDEC
RGB: (227,221,236)

Color info

#E3DDEC contains red, green and blue colors in about the same proportion. Web safe color of #E3DDEC is #CCCCFF (or #CCF).

RGB color model

#E3DDEC color RGB value is (227,221,236).

  • red value is 227;
  • green value is 221;
  • blue value is 236.
RGB:
(227,221,236)
(89%,87%,93%)

RGB channels and saturation

R 227 of 255 = 89%
G 221 of 255 = 87%
B 236 of 255 = 93%

227
221
236

R + G + B ~ 90%. #E3DDEC is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 221 + 236 = 684 (100%)
R 227 of 684 ~ 33.19%
G 221 of 684 ~ 32.31%
B 236 of 684 ~ 34.5%

%33.19
%32.31
%34.5

CMYK color model

#E3DDEC color CMYK value is (4,6,0,7).

  • cyan value is 3.81%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(4,6,0,7)
C4M6Y0K7 
(4%,6%,0%,7%)
(0.04/0.06/0.00/0.07)	

CMYK percentages

%3.81
%6.36
%0
%7.45

Codes

Color #E3DDEC in popluar color models

E3DDEC
RGB227221236
HSL264°28.30%89.61%
HSB/HSV264°6.36%92.55%
CMYK3.81%6.36%0.00%
7.45%

Color #E3DDEC in popluar number systems.

HEXE3DDEC
Decimal227221236
Binary111000111101110111101100
Octal343335354

Shades and tints

Shades of #E3DDEC

#E3DDEC
(227,221,236)
#CFC9D7
(207,201,215)
#BBB5C2
(187,181,194)
#A7A1AD
(167,161,173)
#938D98
(147,141,152)
#7F7983
(127,121,131)
#6B656E
(107,101,110)
#575159
(87,81,89)
#433D44
(67,61,68)
#2F292F
(47,41,47)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #E3DDEC

#E3DDEC
(227,221,236)
#E5E0ED
(229,224,237)
#E7E3EE
(231,227,238)
#E9E6EF
(233,230,239)
#EBE9F0
(235,233,240)
#EDECF1
(237,236,241)
#EFEFF2
(239,239,242)
#F1F2F3
(241,242,243)
#F3F5F4
(243,245,244)
#F5F8F5
(245,248,245)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DDEC color. Also use rgb(227,221,236) instead hex code.

Text Font Color

.myTextColor { color: #E3DDEC; }

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

This text font color is #E3DDEC.


Background Color

.myBgColor { background-color: #E3DDEC; }

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

This div background color is #E3DDEC.


Border color

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

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

This div border color is #E3DDEC.


Opacity

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

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

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

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

This text has shadow with #E3DDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DDEC on black background.


Color preview on white background

This text has color #E3DDEC on white background.



Black color preview on #E3DDEC background

This text has black color on #E3DDEC background.


White color preview on #E3DDEC background

This text has white color on #E3DDEC background.