COLOR #EED3FE

HEX: #EED3FE
RGB: (238,211,254)

Color info

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

RGB color model

#EED3FE color RGB value is (238,211,254).

  • red value is 238;
  • green value is 211;
  • blue value is 254.
RGB:
(238,211,254)
(93%,83%,100%)

RGB channels and saturation

R 238 of 255 = 93%
G 211 of 255 = 83%
B 254 of 255 = 100%

238
211
254

R + G + B ~ 92%. #EED3FE is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 211 + 254 = 703 (100%)
R 238 of 703 ~ 33.85%
G 211 of 703 ~ 30.01%
B 254 of 703 ~ 36.13%

%33.85
%30.01
%36.13

CMYK color model

#EED3FE color CMYK value is (6,17,0,0).

  • cyan value is 6.30%
  • magenta value is 16.93%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(6,17,0,0)
C6M17Y0K0 
(6%,17%,0%,0%)
(0.06/0.17/0.00/0.00)	

CMYK percentages

%6.3
%16.93
%0
%0.39

Codes

Color #EED3FE in popluar color models

EED3FE
RGB238211254
HSL278°95.56%91.18%
HSB/HSV278°16.93%99.61%
CMYK6.30%16.93%0.00%
0.39%

Color #EED3FE in popluar number systems.

HEXEED3FE
Decimal238211254
Binary111011101101001111111110
Octal356323376

Shades and tints

Shades of #EED3FE

#EED3FE
(238,211,254)
#D9C0E7
(217,192,231)
#C4ADD0
(196,173,208)
#AF9AB9
(175,154,185)
#9A87A2
(154,135,162)
#85748B
(133,116,139)
#706174
(112,97,116)
#5B4E5D
(91,78,93)
#463B46
(70,59,70)
#31282F
(49,40,47)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #EED3FE

#EED3FE
(238,211,254)
#EFD7FE
(239,215,254)
#F0DBFE
(240,219,254)
#F1DFFE
(241,223,254)
#F2E3FE
(242,227,254)
#F3E7FE
(243,231,254)
#F4EBFE
(244,235,254)
#F5EFFE
(245,239,254)
#F6F3FE
(246,243,254)
#F7F7FE
(247,247,254)
#F8FBFE
(248,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED3FE color. Also use rgb(238,211,254) instead hex code.

Text Font Color

.myTextColor { color: #EED3FE; }

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

This text font color is #EED3FE.


Background Color

.myBgColor { background-color: #EED3FE; }

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

This div background color is #EED3FE.


Border color

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

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

This div border color is #EED3FE.


Opacity

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

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

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

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

This text has shadow with #EED3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED3FE on black background.


Color preview on white background

This text has color #EED3FE on white background.



Black color preview on #EED3FE background

This text has black color on #EED3FE background.


White color preview on #EED3FE background

This text has white color on #EED3FE background.