COLOR #E2DDE6

HEX: #E2DDE6
RGB: (226,221,230)

Color info

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

RGB color model

#E2DDE6 color RGB value is (226,221,230).

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

RGB channels and saturation

R 226 of 255 = 89%
G 221 of 255 = 87%
B 230 of 255 = 90%

226
221
230

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

Portions of RGB colors in percentages

R + G + B =
226 + 221 + 230 = 677 (100%)
R 226 of 677 ~ 33.38%
G 221 of 677 ~ 32.64%
B 230 of 677 ~ 33.97%

%33.38
%32.64
%33.97

CMYK color model

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

  • cyan value is 1.74%
  • 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

%1.74
%3.91
%0
%9.8

Codes

Color #E2DDE6 in popluar color models

E2DDE6
RGB226221230
HSL273°15.25%88.43%
HSB/HSV273°3.91%90.20%
CMYK1.74%3.91%0.00%
9.80%

Color #E2DDE6 in popluar number systems.

HEXE2DDE6
Decimal226221230
Binary111000101101110111100110
Octal342335346

Shades and tints

Shades of #E2DDE6

#E2DDE6
(226,221,230)
#CEC9D2
(206,201,210)
#BAB5BE
(186,181,190)
#A6A1AA
(166,161,170)
#928D96
(146,141,150)
#7E7982
(126,121,130)
#6A656E
(106,101,110)
#56515A
(86,81,90)
#423D46
(66,61,70)
#2E2932
(46,41,50)
#1A151E
(26,21,30)
#000000
(0,0,0)

Tints of #E2DDE6

#E2DDE6
(226,221,230)
#E4E0E8
(228,224,232)
#E6E3EA
(230,227,234)
#E8E6EC
(232,230,236)
#EAE9EE
(234,233,238)
#ECECF0
(236,236,240)
#EEEFF2
(238,239,242)
#F0F2F4
(240,242,244)
#F2F5F6
(242,245,246)
#F4F8F8
(244,248,248)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DDE6; }

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

This text font color is #E2DDE6.


Background Color

.myBgColor { background-color: #E2DDE6; }

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

This div background color is #E2DDE6.


Border color

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

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

This div border color is #E2DDE6.


Opacity

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

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

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

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

This text has shadow with #E2DDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DDE6 on black background.


Color preview on white background

This text has color #E2DDE6 on white background.



Black color preview on #E2DDE6 background

This text has black color on #E2DDE6 background.


White color preview on #E2DDE6 background

This text has white color on #E2DDE6 background.