COLOR #EED0EA

HEX: #EED0EA
RGB: (238,208,234)

Color info

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

RGB color model

#EED0EA color RGB value is (238,208,234).

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

RGB channels and saturation

R 238 of 255 = 93%
G 208 of 255 = 82%
B 234 of 255 = 92%

238
208
234

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

Portions of RGB colors in percentages

R + G + B =
238 + 208 + 234 = 680 (100%)
R 238 of 680 ~ 35%
G 208 of 680 ~ 30.59%
B 234 of 680 ~ 34.41%

%35
%30.59
%34.41

CMYK color model

#EED0EA color CMYK value is (0,13,2,7).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 1.68%
  • key color value is 6.67%
CMYK:
(0,13,2,7)
C0M13Y2K7 
(0%,13%,2%,7%)
(0.00/0.13/0.02/0.07)	

CMYK percentages

%0
%12.61
%1.68
%6.67

Codes

Color #EED0EA in popluar color models

EED0EA
RGB238208234
HSL308°46.88%87.45%
HSB/HSV308°12.61%93.33%
CMYK0.00%12.61%1.68%
6.67%

Color #EED0EA in popluar number systems.

HEXEED0EA
Decimal238208234
Binary111011101101000011101010
Octal356320352

Shades and tints

Shades of #EED0EA

#EED0EA
(238,208,234)
#D9BED5
(217,190,213)
#C4ACC0
(196,172,192)
#AF9AAB
(175,154,171)
#9A8896
(154,136,150)
#857681
(133,118,129)
#70646C
(112,100,108)
#5B5257
(91,82,87)
#464042
(70,64,66)
#312E2D
(49,46,45)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #EED0EA

#EED0EA
(238,208,234)
#EFD4EB
(239,212,235)
#F0D8EC
(240,216,236)
#F1DCED
(241,220,237)
#F2E0EE
(242,224,238)
#F3E4EF
(243,228,239)
#F4E8F0
(244,232,240)
#F5ECF1
(245,236,241)
#F6F0F2
(246,240,242)
#F7F4F3
(247,244,243)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED0EA; }

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

This text font color is #EED0EA.


Background Color

.myBgColor { background-color: #EED0EA; }

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

This div background color is #EED0EA.


Border color

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

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

This div border color is #EED0EA.


Opacity

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

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

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

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

This text has shadow with #EED0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED0EA on black background.


Color preview on white background

This text has color #EED0EA on white background.



Black color preview on #EED0EA background

This text has black color on #EED0EA background.


White color preview on #EED0EA background

This text has white color on #EED0EA background.