COLOR #EED4FD

HEX: #EED4FD
RGB: (238,212,253)

Color info

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

RGB color model

#EED4FD color RGB value is (238,212,253).

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

RGB channels and saturation

R 238 of 255 = 93%
G 212 of 255 = 83%
B 253 of 255 = 99%

238
212
253

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

Portions of RGB colors in percentages

R + G + B =
238 + 212 + 253 = 703 (100%)
R 238 of 703 ~ 33.85%
G 212 of 703 ~ 30.16%
B 253 of 703 ~ 35.99%

%33.85
%30.16
%35.99

CMYK color model

#EED4FD color CMYK value is (6,16,0,1).

  • cyan value is 5.93%
  • magenta value is 16.21%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(6,16,0,1)
C6M16Y0K1 
(6%,16%,0%,1%)
(0.06/0.16/0.00/0.01)	

CMYK percentages

%5.93
%16.21
%0
%0.78

Codes

Color #EED4FD in popluar color models

EED4FD
RGB238212253
HSL278°91.11%91.18%
HSB/HSV278°16.21%99.22%
CMYK5.93%16.21%0.00%
0.78%

Color #EED4FD in popluar number systems.

HEXEED4FD
Decimal238212253
Binary111011101101010011111101
Octal356324375

Shades and tints

Shades of #EED4FD

#EED4FD
(238,212,253)
#D9C1E6
(217,193,230)
#C4AECF
(196,174,207)
#AF9BB8
(175,155,184)
#9A88A1
(154,136,161)
#85758A
(133,117,138)
#706273
(112,98,115)
#5B4F5C
(91,79,92)
#463C45
(70,60,69)
#31292E
(49,41,46)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #EED4FD

#EED4FD
(238,212,253)
#EFD7FD
(239,215,253)
#F0DAFD
(240,218,253)
#F1DDFD
(241,221,253)
#F2E0FD
(242,224,253)
#F3E3FD
(243,227,253)
#F4E6FD
(244,230,253)
#F5E9FD
(245,233,253)
#F6ECFD
(246,236,253)
#F7EFFD
(247,239,253)
#F8F2FD
(248,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED4FD; }

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

This text font color is #EED4FD.


Background Color

.myBgColor { background-color: #EED4FD; }

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

This div background color is #EED4FD.


Border color

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

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

This div border color is #EED4FD.


Opacity

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

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

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

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

This text has shadow with #EED4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED4FD on black background.


Color preview on white background

This text has color #EED4FD on white background.



Black color preview on #EED4FD background

This text has black color on #EED4FD background.


White color preview on #EED4FD background

This text has white color on #EED4FD background.