COLOR #EEDEEE

HEX: #EEDEEE
RGB: (238,222,238)

Color info

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

RGB color model

#EEDEEE color RGB value is (238,222,238).

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

RGB channels and saturation

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

238
222
238

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

Portions of RGB colors in percentages

R + G + B =
238 + 222 + 238 = 698 (100%)
R 238 of 698 ~ 34.1%
G 222 of 698 ~ 31.81%
B 238 of 698 ~ 34.1%

%34.1
%31.81
%34.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.72%
  • 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
%6.72
%0
%6.67

Codes

Color #EEDEEE in popluar color models

EEDEEE
RGB238222238
HSL300°32.00%90.20%
HSB/HSV300°6.72%93.33%
CMYK0.00%6.72%0.00%
6.67%

Color #EEDEEE in popluar number systems.

HEXEEDEEE
Decimal238222238
Binary111011101101111011101110
Octal356336356

Shades and tints

Shades of #EEDEEE

#EEDEEE
(238,222,238)
#D9CAD9
(217,202,217)
#C4B6C4
(196,182,196)
#AFA2AF
(175,162,175)
#9A8E9A
(154,142,154)
#857A85
(133,122,133)
#706670
(112,102,112)
#5B525B
(91,82,91)
#463E46
(70,62,70)
#312A31
(49,42,49)
#1C161C
(28,22,28)
#000000
(0,0,0)

Tints of #EEDEEE

#EEDEEE
(238,222,238)
#EFE1EF
(239,225,239)
#F0E4F0
(240,228,240)
#F1E7F1
(241,231,241)
#F2EAF2
(242,234,242)
#F3EDF3
(243,237,243)
#F4F0F4
(244,240,244)
#F5F3F5
(245,243,245)
#F6F6F6
(246,246,246)
#F7F9F7
(247,249,247)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDEEE; }

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

This text font color is #EEDEEE.


Background Color

.myBgColor { background-color: #EEDEEE; }

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

This div background color is #EEDEEE.


Border color

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

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

This div border color is #EEDEEE.


Opacity

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

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

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

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

This text has shadow with #EEDEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDEEE on black background.


Color preview on white background

This text has color #EEDEEE on white background.



Black color preview on #EEDEEE background

This text has black color on #EEDEEE background.


White color preview on #EEDEEE background

This text has white color on #EEDEEE background.