COLOR #EED2E1

HEX: #EED2E1
RGB: (238,210,225)

Color info

#EED2E1 contains red, green and blue colors in about the same proportion. Web safe color of #EED2E1 is #FFCCCC (or #FCC).

RGB color model

#EED2E1 color RGB value is (238,210,225).

  • red value is 238;
  • green value is 210;
  • blue value is 225.
RGB:
(238,210,225)
(93%,82%,88%)

RGB channels and saturation

R 238 of 255 = 93%
G 210 of 255 = 82%
B 225 of 255 = 88%

238
210
225

R + G + B ~ 88%. #EED2E1 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 210 + 225 = 673 (100%)
R 238 of 673 ~ 35.36%
G 210 of 673 ~ 31.2%
B 225 of 673 ~ 33.43%

%35.36
%31.2
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 5.46%
  • key color value is 6.67%
CMYK:
(0,12,5,7)
C0M12Y5K7 
(0%,12%,5%,7%)
(0.00/0.12/0.05/0.07)	

CMYK percentages

%0
%11.76
%5.46
%6.67

Codes

Color #EED2E1 in popluar color models

EED2E1
RGB238210225
HSL328°45.16%87.84%
HSB/HSV328°11.76%93.33%
CMYK0.00%11.76%5.46%
6.67%

Color #EED2E1 in popluar number systems.

HEXEED2E1
Decimal238210225
Binary111011101101001011100001
Octal356322341

Shades and tints

Shades of #EED2E1

#EED2E1
(238,210,225)
#D9BFCD
(217,191,205)
#C4ACB9
(196,172,185)
#AF99A5
(175,153,165)
#9A8691
(154,134,145)
#85737D
(133,115,125)
#706069
(112,96,105)
#5B4D55
(91,77,85)
#463A41
(70,58,65)
#31272D
(49,39,45)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #EED2E1

#EED2E1
(238,210,225)
#EFD6E3
(239,214,227)
#F0DAE5
(240,218,229)
#F1DEE7
(241,222,231)
#F2E2E9
(242,226,233)
#F3E6EB
(243,230,235)
#F4EAED
(244,234,237)
#F5EEEF
(245,238,239)
#F6F2F1
(246,242,241)
#F7F6F3
(247,246,243)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED2E1 color. Also use rgb(238,210,225) instead hex code.

Text Font Color

.myTextColor { color: #EED2E1; }

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

This text font color is #EED2E1.


Background Color

.myBgColor { background-color: #EED2E1; }

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

This div background color is #EED2E1.


Border color

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

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

This div border color is #EED2E1.


Opacity

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

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

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

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

This text has shadow with #EED2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED2E1 on black background.


Color preview on white background

This text has color #EED2E1 on white background.



Black color preview on #EED2E1 background

This text has black color on #EED2E1 background.


White color preview on #EED2E1 background

This text has white color on #EED2E1 background.