COLOR #EEDCE2

HEX: #EEDCE2
RGB: (238,220,226)

Color info

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

RGB color model

#EEDCE2 color RGB value is (238,220,226).

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

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 226 of 255 = 89%

238
220
226

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

Portions of RGB colors in percentages

R + G + B =
238 + 220 + 226 = 684 (100%)
R 238 of 684 ~ 34.8%
G 220 of 684 ~ 32.16%
B 226 of 684 ~ 33.04%

%34.8
%32.16
%33.04

CMYK color model

#EEDCE2 color CMYK value is (0,8,5,7).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK:
(0,8,5,7)
C0M8Y5K7 
(0%,8%,5%,7%)
(0.00/0.08/0.05/0.07)	

CMYK percentages

%0
%7.56
%5.04
%6.67

Codes

Color #EEDCE2 in popluar color models

EEDCE2
RGB238220226
HSL340°34.62%89.80%
HSB/HSV340°7.56%93.33%
CMYK0.00%7.56%5.04%
6.67%

Color #EEDCE2 in popluar number systems.

HEXEEDCE2
Decimal238220226
Binary111011101101110011100010
Octal356334342

Shades and tints

Shades of #EEDCE2

#EEDCE2
(238,220,226)
#D9C8CE
(217,200,206)
#C4B4BA
(196,180,186)
#AFA0A6
(175,160,166)
#9A8C92
(154,140,146)
#85787E
(133,120,126)
#70646A
(112,100,106)
#5B5056
(91,80,86)
#463C42
(70,60,66)
#31282E
(49,40,46)
#1C141A
(28,20,26)
#000000
(0,0,0)

Tints of #EEDCE2

#EEDCE2
(238,220,226)
#EFDFE4
(239,223,228)
#F0E2E6
(240,226,230)
#F1E5E8
(241,229,232)
#F2E8EA
(242,232,234)
#F3EBEC
(243,235,236)
#F4EEEE
(244,238,238)
#F5F1F0
(245,241,240)
#F6F4F2
(246,244,242)
#F7F7F4
(247,247,244)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDCE2; }

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

This text font color is #EEDCE2.


Background Color

.myBgColor { background-color: #EEDCE2; }

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

This div background color is #EEDCE2.


Border color

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

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

This div border color is #EEDCE2.


Opacity

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

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

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

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

This text has shadow with #EEDCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDCE2 on black background.


Color preview on white background

This text has color #EEDCE2 on white background.



Black color preview on #EEDCE2 background

This text has black color on #EEDCE2 background.


White color preview on #EEDCE2 background

This text has white color on #EEDCE2 background.