COLOR #E4DCED

HEX: #E4DCED RGB: (228,220,237)

Color info

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

RGB color model

#E4DCED color RGB value is (228,220,237).

RGB: (228,220,237) (89%, 86%, 93%)

RGB channels and saturation

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

228
220
237

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

Portions of RGB colors in percentages

R + G + B = 228 + 220 + 237 = 685 (100%)
R 228 of 685 ~ 33.28%
G 220 of 685 ~ 32.12%
B 237 of 685 ~ 34.6'%

%33.28
%32.12
%34.6

CMYK color model

#E4DCED color CMYK value is (4,7,0,7).

  • cyan value is 3.80%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (4,7,0,7)
C4M7Y0K7 (4%, 7%, 0%, 7%)
(0.04 / 0.07 / 0.00 / 0.07)

CMYK percentages

%3.8
%7.17
%0
%7.06

Codes

Color #E4DCED in popluar color models

E4 DC ED
RGB 228 220 237
HSL 268° 32.08% 89.61%
HSB/HSV 268° 7.17% 92.94%
CMYK 3.80% 7.17% 0.00%
7.06%

Color #E4DCED in popluar number systems.

HEX E4 DC ED
Decimal 228 220 237
Binary 11100100 11011100 11101101
Octal 344 334 355

Shades and tints

Shades of #E4DCED

#E4DCED
(228,220,237)
#D0C8D8
(208,200,216)
#BCB4C3
(188,180,195)
#A8A0AE
(168,160,174)
#948C99
(148,140,153)
#807884
(128,120,132)
#6C646F
(108,100,111)
#58505A
(88,80,90)
#443C45
(68,60,69)
#302830
(48,40,48)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #E4DCED

#E4DCED
(228,220,237)
#E6DFEE
(230,223,238)
#E8E2EF
(232,226,239)
#EAE5F0
(234,229,240)
#ECE8F1
(236,232,241)
#EEEBF2
(238,235,242)
#F0EEF3
(240,238,243)
#F2F1F4
(242,241,244)
#F4F4F5
(244,244,245)
#F6F7F6
(246,247,246)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DCED; }

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

This text font color is #E4DCED.

Background Color

.myBgColor { background-color: #E4DCED; }

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

This div background color is #E4DCED.

Border color

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

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

This div border color is #E4DCED.

Opacity

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

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

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

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

This text has shadow with #E4DCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DCED.

Preview

Color preview on black background

This text has color #E4DCED on black background.


Color preview on white background

This text has color #E4DCED on white background.


Black color preview on #E4DCED background

This text has black color on #E4DCED background.


White color preview on #E4DCED background

This text has white color on #E4DCED background.


Related colors

Complementary color

Complementary color for #hex is #1B2312.


I love getcolorcode.com

Triadic colors

1 #EDE4DC and #DCEDE4 with #E4DCED are triadic colors.

2 #EDDCE4 and #DCE4ED with #E4DCED are triadic colors.