COLOR #EEDCEA

HEX: #EEDCEA
RGB: (238,220,234)

Color info

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

RGB color model

#EEDCEA color RGB value is (238,220,234).

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

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 234 of 255 = 92%

238
220
234

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

Portions of RGB colors in percentages

R + G + B =
238 + 220 + 234 = 692 (100%)
R 238 of 692 ~ 34.39%
G 220 of 692 ~ 31.79%
B 234 of 692 ~ 33.82%

%34.39
%31.79
%33.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 1.68%
  • key color value is 6.67%
CMYK:
(0,8,2,7)
C0M8Y2K7 
(0%,8%,2%,7%)
(0.00/0.08/0.02/0.07)	

CMYK percentages

%0
%7.56
%1.68
%6.67

Codes

Color #EEDCEA in popluar color models

EEDCEA
RGB238220234
HSL313°34.62%89.80%
HSB/HSV313°7.56%93.33%
CMYK0.00%7.56%1.68%
6.67%

Color #EEDCEA in popluar number systems.

HEXEEDCEA
Decimal238220234
Binary111011101101110011101010
Octal356334352

Shades and tints

Shades of #EEDCEA

#EEDCEA
(238,220,234)
#D9C8D5
(217,200,213)
#C4B4C0
(196,180,192)
#AFA0AB
(175,160,171)
#9A8C96
(154,140,150)
#857881
(133,120,129)
#70646C
(112,100,108)
#5B5057
(91,80,87)
#463C42
(70,60,66)
#31282D
(49,40,45)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #EEDCEA

#EEDCEA
(238,220,234)
#EFDFEB
(239,223,235)
#F0E2EC
(240,226,236)
#F1E5ED
(241,229,237)
#F2E8EE
(242,232,238)
#F3EBEF
(243,235,239)
#F4EEF0
(244,238,240)
#F5F1F1
(245,241,241)
#F6F4F2
(246,244,242)
#F7F7F3
(247,247,243)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDCEA; }

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

This text font color is #EEDCEA.


Background Color

.myBgColor { background-color: #EEDCEA; }

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

This div background color is #EEDCEA.


Border color

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

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

This div border color is #EEDCEA.


Opacity

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

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

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

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

This text has shadow with #EEDCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDCEA on black background.


Color preview on white background

This text has color #EEDCEA on white background.



Black color preview on #EEDCEA background

This text has black color on #EEDCEA background.


White color preview on #EEDCEA background

This text has white color on #EEDCEA background.