COLOR #EEDAE6

HEX: #EEDAE6
RGB: (238,218,230)

Color info

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

RGB color model

#EEDAE6 color RGB value is (238,218,230).

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

RGB channels and saturation

R 238 of 255 = 93%
G 218 of 255 = 85%
B 230 of 255 = 90%

238
218
230

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

Portions of RGB colors in percentages

R + G + B =
238 + 218 + 230 = 686 (100%)
R 238 of 686 ~ 34.69%
G 218 of 686 ~ 31.78%
B 230 of 686 ~ 33.53%

%34.69
%31.78
%33.53

CMYK color model

#EEDAE6 color CMYK value is (0,8,3,7).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 3.36%
  • key color value is 6.67%
CMYK:
(0,8,3,7)
C0M8Y3K7 
(0%,8%,3%,7%)
(0.00/0.08/0.03/0.07)	

CMYK percentages

%0
%8.4
%3.36
%6.67

Codes

Color #EEDAE6 in popluar color models

EEDAE6
RGB238218230
HSL324°37.04%89.41%
HSB/HSV324°8.40%93.33%
CMYK0.00%8.40%3.36%
6.67%

Color #EEDAE6 in popluar number systems.

HEXEEDAE6
Decimal238218230
Binary111011101101101011100110
Octal356332346

Shades and tints

Shades of #EEDAE6

#EEDAE6
(238,218,230)
#D9C7D2
(217,199,210)
#C4B4BE
(196,180,190)
#AFA1AA
(175,161,170)
#9A8E96
(154,142,150)
#857B82
(133,123,130)
#70686E
(112,104,110)
#5B555A
(91,85,90)
#464246
(70,66,70)
#312F32
(49,47,50)
#1C1C1E
(28,28,30)
#000000
(0,0,0)

Tints of #EEDAE6

#EEDAE6
(238,218,230)
#EFDDE8
(239,221,232)
#F0E0EA
(240,224,234)
#F1E3EC
(241,227,236)
#F2E6EE
(242,230,238)
#F3E9F0
(243,233,240)
#F4ECF2
(244,236,242)
#F5EFF4
(245,239,244)
#F6F2F6
(246,242,246)
#F7F5F8
(247,245,248)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDAE6; }

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

This text font color is #EEDAE6.


Background Color

.myBgColor { background-color: #EEDAE6; }

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

This div background color is #EEDAE6.


Border color

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

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

This div border color is #EEDAE6.


Opacity

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

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

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

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

This text has shadow with #EEDAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDAE6 on black background.


Color preview on white background

This text has color #EEDAE6 on white background.



Black color preview on #EEDAE6 background

This text has black color on #EEDAE6 background.


White color preview on #EEDAE6 background

This text has white color on #EEDAE6 background.