COLOR #EED9E2

HEX: #EED9E2
RGB: (238,217,226)

Color info

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

RGB color model

#EED9E2 color RGB value is (238,217,226).

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

RGB channels and saturation

R 238 of 255 = 93%
G 217 of 255 = 85%
B 226 of 255 = 89%

238
217
226

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

Portions of RGB colors in percentages

R + G + B =
238 + 217 + 226 = 681 (100%)
R 238 of 681 ~ 34.95%
G 217 of 681 ~ 31.86%
B 226 of 681 ~ 33.19%

%34.95
%31.86
%33.19

CMYK color model

#EED9E2 color CMYK value is (0,9,5,7).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK:
(0,9,5,7)
C0M9Y5K7 
(0%,9%,5%,7%)
(0.00/0.09/0.05/0.07)	

CMYK percentages

%0
%8.82
%5.04
%6.67

Codes

Color #EED9E2 in popluar color models

EED9E2
RGB238217226
HSL334°38.18%89.22%
HSB/HSV334°8.82%93.33%
CMYK0.00%8.82%5.04%
6.67%

Color #EED9E2 in popluar number systems.

HEXEED9E2
Decimal238217226
Binary111011101101100111100010
Octal356331342

Shades and tints

Shades of #EED9E2

#EED9E2
(238,217,226)
#D9C6CE
(217,198,206)
#C4B3BA
(196,179,186)
#AFA0A6
(175,160,166)
#9A8D92
(154,141,146)
#857A7E
(133,122,126)
#70676A
(112,103,106)
#5B5456
(91,84,86)
#464142
(70,65,66)
#312E2E
(49,46,46)
#1C1B1A
(28,27,26)
#000000
(0,0,0)

Tints of #EED9E2

#EED9E2
(238,217,226)
#EFDCE4
(239,220,228)
#F0DFE6
(240,223,230)
#F1E2E8
(241,226,232)
#F2E5EA
(242,229,234)
#F3E8EC
(243,232,236)
#F4EBEE
(244,235,238)
#F5EEF0
(245,238,240)
#F6F1F2
(246,241,242)
#F7F4F4
(247,244,244)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED9E2; }

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

This text font color is #EED9E2.


Background Color

.myBgColor { background-color: #EED9E2; }

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

This div background color is #EED9E2.


Border color

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

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

This div border color is #EED9E2.


Opacity

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

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

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

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

This text has shadow with #EED9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED9E2 on black background.


Color preview on white background

This text has color #EED9E2 on white background.



Black color preview on #EED9E2 background

This text has black color on #EED9E2 background.


White color preview on #EED9E2 background

This text has white color on #EED9E2 background.