COLOR #E0DDE3

HEX: #E0DDE3
RGB: (224,221,227)

Color info

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

RGB color model

#E0DDE3 color RGB value is (224,221,227).

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

RGB channels and saturation

R 224 of 255 = 88%
G 221 of 255 = 87%
B 227 of 255 = 89%

224
221
227

R + G + B ~ 88%. #E0DDE3 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 221 + 227 = 672 (100%)
R 224 of 672 ~ 33.33%
G 221 of 672 ~ 32.89%
B 227 of 672 ~ 33.78%

%33.33
%32.89
%33.78

CMYK color model

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

  • cyan value is 1.32%
  • magenta value is 2.64%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(1,3,0,11)
C1M3Y0K11 
(1%,3%,0%,11%)
(0.01/0.03/0.00/0.11)	

CMYK percentages

%1.32
%2.64
%0
%10.98

Codes

Color #E0DDE3 in popluar color models

E0DDE3
RGB224221227
HSL270°9.68%87.84%
HSB/HSV270°2.64%89.02%
CMYK1.32%2.64%0.00%
10.98%

Color #E0DDE3 in popluar number systems.

HEXE0DDE3
Decimal224221227
Binary111000001101110111100011
Octal340335343

Shades and tints

Shades of #E0DDE3

#E0DDE3
(224,221,227)
#CCC9CF
(204,201,207)
#B8B5BB
(184,181,187)
#A4A1A7
(164,161,167)
#908D93
(144,141,147)
#7C797F
(124,121,127)
#68656B
(104,101,107)
#545157
(84,81,87)
#403D43
(64,61,67)
#2C292F
(44,41,47)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #E0DDE3

#E0DDE3
(224,221,227)
#E2E0E5
(226,224,229)
#E4E3E7
(228,227,231)
#E6E6E9
(230,230,233)
#E8E9EB
(232,233,235)
#EAECED
(234,236,237)
#ECEFEF
(236,239,239)
#EEF2F1
(238,242,241)
#F0F5F3
(240,245,243)
#F2F8F5
(242,248,245)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DDE3; }

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

This text font color is #E0DDE3.


Background Color

.myBgColor { background-color: #E0DDE3; }

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

This div background color is #E0DDE3.


Border color

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

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

This div border color is #E0DDE3.


Opacity

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

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

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

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

This text has shadow with #E0DDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DDE3 on black background.


Color preview on white background

This text has color #E0DDE3 on white background.



Black color preview on #E0DDE3 background

This text has black color on #E0DDE3 background.


White color preview on #E0DDE3 background

This text has white color on #E0DDE3 background.