COLOR #EEDCED

HEX: #EEDCED
RGB: (238,220,237)

Color info

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

RGB color model

#EEDCED color RGB value is (238,220,237).

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

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 237 of 255 = 93%

238
220
237

R + G + B ~ 91%. #EEDCED is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 220 + 237 = 695 (100%)
R 238 of 695 ~ 34.24%
G 220 of 695 ~ 31.65%
B 237 of 695 ~ 34.1%

%34.24
%31.65
%34.1

CMYK color model

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

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

CMYK percentages

%0
%7.56
%0.42
%6.67

Codes

Color #EEDCED in popluar color models

EEDCED
RGB238220237
HSL303°34.62%89.80%
HSB/HSV303°7.56%93.33%
CMYK0.00%7.56%0.42%
6.67%

Color #EEDCED in popluar number systems.

HEXEEDCED
Decimal238220237
Binary111011101101110011101101
Octal356334355

Shades and tints

Shades of #EEDCED

#EEDCED
(238,220,237)
#D9C8D8
(217,200,216)
#C4B4C3
(196,180,195)
#AFA0AE
(175,160,174)
#9A8C99
(154,140,153)
#857884
(133,120,132)
#70646F
(112,100,111)
#5B505A
(91,80,90)
#463C45
(70,60,69)
#312830
(49,40,48)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #EEDCED

#EEDCED
(238,220,237)
#EFDFEE
(239,223,238)
#F0E2EF
(240,226,239)
#F1E5F0
(241,229,240)
#F2E8F1
(242,232,241)
#F3EBF2
(243,235,242)
#F4EEF3
(244,238,243)
#F5F1F4
(245,241,244)
#F6F4F5
(246,244,245)
#F7F7F6
(247,247,246)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDCED; }

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

This text font color is #EEDCED.


Background Color

.myBgColor { background-color: #EEDCED; }

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

This div background color is #EEDCED.


Border color

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

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

This div border color is #EEDCED.


Opacity

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

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

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

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

This text has shadow with #EEDCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDCED on black background.


Color preview on white background

This text has color #EEDCED on white background.



Black color preview on #EEDCED background

This text has black color on #EEDCED background.


White color preview on #EEDCED background

This text has white color on #EEDCED background.