COLOR #EED1E8

HEX: #EED1E8
RGB: (238,209,232)

Color info

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

RGB color model

#EED1E8 color RGB value is (238,209,232).

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

RGB channels and saturation

R 238 of 255 = 93%
G 209 of 255 = 82%
B 232 of 255 = 91%

238
209
232

R + G + B ~ 89%. #EED1E8 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 209 + 232 = 679 (100%)
R 238 of 679 ~ 35.05%
G 209 of 679 ~ 30.78%
B 232 of 679 ~ 34.17%

%35.05
%30.78
%34.17

CMYK color model

#EED1E8 color CMYK value is (0,12,3,7).

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 2.52%
  • key color value is 6.67%
CMYK:
(0,12,3,7)
C0M12Y3K7 
(0%,12%,3%,7%)
(0.00/0.12/0.03/0.07)	

CMYK percentages

%0
%12.18
%2.52
%6.67

Codes

Color #EED1E8 in popluar color models

EED1E8
RGB238209232
HSL312°46.03%87.65%
HSB/HSV312°12.18%93.33%
CMYK0.00%12.18%2.52%
6.67%

Color #EED1E8 in popluar number systems.

HEXEED1E8
Decimal238209232
Binary111011101101000111101000
Octal356321350

Shades and tints

Shades of #EED1E8

#EED1E8
(238,209,232)
#D9BED3
(217,190,211)
#C4ABBE
(196,171,190)
#AF98A9
(175,152,169)
#9A8594
(154,133,148)
#85727F
(133,114,127)
#705F6A
(112,95,106)
#5B4C55
(91,76,85)
#463940
(70,57,64)
#31262B
(49,38,43)
#1C1316
(28,19,22)
#000000
(0,0,0)

Tints of #EED1E8

#EED1E8
(238,209,232)
#EFD5EA
(239,213,234)
#F0D9EC
(240,217,236)
#F1DDEE
(241,221,238)
#F2E1F0
(242,225,240)
#F3E5F2
(243,229,242)
#F4E9F4
(244,233,244)
#F5EDF6
(245,237,246)
#F6F1F8
(246,241,248)
#F7F5FA
(247,245,250)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED1E8; }

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

This text font color is #EED1E8.


Background Color

.myBgColor { background-color: #EED1E8; }

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

This div background color is #EED1E8.


Border color

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

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

This div border color is #EED1E8.


Opacity

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

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

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

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

This text has shadow with #EED1E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED1E8 on black background.


Color preview on white background

This text has color #EED1E8 on white background.



Black color preview on #EED1E8 background

This text has black color on #EED1E8 background.


White color preview on #EED1E8 background

This text has white color on #EED1E8 background.