COLOR #EEDCE0

HEX: #EEDCE0 RGB: (238,220,224)

Color info

#EEDCE0 contains red, green and blue colors in about the same proportion. Web safe color of #EEDCE0 is #FFCCCC (or #FCC).

RGB color model

#EEDCE0 color RGB value is (238,220,224).

RGB: (238,220,224) (93%, 86%, 88%)

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 224 of 255 = 88%

238
220
224

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

Portions of RGB colors in percentages

R + G + B = 238 + 220 + 224 = 682 (100%)
R 238 of 682 ~ 34.9%
G 220 of 682 ~ 32.26%
B 224 of 682 ~ 32.84'%

%34.9
%32.26
%32.84

CMYK color model

#EEDCE0 color CMYK value is (0,8,6,7).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 5.88%
  • key color value is 6.67%
CMYK: (0,8,6,7) C0M8Y6K7 (0%,8%,6%,7%) (0.00/0.08/0.06/0.07) 

CMYK percentages

%0
%7.56
%5.88
%6.67

Codes

Color #EEDCE0 in popluar color models

EE DC E0
RGB 238 220 224
HSL 347° 34.62% 89.80%
HSB/HSV 347° 7.56% 93.33%
CMYK 0.00% 7.56% 5.88%
6.67%

Color #EEDCE0 in popluar number systems.

HEX EE DC E0
Decimal 238 220 224
Binary 11101110 11011100 11100000
Octal 356 334 340

Shades and tints

Shades of #EEDCE0

#EEDCE0
(238,220,224)
#D9C8CC
(217,200,204)
#C4B4B8
(196,180,184)
#AFA0A4
(175,160,164)
#9A8C90
(154,140,144)
#85787C
(133,120,124)
#706468
(112,100,104)
#5B5054
(91,80,84)
#463C40
(70,60,64)
#31282C
(49,40,44)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #EEDCE0

#EEDCE0
(238,220,224)
#EFDFE2
(239,223,226)
#F0E2E4
(240,226,228)
#F1E5E6
(241,229,230)
#F2E8E8
(242,232,232)
#F3EBEA
(243,235,234)
#F4EEEC
(244,238,236)
#F5F1EE
(245,241,238)
#F6F4F0
(246,244,240)
#F7F7F2
(247,247,242)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDCE0 color. Also use rgb(238,220,224) instead hex code.

Text Font Color

.myTextColor { color: #EEDCE0; }

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

This text font color is #EEDCE0.

Background Color

.myBgColor { background-color: #EEDCE0; }

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

This div background color is #EEDCE0.

Border color

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

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

This div border color is #EEDCE0.

Opacity

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

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

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

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

This text has shadow with #EEDCE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDCE0.

Preview

Color preview on black background

This text has color #EEDCE0 on black background.


Color preview on white background

This text has color #EEDCE0 on white background.


Black color preview on #EEDCE0 background

This text has black color on #EEDCE0 background.


White color preview on #EEDCE0 background

This text has white color on #EEDCE0 background.


Related colors

Complementary color

Complementary color for #hex is #11231F.


I love getcolorcode.com

Triadic colors

1 #E0EEDC and #DCE0EE with #EEDCE0 are triadic colors.

2 #E0DCEE and #DCEEE0 with #EEDCE0 are triadic colors.