COLOR #EEDFEA

HEX: #EEDFEA
RGB: (238,223,234)

Color info

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

RGB color model

#EEDFEA color RGB value is (238,223,234).

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

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 234 of 255 = 92%

238
223
234

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

Portions of RGB colors in percentages

R + G + B =
238 + 223 + 234 = 695 (100%)
R 238 of 695 ~ 34.24%
G 223 of 695 ~ 32.09%
B 234 of 695 ~ 33.67%

%34.24
%32.09
%33.67

CMYK color model

#EEDFEA color CMYK value is (0,6,2,7).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 1.68%
  • key color value is 6.67%
CMYK:
(0,6,2,7)
C0M6Y2K7 
(0%,6%,2%,7%)
(0.00/0.06/0.02/0.07)	

CMYK percentages

%0
%6.3
%1.68
%6.67

Codes

Color #EEDFEA in popluar color models

EEDFEA
RGB238223234
HSL316°30.61%90.39%
HSB/HSV316°6.30%93.33%
CMYK0.00%6.30%1.68%
6.67%

Color #EEDFEA in popluar number systems.

HEXEEDFEA
Decimal238223234
Binary111011101101111111101010
Octal356337352

Shades and tints

Shades of #EEDFEA

#EEDFEA
(238,223,234)
#D9CBD5
(217,203,213)
#C4B7C0
(196,183,192)
#AFA3AB
(175,163,171)
#9A8F96
(154,143,150)
#857B81
(133,123,129)
#70676C
(112,103,108)
#5B5357
(91,83,87)
#463F42
(70,63,66)
#312B2D
(49,43,45)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #EEDFEA

#EEDFEA
(238,223,234)
#EFE1EB
(239,225,235)
#F0E3EC
(240,227,236)
#F1E5ED
(241,229,237)
#F2E7EE
(242,231,238)
#F3E9EF
(243,233,239)
#F4EBF0
(244,235,240)
#F5EDF1
(245,237,241)
#F6EFF2
(246,239,242)
#F7F1F3
(247,241,243)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDFEA; }

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

This text font color is #EEDFEA.


Background Color

.myBgColor { background-color: #EEDFEA; }

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

This div background color is #EEDFEA.


Border color

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

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

This div border color is #EEDFEA.


Opacity

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

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

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

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

This text has shadow with #EEDFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDFEA on black background.


Color preview on white background

This text has color #EEDFEA on white background.



Black color preview on #EEDFEA background

This text has black color on #EEDFEA background.


White color preview on #EEDFEA background

This text has white color on #EEDFEA background.