COLOR #E2DCED

HEX: #E2DCED
RGB: (226,220,237)

Color info

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

RGB color model

#E2DCED color RGB value is (226,220,237).

  • red value is 226;
  • green value is 220;
  • blue value is 237.
RGB:
(226,220,237)
(89%,86%,93%)

RGB channels and saturation

R 226 of 255 = 89%
G 220 of 255 = 86%
B 237 of 255 = 93%

226
220
237

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

Portions of RGB colors in percentages

R + G + B =
226 + 220 + 237 = 683 (100%)
R 226 of 683 ~ 33.09%
G 220 of 683 ~ 32.21%
B 237 of 683 ~ 34.7%

%33.09
%32.21
%34.7

CMYK color model

#E2DCED color CMYK value is (5,7,0,7).

  • cyan value is 4.64%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(5,7,0,7)
C5M7Y0K7 
(5%,7%,0%,7%)
(0.05/0.07/0.00/0.07)	

CMYK percentages

%4.64
%7.17
%0
%7.06

Codes

Color #E2DCED in popluar color models

E2DCED
RGB226220237
HSL261°32.08%89.61%
HSB/HSV261°7.17%92.94%
CMYK4.64%7.17%0.00%
7.06%

Color #E2DCED in popluar number systems.

HEXE2DCED
Decimal226220237
Binary111000101101110011101101
Octal342334355

Shades and tints

Shades of #E2DCED

#E2DCED
(226,220,237)
#CEC8D8
(206,200,216)
#BAB4C3
(186,180,195)
#A6A0AE
(166,160,174)
#928C99
(146,140,153)
#7E7884
(126,120,132)
#6A646F
(106,100,111)
#56505A
(86,80,90)
#423C45
(66,60,69)
#2E2830
(46,40,48)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #E2DCED

#E2DCED
(226,220,237)
#E4DFEE
(228,223,238)
#E6E2EF
(230,226,239)
#E8E5F0
(232,229,240)
#EAE8F1
(234,232,241)
#ECEBF2
(236,235,242)
#EEEEF3
(238,238,243)
#F0F1F4
(240,241,244)
#F2F4F5
(242,244,245)
#F4F7F6
(244,247,246)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DCED color. Also use rgb(226,220,237) instead hex code.

Text Font Color

.myTextColor { color: #E2DCED; }

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

This text font color is #E2DCED.


Background Color

.myBgColor { background-color: #E2DCED; }

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

This div background color is #E2DCED.


Border color

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

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

This div border color is #E2DCED.


Opacity

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

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

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

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

This text has shadow with #E2DCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DCED on black background.


Color preview on white background

This text has color #E2DCED on white background.



Black color preview on #E2DCED background

This text has black color on #E2DCED background.


White color preview on #E2DCED background

This text has white color on #E2DCED background.