COLOR #E1DDE6

HEX: #E1DDE6
RGB: (225,221,230)

Color info

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

RGB color model

#E1DDE6 color RGB value is (225,221,230).

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

RGB channels and saturation

R 225 of 255 = 88%
G 221 of 255 = 87%
B 230 of 255 = 90%

225
221
230

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

Portions of RGB colors in percentages

R + G + B =
225 + 221 + 230 = 676 (100%)
R 225 of 676 ~ 33.28%
G 221 of 676 ~ 32.69%
B 230 of 676 ~ 34.02%

%33.28
%32.69
%34.02

CMYK color model

#E1DDE6 color CMYK value is (2,4,0,10).

  • cyan value is 2.17%
  • magenta value is 3.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(2,4,0,10)
C2M4Y0K10 
(2%,4%,0%,10%)
(0.02/0.04/0.00/0.10)	

CMYK percentages

%2.17
%3.91
%0
%9.8

Codes

Color #E1DDE6 in popluar color models

E1DDE6
RGB225221230
HSL267°15.25%88.43%
HSB/HSV267°3.91%90.20%
CMYK2.17%3.91%0.00%
9.80%

Color #E1DDE6 in popluar number systems.

HEXE1DDE6
Decimal225221230
Binary111000011101110111100110
Octal341335346

Shades and tints

Shades of #E1DDE6

#E1DDE6
(225,221,230)
#CDC9D2
(205,201,210)
#B9B5BE
(185,181,190)
#A5A1AA
(165,161,170)
#918D96
(145,141,150)
#7D7982
(125,121,130)
#69656E
(105,101,110)
#55515A
(85,81,90)
#413D46
(65,61,70)
#2D2932
(45,41,50)
#19151E
(25,21,30)
#000000
(0,0,0)

Tints of #E1DDE6

#E1DDE6
(225,221,230)
#E3E0E8
(227,224,232)
#E5E3EA
(229,227,234)
#E7E6EC
(231,230,236)
#E9E9EE
(233,233,238)
#EBECF0
(235,236,240)
#EDEFF2
(237,239,242)
#EFF2F4
(239,242,244)
#F1F5F6
(241,245,246)
#F3F8F8
(243,248,248)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DDE6; }

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

This text font color is #E1DDE6.


Background Color

.myBgColor { background-color: #E1DDE6; }

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

This div background color is #E1DDE6.


Border color

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

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

This div border color is #E1DDE6.


Opacity

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

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

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

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

This text has shadow with #E1DDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DDE6 on black background.


Color preview on white background

This text has color #E1DDE6 on white background.



Black color preview on #E1DDE6 background

This text has black color on #E1DDE6 background.


White color preview on #E1DDE6 background

This text has white color on #E1DDE6 background.