COLOR #EED4EA

HEX: #EED4EA
RGB: (238,212,234)

Color info

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

RGB color model

#EED4EA color RGB value is (238,212,234).

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

RGB channels and saturation

R 238 of 255 = 93%
G 212 of 255 = 83%
B 234 of 255 = 92%

238
212
234

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

Portions of RGB colors in percentages

R + G + B =
238 + 212 + 234 = 684 (100%)
R 238 of 684 ~ 34.8%
G 212 of 684 ~ 30.99%
B 234 of 684 ~ 34.21%

%34.8
%30.99
%34.21

CMYK color model

#EED4EA color CMYK value is (0,11,2,7).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 1.68%
  • key color value is 6.67%
CMYK:
(0,11,2,7)
C0M11Y2K7 
(0%,11%,2%,7%)
(0.00/0.11/0.02/0.07)	

CMYK percentages

%0
%10.92
%1.68
%6.67

Codes

Color #EED4EA in popluar color models

EED4EA
RGB238212234
HSL309°43.33%88.24%
HSB/HSV309°10.92%93.33%
CMYK0.00%10.92%1.68%
6.67%

Color #EED4EA in popluar number systems.

HEXEED4EA
Decimal238212234
Binary111011101101010011101010
Octal356324352

Shades and tints

Shades of #EED4EA

#EED4EA
(238,212,234)
#D9C1D5
(217,193,213)
#C4AEC0
(196,174,192)
#AF9BAB
(175,155,171)
#9A8896
(154,136,150)
#857581
(133,117,129)
#70626C
(112,98,108)
#5B4F57
(91,79,87)
#463C42
(70,60,66)
#31292D
(49,41,45)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #EED4EA

#EED4EA
(238,212,234)
#EFD7EB
(239,215,235)
#F0DAEC
(240,218,236)
#F1DDED
(241,221,237)
#F2E0EE
(242,224,238)
#F3E3EF
(243,227,239)
#F4E6F0
(244,230,240)
#F5E9F1
(245,233,241)
#F6ECF2
(246,236,242)
#F7EFF3
(247,239,243)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED4EA; }

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

This text font color is #EED4EA.


Background Color

.myBgColor { background-color: #EED4EA; }

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

This div background color is #EED4EA.


Border color

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

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

This div border color is #EED4EA.


Opacity

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

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

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

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

This text has shadow with #EED4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED4EA on black background.


Color preview on white background

This text has color #EED4EA on white background.



Black color preview on #EED4EA background

This text has black color on #EED4EA background.


White color preview on #EED4EA background

This text has white color on #EED4EA background.