COLOR #EEDAE2

HEX: #EEDAE2
RGB: (238,218,226)

Color info

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

RGB color model

#EEDAE2 color RGB value is (238,218,226).

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

RGB channels and saturation

R 238 of 255 = 93%
G 218 of 255 = 85%
B 226 of 255 = 89%

238
218
226

R + G + B ~ 89%. #EEDAE2 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 218 + 226 = 682 (100%)
R 238 of 682 ~ 34.9%
G 218 of 682 ~ 31.96%
B 226 of 682 ~ 33.14%

%34.9
%31.96
%33.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK: (0,8,5,7) C0M8Y5K7 (0%,8%,5%,7%) (0.00/0.08/0.05/0.07)

CMYK percentages

%0
%8.4
%5.04
%6.67

Codes

Color #EEDAE2 in popluar color models

EEDAE2
RGB238218226
HSL336°37.04%89.41%
HSB/HSV336°8.40%93.33%
CMYK0.00%8.40%5.04%
6.67%

Color #EEDAE2 in popluar number systems.

HEXEEDAE2
Decimal238218226
Binary111011101101101011100010
Octal356332342

Shades and tints

Shades of #EEDAE2

#EEDAE2
(238,218,226)
#D9C7CE
(217,199,206)
#C4B4BA
(196,180,186)
#AFA1A6
(175,161,166)
#9A8E92
(154,142,146)
#857B7E
(133,123,126)
#70686A
(112,104,106)
#5B5556
(91,85,86)
#464242
(70,66,66)
#312F2E
(49,47,46)
#1C1C1A
(28,28,26)
#000000
(0,0,0)

Tints of #EEDAE2

#EEDAE2
(238,218,226)
#EFDDE4
(239,221,228)
#F0E0E6
(240,224,230)
#F1E3E8
(241,227,232)
#F2E6EA
(242,230,234)
#F3E9EC
(243,233,236)
#F4ECEE
(244,236,238)
#F5EFF0
(245,239,240)
#F6F2F2
(246,242,242)
#F7F5F4
(247,245,244)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDAE2; }

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

This text font color is #EEDAE2.


Background Color

.myBgColor { background-color: #EEDAE2; }

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

This div background color is #EEDAE2.


Border color

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

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

This div border color is #EEDAE2.


Opacity

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

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

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

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

This text has shadow with #EEDAE2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EEDAE2 on black background.


Color preview on white background

This text has color #EEDAE2 on white background.



Black color preview on #EEDAE2 background

This text has black color on #EEDAE2 background.


White color preview on #EEDAE2 background

This text has white color on #EEDAE2 background.