COLOR #EED1FF

HEX: #EED1FF
RGB: (238,209,255)

Color info

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

RGB color model

#EED1FF color RGB value is (238,209,255).

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

RGB channels and saturation

R 238 of 255 = 93%
G 209 of 255 = 82%
B 255 of 255 = 100%

238
209
255

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

Portions of RGB colors in percentages

R + G + B =
238 + 209 + 255 = 702 (100%)
R 238 of 702 ~ 33.9%
G 209 of 702 ~ 29.77%
B 255 of 702 ~ 36.32%

%33.9
%29.77
%36.32

CMYK color model

#EED1FF color CMYK value is (7,18,0,0).

  • cyan value is 6.67%
  • magenta value is 18.04%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(7,18,0,0)
C7M18Y0K0 
(7%,18%,0%,0%)
(0.07/0.18/0.00/0.00)	

CMYK percentages

%6.67
%18.04
%0
%0

Codes

Color #EED1FF in popluar color models

EED1FF
RGB238209255
HSL278°100.00%90.98%
HSB/HSV278°18.04%100.00%
CMYK6.67%18.04%0.00%
0.00%

Color #EED1FF in popluar number systems.

HEXEED1FF
Decimal238209255
Binary111011101101000111111111
Octal356321377

Shades and tints

Shades of #EED1FF

#EED1FF
(238,209,255)
#D9BEE8
(217,190,232)
#C4ABD1
(196,171,209)
#AF98BA
(175,152,186)
#9A85A3
(154,133,163)
#85728C
(133,114,140)
#705F75
(112,95,117)
#5B4C5E
(91,76,94)
#463947
(70,57,71)
#312630
(49,38,48)
#1C1319
(28,19,25)
#000000
(0,0,0)

Tints of #EED1FF

#EED1FF
(238,209,255)
#EFD5FF
(239,213,255)
#F0D9FF
(240,217,255)
#F1DDFF
(241,221,255)
#F2E1FF
(242,225,255)
#F3E5FF
(243,229,255)
#F4E9FF
(244,233,255)
#F5EDFF
(245,237,255)
#F6F1FF
(246,241,255)
#F7F5FF
(247,245,255)
#F8F9FF
(248,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED1FF; }

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

This text font color is #EED1FF.


Background Color

.myBgColor { background-color: #EED1FF; }

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

This div background color is #EED1FF.


Border color

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

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

This div border color is #EED1FF.


Opacity

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

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

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

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

This text has shadow with #EED1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED1FF on black background.


Color preview on white background

This text has color #EED1FF on white background.



Black color preview on #EED1FF background

This text has black color on #EED1FF background.


White color preview on #EED1FF background

This text has white color on #EED1FF background.