COLOR #EEEEFA

HEX: #EEEEFA
RGB: (238,238,250)

Color info

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

RGB color model

#EEEEFA color RGB value is (238,238,250).

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

RGB channels and saturation

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

238
238
250

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

Portions of RGB colors in percentages

R + G + B =
238 + 238 + 250 = 726 (100%)
R 238 of 726 ~ 32.78%
G 238 of 726 ~ 32.78%
B 250 of 726 ~ 34.44%

%32.78
%32.78
%34.44

CMYK color model

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

  • cyan value is 4.80%
  • magenta value is 4.80%
  • 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
%4.8
%0
%1.96

Codes

Color #EEEEFA in popluar color models

EEEEFA
RGB238238250
HSL240°54.55%95.69%
HSB/HSV240°4.80%98.04%
CMYK4.80%4.80%0.00%
1.96%

Color #EEEEFA in popluar number systems.

HEXEEEEFA
Decimal238238250
Binary111011101110111011111010
Octal356356372

Shades and tints

Shades of #EEEEFA

#EEEEFA
(238,238,250)
#D9D9E4
(217,217,228)
#C4C4CE
(196,196,206)
#AFAFB8
(175,175,184)
#9A9AA2
(154,154,162)
#85858C
(133,133,140)
#707076
(112,112,118)
#5B5B60
(91,91,96)
#46464A
(70,70,74)
#313134
(49,49,52)
#1C1C1E
(28,28,30)
#000000
(0,0,0)

Tints of #EEEEFA

#EEEEFA
(238,238,250)
#EFEFFA
(239,239,250)
#F0F0FA
(240,240,250)
#F1F1FA
(241,241,250)
#F2F2FA
(242,242,250)
#F3F3FA
(243,243,250)
#F4F4FA
(244,244,250)
#F5F5FA
(245,245,250)
#F6F6FA
(246,246,250)
#F7F7FA
(247,247,250)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEEFA; }

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

This text font color is #EEEEFA.


Background Color

.myBgColor { background-color: #EEEEFA; }

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

This div background color is #EEEEFA.


Border color

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

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

This div border color is #EEEEFA.


Opacity

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

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

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

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

This text has shadow with #EEEEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEEFA on black background.


Color preview on white background

This text has color #EEEEFA on white background.



Black color preview on #EEEEFA background

This text has black color on #EEEEFA background.


White color preview on #EEEEFA background

This text has white color on #EEEEFA background.