COLOR #EEE0FE

HEX: #EEE0FE
RGB: (238,224,254)

Color info

#EEE0FE contains red, green and blue colors in about the same proportion. Web safe color of #EEE0FE is #FFCCFF (or #FCF).

RGB color model

#EEE0FE color RGB value is (238,224,254).

  • red value is 238;
  • green value is 224;
  • blue value is 254.
RGB:
(238,224,254)
(93%,88%,100%)

RGB channels and saturation

R 238 of 255 = 93%
G 224 of 255 = 88%
B 254 of 255 = 100%

238
224
254

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

Portions of RGB colors in percentages

R + G + B =
238 + 224 + 254 = 716 (100%)
R 238 of 716 ~ 33.24%
G 224 of 716 ~ 31.28%
B 254 of 716 ~ 35.47%

%33.24
%31.28
%35.47

CMYK color model

#EEE0FE color CMYK value is (6,12,0,0).

  • cyan value is 6.30%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(6,12,0,0)
C6M12Y0K0 
(6%,12%,0%,0%)
(0.06/0.12/0.00/0.00)	

CMYK percentages

%6.3
%11.81
%0
%0.39

Codes

Color #EEE0FE in popluar color models

EEE0FE
RGB238224254
HSL268°93.75%93.73%
HSB/HSV268°11.81%99.61%
CMYK6.30%11.81%0.00%
0.39%

Color #EEE0FE in popluar number systems.

HEXEEE0FE
Decimal238224254
Binary111011101110000011111110
Octal356340376

Shades and tints

Shades of #EEE0FE

#EEE0FE
(238,224,254)
#D9CCE7
(217,204,231)
#C4B8D0
(196,184,208)
#AFA4B9
(175,164,185)
#9A90A2
(154,144,162)
#857C8B
(133,124,139)
#706874
(112,104,116)
#5B545D
(91,84,93)
#464046
(70,64,70)
#312C2F
(49,44,47)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #EEE0FE

#EEE0FE
(238,224,254)
#EFE2FE
(239,226,254)
#F0E4FE
(240,228,254)
#F1E6FE
(241,230,254)
#F2E8FE
(242,232,254)
#F3EAFE
(243,234,254)
#F4ECFE
(244,236,254)
#F5EEFE
(245,238,254)
#F6F0FE
(246,240,254)
#F7F2FE
(247,242,254)
#F8F4FE
(248,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE0FE; }

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

This text font color is #EEE0FE.


Background Color

.myBgColor { background-color: #EEE0FE; }

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

This div background color is #EEE0FE.


Border color

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

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

This div border color is #EEE0FE.


Opacity

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

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

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

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

This text has shadow with #EEE0FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE0FE on black background.


Color preview on white background

This text has color #EEE0FE on white background.



Black color preview on #EEE0FE background

This text has black color on #EEE0FE background.


White color preview on #EEE0FE background

This text has white color on #EEE0FE background.