COLOR #EED8EA

HEX: #EED8EA
RGB: (238,216,234)

Color info

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

RGB color model

#EED8EA color RGB value is (238,216,234).

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

RGB channels and saturation

R 238 of 255 = 93%
G 216 of 255 = 85%
B 234 of 255 = 92%

238
216
234

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

Portions of RGB colors in percentages

R + G + B =
238 + 216 + 234 = 688 (100%)
R 238 of 688 ~ 34.59%
G 216 of 688 ~ 31.4%
B 234 of 688 ~ 34.01%

%34.59
%31.4
%34.01

CMYK color model

#EED8EA color CMYK value is (0,9,2,7).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 1.68%
  • key color value is 6.67%
CMYK:
(0,9,2,7)
C0M9Y2K7 
(0%,9%,2%,7%)
(0.00/0.09/0.02/0.07)	

CMYK percentages

%0
%9.24
%1.68
%6.67

Codes

Color #EED8EA in popluar color models

EED8EA
RGB238216234
HSL311°39.29%89.02%
HSB/HSV311°9.24%93.33%
CMYK0.00%9.24%1.68%
6.67%

Color #EED8EA in popluar number systems.

HEXEED8EA
Decimal238216234
Binary111011101101100011101010
Octal356330352

Shades and tints

Shades of #EED8EA

#EED8EA
(238,216,234)
#D9C5D5
(217,197,213)
#C4B2C0
(196,178,192)
#AF9FAB
(175,159,171)
#9A8C96
(154,140,150)
#857981
(133,121,129)
#70666C
(112,102,108)
#5B5357
(91,83,87)
#464042
(70,64,66)
#312D2D
(49,45,45)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #EED8EA

#EED8EA
(238,216,234)
#EFDBEB
(239,219,235)
#F0DEEC
(240,222,236)
#F1E1ED
(241,225,237)
#F2E4EE
(242,228,238)
#F3E7EF
(243,231,239)
#F4EAF0
(244,234,240)
#F5EDF1
(245,237,241)
#F6F0F2
(246,240,242)
#F7F3F3
(247,243,243)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED8EA; }

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

This text font color is #EED8EA.


Background Color

.myBgColor { background-color: #EED8EA; }

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

This div background color is #EED8EA.


Border color

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

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

This div border color is #EED8EA.


Opacity

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

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

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

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

This text has shadow with #EED8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED8EA on black background.


Color preview on white background

This text has color #EED8EA on white background.



Black color preview on #EED8EA background

This text has black color on #EED8EA background.


White color preview on #EED8EA background

This text has white color on #EED8EA background.