COLOR #EEEDF8

HEX: #EEEDF8
RGB: (238,237,248)

Color info

#EEEDF8 contains red, green and blue colors in about the same proportion. Web safe color of #EEEDF8 is #FFFFFF (or #FFF).

RGB color model

#EEEDF8 color RGB value is (238,237,248).

  • red value is 238;
  • green value is 237;
  • blue value is 248.
RGB:
(238,237,248)
(93%,93%,97%)

RGB channels and saturation

R 238 of 255 = 93%
G 237 of 255 = 93%
B 248 of 255 = 97%

238
237
248

R + G + B ~ 94%. #EEEDF8 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 237 + 248 = 723 (100%)
R 238 of 723 ~ 32.92%
G 237 of 723 ~ 32.78%
B 248 of 723 ~ 34.3%

%32.92
%32.78
%34.3

CMYK color model

#EEEDF8 color CMYK value is (4,4,0,3).

  • cyan value is 4.03%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(4,4,0,3)
C4M4Y0K3 
(4%,4%,0%,3%)
(0.04/0.04/0.00/0.03)	

CMYK percentages

%4.03
%4.44
%0
%2.75

Codes

Color #EEEDF8 in popluar color models

EEEDF8
RGB238237248
HSL245°44.00%95.10%
HSB/HSV245°4.44%97.25%
CMYK4.03%4.44%0.00%
2.75%

Color #EEEDF8 in popluar number systems.

HEXEEEDF8
Decimal238237248
Binary111011101110110111111000
Octal356355370

Shades and tints

Shades of #EEEDF8

#EEEDF8
(238,237,248)
#D9D8E2
(217,216,226)
#C4C3CC
(196,195,204)
#AFAEB6
(175,174,182)
#9A99A0
(154,153,160)
#85848A
(133,132,138)
#706F74
(112,111,116)
#5B5A5E
(91,90,94)
#464548
(70,69,72)
#313032
(49,48,50)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #EEEDF8

#EEEDF8
(238,237,248)
#EFEEF8
(239,238,248)
#F0EFF8
(240,239,248)
#F1F0F8
(241,240,248)
#F2F1F8
(242,241,248)
#F3F2F8
(243,242,248)
#F4F3F8
(244,243,248)
#F5F4F8
(245,244,248)
#F6F5F8
(246,245,248)
#F7F6F8
(247,246,248)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEDF8; }

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

This text font color is #EEEDF8.


Background Color

.myBgColor { background-color: #EEEDF8; }

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

This div background color is #EEEDF8.


Border color

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

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

This div border color is #EEEDF8.


Opacity

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

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

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

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

This text has shadow with #EEEDF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEDF8 on black background.


Color preview on white background

This text has color #EEEDF8 on white background.



Black color preview on #EEEDF8 background

This text has black color on #EEEDF8 background.


White color preview on #EEEDF8 background

This text has white color on #EEEDF8 background.