COLOR #EEDCE8

HEX: #EEDCE8
RGB: (238,220,232)

Color info

#EEDCE8 contains red, green and blue colors in about the same proportion. Web safe color of #EEDCE8 is #FFCCFF (or #FCF).

RGB color model

#EEDCE8 color RGB value is (238,220,232).

  • red value is 238;
  • green value is 220;
  • blue value is 232.
RGB:
(238,220,232)
(93%,86%,91%)

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 232 of 255 = 91%

238
220
232

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

Portions of RGB colors in percentages

R + G + B =
238 + 220 + 232 = 690 (100%)
R 238 of 690 ~ 34.49%
G 220 of 690 ~ 31.88%
B 232 of 690 ~ 33.62%

%34.49
%31.88
%33.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 2.52%
  • key color value is 6.67%
CMYK:
(0,8,3,7)
C0M8Y3K7 
(0%,8%,3%,7%)
(0.00/0.08/0.03/0.07)	

CMYK percentages

%0
%7.56
%2.52
%6.67

Codes

Color #EEDCE8 in popluar color models

EEDCE8
RGB238220232
HSL320°34.62%89.80%
HSB/HSV320°7.56%93.33%
CMYK0.00%7.56%2.52%
6.67%

Color #EEDCE8 in popluar number systems.

HEXEEDCE8
Decimal238220232
Binary111011101101110011101000
Octal356334350

Shades and tints

Shades of #EEDCE8

#EEDCE8
(238,220,232)
#D9C8D3
(217,200,211)
#C4B4BE
(196,180,190)
#AFA0A9
(175,160,169)
#9A8C94
(154,140,148)
#85787F
(133,120,127)
#70646A
(112,100,106)
#5B5055
(91,80,85)
#463C40
(70,60,64)
#31282B
(49,40,43)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #EEDCE8

#EEDCE8
(238,220,232)
#EFDFEA
(239,223,234)
#F0E2EC
(240,226,236)
#F1E5EE
(241,229,238)
#F2E8F0
(242,232,240)
#F3EBF2
(243,235,242)
#F4EEF4
(244,238,244)
#F5F1F6
(245,241,246)
#F6F4F8
(246,244,248)
#F7F7FA
(247,247,250)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDCE8; }

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

This text font color is #EEDCE8.


Background Color

.myBgColor { background-color: #EEDCE8; }

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

This div background color is #EEDCE8.


Border color

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

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

This div border color is #EEDCE8.


Opacity

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

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

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

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

This text has shadow with #EEDCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDCE8 on black background.


Color preview on white background

This text has color #EEDCE8 on white background.



Black color preview on #EEDCE8 background

This text has black color on #EEDCE8 background.


White color preview on #EEDCE8 background

This text has white color on #EEDCE8 background.