COLOR #E6DCED

HEX: #E6DCED
RGB: (230,220,237)

Color info

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

RGB color model

#E6DCED color RGB value is (230,220,237).

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

RGB channels and saturation

R 230 of 255 = 90%
G 220 of 255 = 86%
B 237 of 255 = 93%

230
220
237

R + G + B ~ 90%. #E6DCED is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 220 + 237 = 687 (100%)
R 230 of 687 ~ 33.48%
G 220 of 687 ~ 32.02%
B 237 of 687 ~ 34.5%

%33.48
%32.02
%34.5

CMYK color model

#E6DCED color CMYK value is (3,7,0,7).

  • cyan value is 2.95%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (3,7,0,7) C3M7Y0K7 (3%,7%,0%,7%) (0.03/0.07/0.00/0.07)

CMYK percentages

%2.95
%7.17
%0
%7.06

Codes

Color #E6DCED in popluar color models

E6DCED
RGB230220237
HSL275°32.08%89.61%
HSB/HSV275°7.17%92.94%
CMYK2.95%7.17%0.00%
7.06%

Color #E6DCED in popluar number systems.

HEXE6DCED
Decimal230220237
Binary111001101101110011101101
Octal346334355

Shades and tints

Shades of #E6DCED

#E6DCED
(230,220,237)
#D2C8D8
(210,200,216)
#BEB4C3
(190,180,195)
#AAA0AE
(170,160,174)
#968C99
(150,140,153)
#827884
(130,120,132)
#6E646F
(110,100,111)
#5A505A
(90,80,90)
#463C45
(70,60,69)
#322830
(50,40,48)
#1E141B
(30,20,27)
#000000
(0,0,0)

Tints of #E6DCED

#E6DCED
(230,220,237)
#E8DFEE
(232,223,238)
#EAE2EF
(234,226,239)
#ECE5F0
(236,229,240)
#EEE8F1
(238,232,241)
#F0EBF2
(240,235,242)
#F2EEF3
(242,238,243)
#F4F1F4
(244,241,244)
#F6F4F5
(246,244,245)
#F8F7F6
(248,247,246)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DCED; }

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

This text font color is #E6DCED.


Background Color

.myBgColor { background-color: #E6DCED; }

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

This div background color is #E6DCED.


Border color

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

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

This div border color is #E6DCED.


Opacity

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

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

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

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

This text has shadow with #E6DCED color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E6DCED on black background.


Color preview on white background

This text has color #E6DCED on white background.



Black color preview on #E6DCED background

This text has black color on #E6DCED background.


White color preview on #E6DCED background

This text has white color on #E6DCED background.