COLOR #EEDADC

HEX: #EEDADC
RGB: (238,218,220)

Color info

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

RGB color model

#EEDADC color RGB value is (238,218,220).

  • red value is 238;
  • green value is 218;
  • blue value is 220.
RGB:
(238,218,220)
(93%,85%,86%)

RGB channels and saturation

R 238 of 255 = 93%
G 218 of 255 = 85%
B 220 of 255 = 86%

238
218
220

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

Portions of RGB colors in percentages

R + G + B =
238 + 218 + 220 = 676 (100%)
R 238 of 676 ~ 35.21%
G 218 of 676 ~ 32.25%
B 220 of 676 ~ 32.54%

%35.21
%32.25
%32.54

CMYK color model

#EEDADC color CMYK value is (0,8,8,7).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 7.56%
  • key color value is 6.67%
CMYK:
(0,8,8,7)
C0M8Y8K7 
(0%,8%,8%,7%)
(0.00/0.08/0.08/0.07)	

CMYK percentages

%0
%8.4
%7.56
%6.67

Codes

Color #EEDADC in popluar color models

EEDADC
RGB238218220
HSL354°37.04%89.41%
HSB/HSV354°8.40%93.33%
CMYK0.00%8.40%7.56%
6.67%

Color #EEDADC in popluar number systems.

HEXEEDADC
Decimal238218220
Binary111011101101101011011100
Octal356332334

Shades and tints

Shades of #EEDADC

#EEDADC
(238,218,220)
#D9C7C8
(217,199,200)
#C4B4B4
(196,180,180)
#AFA1A0
(175,161,160)
#9A8E8C
(154,142,140)
#857B78
(133,123,120)
#706864
(112,104,100)
#5B5550
(91,85,80)
#46423C
(70,66,60)
#312F28
(49,47,40)
#1C1C14
(28,28,20)
#000000
(0,0,0)

Tints of #EEDADC

#EEDADC
(238,218,220)
#EFDDDF
(239,221,223)
#F0E0E2
(240,224,226)
#F1E3E5
(241,227,229)
#F2E6E8
(242,230,232)
#F3E9EB
(243,233,235)
#F4ECEE
(244,236,238)
#F5EFF1
(245,239,241)
#F6F2F4
(246,242,244)
#F7F5F7
(247,245,247)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDADC color. Also use rgb(238,218,220) instead hex code.

Text Font Color

.myTextColor { color: #EEDADC; }

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

This text font color is #EEDADC.


Background Color

.myBgColor { background-color: #EEDADC; }

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

This div background color is #EEDADC.


Border color

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

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

This div border color is #EEDADC.


Opacity

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

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

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

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

This text has shadow with #EEDADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDADC on black background.


Color preview on white background

This text has color #EEDADC on white background.



Black color preview on #EEDADC background

This text has black color on #EEDADC background.


White color preview on #EEDADC background

This text has white color on #EEDADC background.