COLOR #EED4E2

HEX: #EED4E2
RGB: (238,212,226)

Color info

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

RGB color model

#EED4E2 color RGB value is (238,212,226).

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

RGB channels and saturation

R 238 of 255 = 93%
G 212 of 255 = 83%
B 226 of 255 = 89%

238
212
226

R + G + B ~ 88%. #EED4E2 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 212 + 226 = 676 (100%)
R 238 of 676 ~ 35.21%
G 212 of 676 ~ 31.36%
B 226 of 676 ~ 33.43%

%35.21
%31.36
%33.43

CMYK color model

#EED4E2 color CMYK value is (0,11,5,7).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK:
(0,11,5,7)
C0M11Y5K7 
(0%,11%,5%,7%)
(0.00/0.11/0.05/0.07)	

CMYK percentages

%0
%10.92
%5.04
%6.67

Codes

Color #EED4E2 in popluar color models

EED4E2
RGB238212226
HSL328°43.33%88.24%
HSB/HSV328°10.92%93.33%
CMYK0.00%10.92%5.04%
6.67%

Color #EED4E2 in popluar number systems.

HEXEED4E2
Decimal238212226
Binary111011101101010011100010
Octal356324342

Shades and tints

Shades of #EED4E2

#EED4E2
(238,212,226)
#D9C1CE
(217,193,206)
#C4AEBA
(196,174,186)
#AF9BA6
(175,155,166)
#9A8892
(154,136,146)
#85757E
(133,117,126)
#70626A
(112,98,106)
#5B4F56
(91,79,86)
#463C42
(70,60,66)
#31292E
(49,41,46)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #EED4E2

#EED4E2
(238,212,226)
#EFD7E4
(239,215,228)
#F0DAE6
(240,218,230)
#F1DDE8
(241,221,232)
#F2E0EA
(242,224,234)
#F3E3EC
(243,227,236)
#F4E6EE
(244,230,238)
#F5E9F0
(245,233,240)
#F6ECF2
(246,236,242)
#F7EFF4
(247,239,244)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED4E2; }

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

This text font color is #EED4E2.


Background Color

.myBgColor { background-color: #EED4E2; }

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

This div background color is #EED4E2.


Border color

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

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

This div border color is #EED4E2.


Opacity

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

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

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

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

This text has shadow with #EED4E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED4E2 on black background.


Color preview on white background

This text has color #EED4E2 on white background.



Black color preview on #EED4E2 background

This text has black color on #EED4E2 background.


White color preview on #EED4E2 background

This text has white color on #EED4E2 background.