COLOR #EED3E5

HEX: #EED3E5
RGB: (238,211,229)

Color info

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

RGB color model

#EED3E5 color RGB value is (238,211,229).

  • red value is 238;
  • green value is 211;
  • blue value is 229.
RGB:
(238,211,229)
(93%,83%,90%)

RGB channels and saturation

R 238 of 255 = 93%
G 211 of 255 = 83%
B 229 of 255 = 90%

238
211
229

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

Portions of RGB colors in percentages

R + G + B =
238 + 211 + 229 = 678 (100%)
R 238 of 678 ~ 35.1%
G 211 of 678 ~ 31.12%
B 229 of 678 ~ 33.78%

%35.1
%31.12
%33.78

CMYK color model

#EED3E5 color CMYK value is (0,11,4,7).

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 3.78%
  • key color value is 6.67%
CMYK:
(0,11,4,7)
C0M11Y4K7 
(0%,11%,4%,7%)
(0.00/0.11/0.04/0.07)	

CMYK percentages

%0
%11.34
%3.78
%6.67

Codes

Color #EED3E5 in popluar color models

EED3E5
RGB238211229
HSL320°44.26%88.04%
HSB/HSV320°11.34%93.33%
CMYK0.00%11.34%3.78%
6.67%

Color #EED3E5 in popluar number systems.

HEXEED3E5
Decimal238211229
Binary111011101101001111100101
Octal356323345

Shades and tints

Shades of #EED3E5

#EED3E5
(238,211,229)
#D9C0D1
(217,192,209)
#C4ADBD
(196,173,189)
#AF9AA9
(175,154,169)
#9A8795
(154,135,149)
#857481
(133,116,129)
#70616D
(112,97,109)
#5B4E59
(91,78,89)
#463B45
(70,59,69)
#312831
(49,40,49)
#1C151D
(28,21,29)
#000000
(0,0,0)

Tints of #EED3E5

#EED3E5
(238,211,229)
#EFD7E7
(239,215,231)
#F0DBE9
(240,219,233)
#F1DFEB
(241,223,235)
#F2E3ED
(242,227,237)
#F3E7EF
(243,231,239)
#F4EBF1
(244,235,241)
#F5EFF3
(245,239,243)
#F6F3F5
(246,243,245)
#F7F7F7
(247,247,247)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED3E5 color. Also use rgb(238,211,229) instead hex code.

Text Font Color

.myTextColor { color: #EED3E5; }

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

This text font color is #EED3E5.


Background Color

.myBgColor { background-color: #EED3E5; }

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

This div background color is #EED3E5.


Border color

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

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

This div border color is #EED3E5.


Opacity

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

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

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

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

This text has shadow with #EED3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED3E5 on black background.


Color preview on white background

This text has color #EED3E5 on white background.



Black color preview on #EED3E5 background

This text has black color on #EED3E5 background.


White color preview on #EED3E5 background

This text has white color on #EED3E5 background.