COLOR #EEEDFC

HEX: #EEEDFC
RGB: (238,237,252)

Color info

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

RGB color model

#EEEDFC color RGB value is (238,237,252).

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

RGB channels and saturation

R 238 of 255 = 93%
G 237 of 255 = 93%
B 252 of 255 = 99%

238
237
252

R + G + B ~ 95%. #EEEDFC is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 237 + 252 = 727 (100%)
R 238 of 727 ~ 32.74%
G 237 of 727 ~ 32.6%
B 252 of 727 ~ 34.66%

%32.74
%32.6
%34.66

CMYK color model

#EEEDFC color CMYK value is (6,6,0,1).

  • cyan value is 5.56%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(6,6,0,1)
C6M6Y0K1 
(6%,6%,0%,1%)
(0.06/0.06/0.00/0.01)	

CMYK percentages

%5.56
%5.95
%0
%1.18

Codes

Color #EEEDFC in popluar color models

EEEDFC
RGB238237252
HSL244°71.43%95.88%
HSB/HSV244°5.95%98.82%
CMYK5.56%5.95%0.00%
1.18%

Color #EEEDFC in popluar number systems.

HEXEEEDFC
Decimal238237252
Binary111011101110110111111100
Octal356355374

Shades and tints

Shades of #EEEDFC

#EEEDFC
(238,237,252)
#D9D8E6
(217,216,230)
#C4C3D0
(196,195,208)
#AFAEBA
(175,174,186)
#9A99A4
(154,153,164)
#85848E
(133,132,142)
#706F78
(112,111,120)
#5B5A62
(91,90,98)
#46454C
(70,69,76)
#313036
(49,48,54)
#1C1B20
(28,27,32)
#000000
(0,0,0)

Tints of #EEEDFC

#EEEDFC
(238,237,252)
#EFEEFC
(239,238,252)
#F0EFFC
(240,239,252)
#F1F0FC
(241,240,252)
#F2F1FC
(242,241,252)
#F3F2FC
(243,242,252)
#F4F3FC
(244,243,252)
#F5F4FC
(245,244,252)
#F6F5FC
(246,245,252)
#F7F6FC
(247,246,252)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEDFC; }

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

This text font color is #EEEDFC.


Background Color

.myBgColor { background-color: #EEEDFC; }

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

This div background color is #EEEDFC.


Border color

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

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

This div border color is #EEEDFC.


Opacity

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

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

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

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

This text has shadow with #EEEDFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEDFC on black background.


Color preview on white background

This text has color #EEEDFC on white background.



Black color preview on #EEEDFC background

This text has black color on #EEEDFC background.


White color preview on #EEEDFC background

This text has white color on #EEEDFC background.