COLOR #E4DCEC

HEX: #E4DCEC RGB: (228,220,236)

Color info

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

RGB color model

#E4DCEC color RGB value is (228,220,236).

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

RGB channels and saturation

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

228
220
236

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

Portions of RGB colors in percentages

R + G + B = 228 + 220 + 236 = 684 (100%)
R 228 of 684 ~ 33.33%
G 220 of 684 ~ 32.16%
B 236 of 684 ~ 34.5'%

%33.33
%32.16
%34.5

CMYK color model

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

  • cyan value is 3.39%
  • magenta value is 6.78%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (3,7,0,7)
C3M7Y0K7 (3%, 7%, 0%, 7%)
(0.03 / 0.07 / 0.00 / 0.07)

CMYK percentages

%3.39
%6.78
%0
%7.45

Codes

Color #E4DCEC in popluar color models

E4 DC EC
RGB 228 220 236
HSL 270° 29.63% 89.41%
HSB/HSV 270° 6.78% 92.55%
CMYK 3.39% 6.78% 0.00%
7.45%

Color #E4DCEC in popluar number systems.

HEX E4 DC EC
Decimal 228 220 236
Binary 11100100 11011100 11101100
Octal 344 334 354

Shades and tints

Shades of #E4DCEC

#E4DCEC
(228,220,236)
#D0C8D7
(208,200,215)
#BCB4C2
(188,180,194)
#A8A0AD
(168,160,173)
#948C98
(148,140,152)
#807883
(128,120,131)
#6C646E
(108,100,110)
#585059
(88,80,89)
#443C44
(68,60,68)
#30282F
(48,40,47)
#1C141A
(28,20,26)
#000000
(0,0,0)

Tints of #E4DCEC

#E4DCEC
(228,220,236)
#E6DFED
(230,223,237)
#E8E2EE
(232,226,238)
#EAE5EF
(234,229,239)
#ECE8F0
(236,232,240)
#EEEBF1
(238,235,241)
#F0EEF2
(240,238,242)
#F2F1F3
(242,241,243)
#F4F4F4
(244,244,244)
#F6F7F5
(246,247,245)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DCEC; }

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

This text font color is #E4DCEC.

Background Color

.myBgColor { background-color: #E4DCEC; }

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

This div background color is #E4DCEC.

Border color

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

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

This div border color is #E4DCEC.

Opacity

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

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

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

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

This text has shadow with #E4DCEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DCEC.

Preview

Color preview on black background

This text has color #E4DCEC on black background.


Color preview on white background

This text has color #E4DCEC on white background.


Black color preview on #E4DCEC background

This text has black color on #E4DCEC background.


White color preview on #E4DCEC background

This text has white color on #E4DCEC background.


Related colors

Complementary color

Complementary color for #hex is #1B2313.


I love getcolorcode.com

Triadic colors

1 #ECE4DC and #DCECE4 with #E4DCEC are triadic colors.

2 #ECDCE4 and #DCE4EC with #E4DCEC are triadic colors.