COLOR #E3DDE9

HEX: #E3DDE9
RGB: (227,221,233)

Color info

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

RGB color model

#E3DDE9 color RGB value is (227,221,233).

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

RGB channels and saturation

R 227 of 255 = 89%
G 221 of 255 = 87%
B 233 of 255 = 91%

227
221
233

R + G + B ~ 89%. #E3DDE9 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 221 + 233 = 681 (100%)
R 227 of 681 ~ 33.33%
G 221 of 681 ~ 32.45%
B 233 of 681 ~ 34.21%

%33.33
%32.45
%34.21

CMYK color model

#E3DDE9 color CMYK value is (3,5,0,9).

  • cyan value is 2.58%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(3,5,0,9)
C3M5Y0K9 
(3%,5%,0%,9%)
(0.03/0.05/0.00/0.09)	

CMYK percentages

%2.58
%5.15
%0
%8.63

Codes

Color #E3DDE9 in popluar color models

E3DDE9
RGB227221233
HSL270°21.43%89.02%
HSB/HSV270°5.15%91.37%
CMYK2.58%5.15%0.00%
8.63%

Color #E3DDE9 in popluar number systems.

HEXE3DDE9
Decimal227221233
Binary111000111101110111101001
Octal343335351

Shades and tints

Shades of #E3DDE9

#E3DDE9
(227,221,233)
#CFC9D4
(207,201,212)
#BBB5BF
(187,181,191)
#A7A1AA
(167,161,170)
#938D95
(147,141,149)
#7F7980
(127,121,128)
#6B656B
(107,101,107)
#575156
(87,81,86)
#433D41
(67,61,65)
#2F292C
(47,41,44)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #E3DDE9

#E3DDE9
(227,221,233)
#E5E0EB
(229,224,235)
#E7E3ED
(231,227,237)
#E9E6EF
(233,230,239)
#EBE9F1
(235,233,241)
#EDECF3
(237,236,243)
#EFEFF5
(239,239,245)
#F1F2F7
(241,242,247)
#F3F5F9
(243,245,249)
#F5F8FB
(245,248,251)
#F7FBFD
(247,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DDE9; }

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

This text font color is #E3DDE9.


Background Color

.myBgColor { background-color: #E3DDE9; }

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

This div background color is #E3DDE9.


Border color

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

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

This div border color is #E3DDE9.


Opacity

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

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

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

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

This text has shadow with #E3DDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DDE9 on black background.


Color preview on white background

This text has color #E3DDE9 on white background.



Black color preview on #E3DDE9 background

This text has black color on #E3DDE9 background.


White color preview on #E3DDE9 background

This text has white color on #E3DDE9 background.