COLOR #EED0FA

HEX: #EED0FA
RGB: (238,208,250)

Color info

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

RGB color model

#EED0FA color RGB value is (238,208,250).

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

RGB channels and saturation

R 238 of 255 = 93%
G 208 of 255 = 82%
B 250 of 255 = 98%

238
208
250

R + G + B ~ 91%. #EED0FA is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 208 + 250 = 696 (100%)
R 238 of 696 ~ 34.2%
G 208 of 696 ~ 29.89%
B 250 of 696 ~ 35.92%

%34.2
%29.89
%35.92

CMYK color model

#EED0FA color CMYK value is (5,17,0,2).

  • cyan value is 4.80%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(5,17,0,2)
C5M17Y0K2 
(5%,17%,0%,2%)
(0.05/0.17/0.00/0.02)	

CMYK percentages

%4.8
%16.8
%0
%1.96

Codes

Color #EED0FA in popluar color models

EED0FA
RGB238208250
HSL283°80.77%89.80%
HSB/HSV283°16.80%98.04%
CMYK4.80%16.80%0.00%
1.96%

Color #EED0FA in popluar number systems.

HEXEED0FA
Decimal238208250
Binary111011101101000011111010
Octal356320372

Shades and tints

Shades of #EED0FA

#EED0FA
(238,208,250)
#D9BEE4
(217,190,228)
#C4ACCE
(196,172,206)
#AF9AB8
(175,154,184)
#9A88A2
(154,136,162)
#85768C
(133,118,140)
#706476
(112,100,118)
#5B5260
(91,82,96)
#46404A
(70,64,74)
#312E34
(49,46,52)
#1C1C1E
(28,28,30)
#000000
(0,0,0)

Tints of #EED0FA

#EED0FA
(238,208,250)
#EFD4FA
(239,212,250)
#F0D8FA
(240,216,250)
#F1DCFA
(241,220,250)
#F2E0FA
(242,224,250)
#F3E4FA
(243,228,250)
#F4E8FA
(244,232,250)
#F5ECFA
(245,236,250)
#F6F0FA
(246,240,250)
#F7F4FA
(247,244,250)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED0FA; }

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

This text font color is #EED0FA.


Background Color

.myBgColor { background-color: #EED0FA; }

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

This div background color is #EED0FA.


Border color

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

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

This div border color is #EED0FA.


Opacity

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

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

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

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

This text has shadow with #EED0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED0FA on black background.


Color preview on white background

This text has color #EED0FA on white background.



Black color preview on #EED0FA background

This text has black color on #EED0FA background.


White color preview on #EED0FA background

This text has white color on #EED0FA background.