COLOR #EED2EB

HEX: #EED2EB
RGB: (238,210,235)

Color info

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

RGB color model

#EED2EB color RGB value is (238,210,235).

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

RGB channels and saturation

R 238 of 255 = 93%
G 210 of 255 = 82%
B 235 of 255 = 92%

238
210
235

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

Portions of RGB colors in percentages

R + G + B =
238 + 210 + 235 = 683 (100%)
R 238 of 683 ~ 34.85%
G 210 of 683 ~ 30.75%
B 235 of 683 ~ 34.41%

%34.85
%30.75
%34.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 1.26%
  • key color value is 6.67%
CMYK:
(0,12,1,7)
C0M12Y1K7 
(0%,12%,1%,7%)
(0.00/0.12/0.01/0.07)	

CMYK percentages

%0
%11.76
%1.26
%6.67

Codes

Color #EED2EB in popluar color models

EED2EB
RGB238210235
HSL306°45.16%87.84%
HSB/HSV306°11.76%93.33%
CMYK0.00%11.76%1.26%
6.67%

Color #EED2EB in popluar number systems.

HEXEED2EB
Decimal238210235
Binary111011101101001011101011
Octal356322353

Shades and tints

Shades of #EED2EB

#EED2EB
(238,210,235)
#D9BFD6
(217,191,214)
#C4ACC1
(196,172,193)
#AF99AC
(175,153,172)
#9A8697
(154,134,151)
#857382
(133,115,130)
#70606D
(112,96,109)
#5B4D58
(91,77,88)
#463A43
(70,58,67)
#31272E
(49,39,46)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #EED2EB

#EED2EB
(238,210,235)
#EFD6EC
(239,214,236)
#F0DAED
(240,218,237)
#F1DEEE
(241,222,238)
#F2E2EF
(242,226,239)
#F3E6F0
(243,230,240)
#F4EAF1
(244,234,241)
#F5EEF2
(245,238,242)
#F6F2F3
(246,242,243)
#F7F6F4
(247,246,244)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED2EB; }

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

This text font color is #EED2EB.


Background Color

.myBgColor { background-color: #EED2EB; }

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

This div background color is #EED2EB.


Border color

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

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

This div border color is #EED2EB.


Opacity

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

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

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

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

This text has shadow with #EED2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED2EB on black background.


Color preview on white background

This text has color #EED2EB on white background.



Black color preview on #EED2EB background

This text has black color on #EED2EB background.


White color preview on #EED2EB background

This text has white color on #EED2EB background.