COLOR #EEEEFC

HEX: #EEEEFC RGB: (238,238,252)

Color info

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

RGB color model

#EEEEFC color RGB value is (238,238,252).

RGB: (238,238,252) (93%, 93%, 99%)

RGB channels and saturation

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

238
238
252

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

Portions of RGB colors in percentages

R + G + B = 238 + 238 + 252 = 728 (100%)
R 238 of 728 ~ 32.69%
G 238 of 728 ~ 32.69%
B 252 of 728 ~ 34.62'%

%32.69
%32.69
%34.62

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 5.56%
  • 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.56
%0
%1.18

Codes

Color #EEEEFC in popluar color models

EE EE FC
RGB 238 238 252
HSL 240° 70.00% 96.08%
HSB/HSV 240° 5.56% 98.82%
CMYK 5.56% 5.56% 0.00%
1.18%

Color #EEEEFC in popluar number systems.

HEX EE EE FC
Decimal 238 238 252
Binary 11101110 11101110 11111100
Octal 356 356 374

Shades and tints

Shades of #EEEEFC

#EEEEFC
(238,238,252)
#D9D9E6
(217,217,230)
#C4C4D0
(196,196,208)
#AFAFBA
(175,175,186)
#9A9AA4
(154,154,164)
#85858E
(133,133,142)
#707078
(112,112,120)
#5B5B62
(91,91,98)
#46464C
(70,70,76)
#313136
(49,49,54)
#1C1C20
(28,28,32)
#000000
(0,0,0)

Tints of #EEEEFC

#EEEEFC
(238,238,252)
#EFEFFC
(239,239,252)
#F0F0FC
(240,240,252)
#F1F1FC
(241,241,252)
#F2F2FC
(242,242,252)
#F3F3FC
(243,243,252)
#F4F4FC
(244,244,252)
#F5F5FC
(245,245,252)
#F6F6FC
(246,246,252)
#F7F7FC
(247,247,252)
#F8F8FC
(248,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEEFC; }

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

This text font color is #EEEEFC.

Background Color

.myBgColor { background-color: #EEEEFC; }

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

This div background color is #EEEEFC.

Border color

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

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

This div border color is #EEEEFC.

Opacity

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

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

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

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

This text has shadow with #EEEEFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEEFC.

Preview

Color preview on black background

This text has color #EEEEFC on black background.


Color preview on white background

This text has color #EEEEFC on white background.


Black color preview on #EEEEFC background

This text has black color on #EEEEFC background.


White color preview on #EEEEFC background

This text has white color on #EEEEFC background.


Related colors

Complementary color

Complementary color for #hex is #111103.


I love getcolorcode.com