COLOR #EED8EF

HEX: #EED8EF
RGB: (238,216,239)

Color info

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

RGB color model

#EED8EF color RGB value is (238,216,239).

  • red value is 238;
  • green value is 216;
  • blue value is 239.
RGB:
(238,216,239)
(93%,85%,94%)

RGB channels and saturation

R 238 of 255 = 93%
G 216 of 255 = 85%
B 239 of 255 = 94%

238
216
239

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

Portions of RGB colors in percentages

R + G + B =
238 + 216 + 239 = 693 (100%)
R 238 of 693 ~ 34.34%
G 216 of 693 ~ 31.17%
B 239 of 693 ~ 34.49%

%34.34
%31.17
%34.49

CMYK color model

#EED8EF color CMYK value is (0,10,0,6).

  • cyan value is 0.42%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(0,10,0,6)
C0M10Y0K6 
(0%,10%,0%,6%)
(0.00/0.10/0.00/0.06)	

CMYK percentages

%0.42
%9.62
%0
%6.27

Codes

Color #EED8EF in popluar color models

EED8EF
RGB238216239
HSL297°41.82%89.22%
HSB/HSV297°9.62%93.73%
CMYK0.42%9.62%0.00%
6.27%

Color #EED8EF in popluar number systems.

HEXEED8EF
Decimal238216239
Binary111011101101100011101111
Octal356330357

Shades and tints

Shades of #EED8EF

#EED8EF
(238,216,239)
#D9C5DA
(217,197,218)
#C4B2C5
(196,178,197)
#AF9FB0
(175,159,176)
#9A8C9B
(154,140,155)
#857986
(133,121,134)
#706671
(112,102,113)
#5B535C
(91,83,92)
#464047
(70,64,71)
#312D32
(49,45,50)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #EED8EF

#EED8EF
(238,216,239)
#EFDBF0
(239,219,240)
#F0DEF1
(240,222,241)
#F1E1F2
(241,225,242)
#F2E4F3
(242,228,243)
#F3E7F4
(243,231,244)
#F4EAF5
(244,234,245)
#F5EDF6
(245,237,246)
#F6F0F7
(246,240,247)
#F7F3F8
(247,243,248)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED8EF color. Also use rgb(238,216,239) instead hex code.

Text Font Color

.myTextColor { color: #EED8EF; }

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

This text font color is #EED8EF.


Background Color

.myBgColor { background-color: #EED8EF; }

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

This div background color is #EED8EF.


Border color

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

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

This div border color is #EED8EF.


Opacity

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

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

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

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

This text has shadow with #EED8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED8EF on black background.


Color preview on white background

This text has color #EED8EF on white background.



Black color preview on #EED8EF background

This text has black color on #EED8EF background.


White color preview on #EED8EF background

This text has white color on #EED8EF background.