COLOR #EEDFE5

HEX: #EEDFE5
RGB: (238,223,229)

Color info

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

RGB color model

#EEDFE5 color RGB value is (238,223,229).

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

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 229 of 255 = 90%

238
223
229

R + G + B ~ 90%. #EEDFE5 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 223 + 229 = 690 (100%)
R 238 of 690 ~ 34.49%
G 223 of 690 ~ 32.32%
B 229 of 690 ~ 33.19%

%34.49
%32.32
%33.19

CMYK color model

#EEDFE5 color CMYK value is (0,6,4,7).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 3.78%
  • key color value is 6.67%
CMYK:
(0,6,4,7)
C0M6Y4K7 
(0%,6%,4%,7%)
(0.00/0.06/0.04/0.07)	

CMYK percentages

%0
%6.3
%3.78
%6.67

Codes

Color #EEDFE5 in popluar color models

EEDFE5
RGB238223229
HSL336°30.61%90.39%
HSB/HSV336°6.30%93.33%
CMYK0.00%6.30%3.78%
6.67%

Color #EEDFE5 in popluar number systems.

HEXEEDFE5
Decimal238223229
Binary111011101101111111100101
Octal356337345

Shades and tints

Shades of #EEDFE5

#EEDFE5
(238,223,229)
#D9CBD1
(217,203,209)
#C4B7BD
(196,183,189)
#AFA3A9
(175,163,169)
#9A8F95
(154,143,149)
#857B81
(133,123,129)
#70676D
(112,103,109)
#5B5359
(91,83,89)
#463F45
(70,63,69)
#312B31
(49,43,49)
#1C171D
(28,23,29)
#000000
(0,0,0)

Tints of #EEDFE5

#EEDFE5
(238,223,229)
#EFE1E7
(239,225,231)
#F0E3E9
(240,227,233)
#F1E5EB
(241,229,235)
#F2E7ED
(242,231,237)
#F3E9EF
(243,233,239)
#F4EBF1
(244,235,241)
#F5EDF3
(245,237,243)
#F6EFF5
(246,239,245)
#F7F1F7
(247,241,247)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDFE5; }

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

This text font color is #EEDFE5.


Background Color

.myBgColor { background-color: #EEDFE5; }

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

This div background color is #EEDFE5.


Border color

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

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

This div border color is #EEDFE5.


Opacity

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

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

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

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

This text has shadow with #EEDFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDFE5 on black background.


Color preview on white background

This text has color #EEDFE5 on white background.



Black color preview on #EEDFE5 background

This text has black color on #EEDFE5 background.


White color preview on #EEDFE5 background

This text has white color on #EEDFE5 background.