COLOR #EEDEE2

HEX: #EEDEE2
RGB: (238,222,226)

Color info

#EEDEE2 contains red, green and blue colors in about the same proportion. Web safe color of #EEDEE2 is #FFCCCC (or #FCC).

RGB color model

#EEDEE2 color RGB value is (238,222,226).

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

RGB channels and saturation

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

238
222
226

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

Portions of RGB colors in percentages

R + G + B =
238 + 222 + 226 = 686 (100%)
R 238 of 686 ~ 34.69%
G 222 of 686 ~ 32.36%
B 226 of 686 ~ 32.94%

%34.69
%32.36
%32.94

CMYK color model

#EEDEE2 color CMYK value is (0,7,5,7).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK:
(0,7,5,7)
C0M7Y5K7 
(0%,7%,5%,7%)
(0.00/0.07/0.05/0.07)	

CMYK percentages

%0
%6.72
%5.04
%6.67

Codes

Color #EEDEE2 in popluar color models

EEDEE2
RGB238222226
HSL345°32.00%90.20%
HSB/HSV345°6.72%93.33%
CMYK0.00%6.72%5.04%
6.67%

Color #EEDEE2 in popluar number systems.

HEXEEDEE2
Decimal238222226
Binary111011101101111011100010
Octal356336342

Shades and tints

Shades of #EEDEE2

#EEDEE2
(238,222,226)
#D9CACE
(217,202,206)
#C4B6BA
(196,182,186)
#AFA2A6
(175,162,166)
#9A8E92
(154,142,146)
#857A7E
(133,122,126)
#70666A
(112,102,106)
#5B5256
(91,82,86)
#463E42
(70,62,66)
#312A2E
(49,42,46)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #EEDEE2

#EEDEE2
(238,222,226)
#EFE1E4
(239,225,228)
#F0E4E6
(240,228,230)
#F1E7E8
(241,231,232)
#F2EAEA
(242,234,234)
#F3EDEC
(243,237,236)
#F4F0EE
(244,240,238)
#F5F3F0
(245,243,240)
#F6F6F2
(246,246,242)
#F7F9F4
(247,249,244)
#F8FCF6
(248,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDEE2; }

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

This text font color is #EEDEE2.


Background Color

.myBgColor { background-color: #EEDEE2; }

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

This div background color is #EEDEE2.


Border color

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

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

This div border color is #EEDEE2.


Opacity

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

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

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

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

This text has shadow with #EEDEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDEE2 on black background.


Color preview on white background

This text has color #EEDEE2 on white background.



Black color preview on #EEDEE2 background

This text has black color on #EEDEE2 background.


White color preview on #EEDEE2 background

This text has white color on #EEDEE2 background.