COLOR #EEEDFA

HEX: #EEEDFA
RGB: (238,237,250)

Color info

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

RGB color model

#EEEDFA color RGB value is (238,237,250).

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

RGB channels and saturation

R 238 of 255 = 93%
G 237 of 255 = 93%
B 250 of 255 = 98%

238
237
250

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

Portions of RGB colors in percentages

R + G + B =
238 + 237 + 250 = 725 (100%)
R 238 of 725 ~ 32.83%
G 237 of 725 ~ 32.69%
B 250 of 725 ~ 34.48%

%32.83
%32.69
%34.48

CMYK color model

#EEEDFA color CMYK value is (5,5,0,2).

  • cyan value is 4.80%
  • magenta value is 5.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(5,5,0,2)
C5M5Y0K2 
(5%,5%,0%,2%)
(0.05/0.05/0.00/0.02)	

CMYK percentages

%4.8
%5.2
%0
%1.96

Codes

Color #EEEDFA in popluar color models

EEEDFA
RGB238237250
HSL245°56.52%95.49%
HSB/HSV245°5.20%98.04%
CMYK4.80%5.20%0.00%
1.96%

Color #EEEDFA in popluar number systems.

HEXEEEDFA
Decimal238237250
Binary111011101110110111111010
Octal356355372

Shades and tints

Shades of #EEEDFA

#EEEDFA
(238,237,250)
#D9D8E4
(217,216,228)
#C4C3CE
(196,195,206)
#AFAEB8
(175,174,184)
#9A99A2
(154,153,162)
#85848C
(133,132,140)
#706F76
(112,111,118)
#5B5A60
(91,90,96)
#46454A
(70,69,74)
#313034
(49,48,52)
#1C1B1E
(28,27,30)
#000000
(0,0,0)

Tints of #EEEDFA

#EEEDFA
(238,237,250)
#EFEEFA
(239,238,250)
#F0EFFA
(240,239,250)
#F1F0FA
(241,240,250)
#F2F1FA
(242,241,250)
#F3F2FA
(243,242,250)
#F4F3FA
(244,243,250)
#F5F4FA
(245,244,250)
#F6F5FA
(246,245,250)
#F7F6FA
(247,246,250)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEDFA; }

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

This text font color is #EEEDFA.


Background Color

.myBgColor { background-color: #EEEDFA; }

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

This div background color is #EEEDFA.


Border color

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

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

This div border color is #EEEDFA.


Opacity

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

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

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

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

This text has shadow with #EEEDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEDFA on black background.


Color preview on white background

This text has color #EEEDFA on white background.



Black color preview on #EEEDFA background

This text has black color on #EEEDFA background.


White color preview on #EEEDFA background

This text has white color on #EEEDFA background.