COLOR #EEDDE4

HEX: #EEDDE4
RGB: (238,221,228)

Color info

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

RGB color model

#EEDDE4 color RGB value is (238,221,228).

  • red value is 238;
  • green value is 221;
  • blue value is 228.
RGB:
(238,221,228)
(93%,87%,89%)

RGB channels and saturation

R 238 of 255 = 93%
G 221 of 255 = 87%
B 228 of 255 = 89%

238
221
228

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

Portions of RGB colors in percentages

R + G + B =
238 + 221 + 228 = 687 (100%)
R 238 of 687 ~ 34.64%
G 221 of 687 ~ 32.17%
B 228 of 687 ~ 33.19%

%34.64
%32.17
%33.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 4.20%
  • key color value is 6.67%
CMYK:
(0,7,4,7)
C0M7Y4K7 
(0%,7%,4%,7%)
(0.00/0.07/0.04/0.07)	

CMYK percentages

%0
%7.14
%4.2
%6.67

Codes

Color #EEDDE4 in popluar color models

EEDDE4
RGB238221228
HSL335°33.33%90.00%
HSB/HSV335°7.14%93.33%
CMYK0.00%7.14%4.20%
6.67%

Color #EEDDE4 in popluar number systems.

HEXEEDDE4
Decimal238221228
Binary111011101101110111100100
Octal356335344

Shades and tints

Shades of #EEDDE4

#EEDDE4
(238,221,228)
#D9C9D0
(217,201,208)
#C4B5BC
(196,181,188)
#AFA1A8
(175,161,168)
#9A8D94
(154,141,148)
#857980
(133,121,128)
#70656C
(112,101,108)
#5B5158
(91,81,88)
#463D44
(70,61,68)
#312930
(49,41,48)
#1C151C
(28,21,28)
#000000
(0,0,0)

Tints of #EEDDE4

#EEDDE4
(238,221,228)
#EFE0E6
(239,224,230)
#F0E3E8
(240,227,232)
#F1E6EA
(241,230,234)
#F2E9EC
(242,233,236)
#F3ECEE
(243,236,238)
#F4EFF0
(244,239,240)
#F5F2F2
(245,242,242)
#F6F5F4
(246,245,244)
#F7F8F6
(247,248,246)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDDE4 color. Also use rgb(238,221,228) instead hex code.

Text Font Color

.myTextColor { color: #EEDDE4; }

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

This text font color is #EEDDE4.


Background Color

.myBgColor { background-color: #EEDDE4; }

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

This div background color is #EEDDE4.


Border color

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

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

This div border color is #EEDDE4.


Opacity

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

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

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

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

This text has shadow with #EEDDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDDE4 on black background.


Color preview on white background

This text has color #EEDDE4 on white background.



Black color preview on #EEDDE4 background

This text has black color on #EEDDE4 background.


White color preview on #EEDDE4 background

This text has white color on #EEDDE4 background.