COLOR #EED5FF

HEX: #EED5FF
RGB: (238,213,255)

Color info

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

RGB color model

#EED5FF color RGB value is (238,213,255).

  • red value is 238;
  • green value is 213;
  • blue value is 255.
RGB:
(238,213,255)
(93%,84%,100%)

RGB channels and saturation

R 238 of 255 = 93%
G 213 of 255 = 84%
B 255 of 255 = 100%

238
213
255

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

Portions of RGB colors in percentages

R + G + B =
238 + 213 + 255 = 706 (100%)
R 238 of 706 ~ 33.71%
G 213 of 706 ~ 30.17%
B 255 of 706 ~ 36.12%

%33.71
%30.17
%36.12

CMYK color model

#EED5FF color CMYK value is (7,16,0,0).

  • cyan value is 6.67%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(7,16,0,0)
C7M16Y0K0 
(7%,16%,0%,0%)
(0.07/0.16/0.00/0.00)	

CMYK percentages

%6.67
%16.47
%0
%0

Codes

Color #EED5FF in popluar color models

EED5FF
RGB238213255
HSL276°100.00%91.76%
HSB/HSV276°16.47%100.00%
CMYK6.67%16.47%0.00%
0.00%

Color #EED5FF in popluar number systems.

HEXEED5FF
Decimal238213255
Binary111011101101010111111111
Octal356325377

Shades and tints

Shades of #EED5FF

#EED5FF
(238,213,255)
#D9C2E8
(217,194,232)
#C4AFD1
(196,175,209)
#AF9CBA
(175,156,186)
#9A89A3
(154,137,163)
#85768C
(133,118,140)
#706375
(112,99,117)
#5B505E
(91,80,94)
#463D47
(70,61,71)
#312A30
(49,42,48)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #EED5FF

#EED5FF
(238,213,255)
#EFD8FF
(239,216,255)
#F0DBFF
(240,219,255)
#F1DEFF
(241,222,255)
#F2E1FF
(242,225,255)
#F3E4FF
(243,228,255)
#F4E7FF
(244,231,255)
#F5EAFF
(245,234,255)
#F6EDFF
(246,237,255)
#F7F0FF
(247,240,255)
#F8F3FF
(248,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED5FF color. Also use rgb(238,213,255) instead hex code.

Text Font Color

.myTextColor { color: #EED5FF; }

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

This text font color is #EED5FF.


Background Color

.myBgColor { background-color: #EED5FF; }

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

This div background color is #EED5FF.


Border color

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

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

This div border color is #EED5FF.


Opacity

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

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

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

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

This text has shadow with #EED5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED5FF on black background.


Color preview on white background

This text has color #EED5FF on white background.



Black color preview on #EED5FF background

This text has black color on #EED5FF background.


White color preview on #EED5FF background

This text has white color on #EED5FF background.