COLOR #EED1ED

HEX: #EED1ED RGB: (238,209,237)

Color info

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

RGB color model

#EED1ED color RGB value is (238,209,237).

RGB: (238,209,237) (93%, 82%, 93%)

RGB channels and saturation

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

238
209
237

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

Portions of RGB colors in percentages

R + G + B = 238 + 209 + 237 = 684 (100%)
R 238 of 684 ~ 34.8%
G 209 of 684 ~ 30.56%
B 237 of 684 ~ 34.65'%

%34.8
%30.56
%34.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 0.42%
  • key color value is 6.67%
CMYK: (0,12,0,7) C0M12Y0K7 (0%,12%,0%,7%) (0.00/0.12/0.00/0.07) 

CMYK percentages

%0
%12.18
%0.42
%6.67

Codes

Color #EED1ED in popluar color models

EE D1 ED
RGB 238 209 237
HSL 302° 46.03% 87.65%
HSB/HSV 302° 12.18% 93.33%
CMYK 0.00% 12.18% 0.42%
6.67%

Color #EED1ED in popluar number systems.

HEX EE D1 ED
Decimal 238 209 237
Binary 11101110 11010001 11101101
Octal 356 321 355

Shades and tints

Shades of #EED1ED

#EED1ED
(238,209,237)
#D9BED8
(217,190,216)
#C4ABC3
(196,171,195)
#AF98AE
(175,152,174)
#9A8599
(154,133,153)
#857284
(133,114,132)
#705F6F
(112,95,111)
#5B4C5A
(91,76,90)
#463945
(70,57,69)
#312630
(49,38,48)
#1C131B
(28,19,27)
#000000
(0,0,0)

Tints of #EED1ED

#EED1ED
(238,209,237)
#EFD5EE
(239,213,238)
#F0D9EF
(240,217,239)
#F1DDF0
(241,221,240)
#F2E1F1
(242,225,241)
#F3E5F2
(243,229,242)
#F4E9F3
(244,233,243)
#F5EDF4
(245,237,244)
#F6F1F5
(246,241,245)
#F7F5F6
(247,245,246)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED1ED; }

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

This text font color is #EED1ED.

Background Color

.myBgColor { background-color: #EED1ED; }

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

This div background color is #EED1ED.

Border color

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

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

This div border color is #EED1ED.

Opacity

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

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

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

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

This text has shadow with #EED1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED1ED.

Preview

Color preview on black background

This text has color #EED1ED on black background.


Color preview on white background

This text has color #EED1ED on white background.


Black color preview on #EED1ED background

This text has black color on #EED1ED background.


White color preview on #EED1ED background

This text has white color on #EED1ED background.


Related colors

Complementary color

Complementary color for #hex is #112E12.


I love getcolorcode.com

Triadic colors

1 #EDEED1 and #D1EDEE with #EED1ED are triadic colors.

2 #EDD1EE and #D1EEED with #EED1ED are triadic colors.