COLOR #EEDDEE

HEX: #EEDDEE
RGB: (238,221,238)

Color info

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

RGB color model

#EEDDEE color RGB value is (238,221,238).

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

RGB channels and saturation

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

238
221
238

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

Portions of RGB colors in percentages

R + G + B =
238 + 221 + 238 = 697 (100%)
R 238 of 697 ~ 34.15%
G 221 of 697 ~ 31.71%
B 238 of 697 ~ 34.15%

%34.15
%31.71
%34.15

CMYK color model

#EEDDEE color CMYK value is (0,7,0,7).

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

CMYK percentages

%0
%7.14
%0
%6.67

Codes

Color #EEDDEE in popluar color models

EEDDEE
RGB238221238
HSL300°33.33%90.00%
HSB/HSV300°7.14%93.33%
CMYK0.00%7.14%0.00%
6.67%

Color #EEDDEE in popluar number systems.

HEXEEDDEE
Decimal238221238
Binary111011101101110111101110
Octal356335356

Shades and tints

Shades of #EEDDEE

#EEDDEE
(238,221,238)
#D9C9D9
(217,201,217)
#C4B5C4
(196,181,196)
#AFA1AF
(175,161,175)
#9A8D9A
(154,141,154)
#857985
(133,121,133)
#706570
(112,101,112)
#5B515B
(91,81,91)
#463D46
(70,61,70)
#312931
(49,41,49)
#1C151C
(28,21,28)
#000000
(0,0,0)

Tints of #EEDDEE

#EEDDEE
(238,221,238)
#EFE0EF
(239,224,239)
#F0E3F0
(240,227,240)
#F1E6F1
(241,230,241)
#F2E9F2
(242,233,242)
#F3ECF3
(243,236,243)
#F4EFF4
(244,239,244)
#F5F2F5
(245,242,245)
#F6F5F6
(246,245,246)
#F7F8F7
(247,248,247)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDDEE; }

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

This text font color is #EEDDEE.


Background Color

.myBgColor { background-color: #EEDDEE; }

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

This div background color is #EEDDEE.


Border color

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

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

This div border color is #EEDDEE.


Opacity

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

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

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

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

This text has shadow with #EEDDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDDEE on black background.


Color preview on white background

This text has color #EEDDEE on white background.



Black color preview on #EEDDEE background

This text has black color on #EEDDEE background.


White color preview on #EEDDEE background

This text has white color on #EEDDEE background.