COLOR #EEDFE2

HEX: #EEDFE2
RGB: (238,223,226)

Color info

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

RGB color model

#EEDFE2 color RGB value is (238,223,226).

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

RGB channels and saturation

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

238
223
226

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

Portions of RGB colors in percentages

R + G + B =
238 + 223 + 226 = 687 (100%)
R 238 of 687 ~ 34.64%
G 223 of 687 ~ 32.46%
B 226 of 687 ~ 32.9%

%34.64
%32.46
%32.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK:
(0,6,5,7)
C0M6Y5K7 
(0%,6%,5%,7%)
(0.00/0.06/0.05/0.07)	

CMYK percentages

%0
%6.3
%5.04
%6.67

Codes

Color #EEDFE2 in popluar color models

EEDFE2
RGB238223226
HSL348°30.61%90.39%
HSB/HSV348°6.30%93.33%
CMYK0.00%6.30%5.04%
6.67%

Color #EEDFE2 in popluar number systems.

HEXEEDFE2
Decimal238223226
Binary111011101101111111100010
Octal356337342

Shades and tints

Shades of #EEDFE2

#EEDFE2
(238,223,226)
#D9CBCE
(217,203,206)
#C4B7BA
(196,183,186)
#AFA3A6
(175,163,166)
#9A8F92
(154,143,146)
#857B7E
(133,123,126)
#70676A
(112,103,106)
#5B5356
(91,83,86)
#463F42
(70,63,66)
#312B2E
(49,43,46)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #EEDFE2

#EEDFE2
(238,223,226)
#EFE1E4
(239,225,228)
#F0E3E6
(240,227,230)
#F1E5E8
(241,229,232)
#F2E7EA
(242,231,234)
#F3E9EC
(243,233,236)
#F4EBEE
(244,235,238)
#F5EDF0
(245,237,240)
#F6EFF2
(246,239,242)
#F7F1F4
(247,241,244)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDFE2; }

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

This text font color is #EEDFE2.


Background Color

.myBgColor { background-color: #EEDFE2; }

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

This div background color is #EEDFE2.


Border color

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

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

This div border color is #EEDFE2.


Opacity

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

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

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

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

This text has shadow with #EEDFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDFE2 on black background.


Color preview on white background

This text has color #EEDFE2 on white background.



Black color preview on #EEDFE2 background

This text has black color on #EEDFE2 background.


White color preview on #EEDFE2 background

This text has white color on #EEDFE2 background.