COLOR #EEE5FA

HEX: #EEE5FA
RGB: (238,229,250)

Color info

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

RGB color model

#EEE5FA color RGB value is (238,229,250).

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

RGB channels and saturation

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

238
229
250

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

Portions of RGB colors in percentages

R + G + B =
238 + 229 + 250 = 717 (100%)
R 238 of 717 ~ 33.19%
G 229 of 717 ~ 31.94%
B 250 of 717 ~ 34.87%

%33.19
%31.94
%34.87

CMYK color model

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

  • cyan value is 4.80%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(5,8,0,2)
C5M8Y0K2 
(5%,8%,0%,2%)
(0.05/0.08/0.00/0.02)	

CMYK percentages

%4.8
%8.4
%0
%1.96

Codes

Color #EEE5FA in popluar color models

EEE5FA
RGB238229250
HSL266°67.74%93.92%
HSB/HSV266°8.40%98.04%
CMYK4.80%8.40%0.00%
1.96%

Color #EEE5FA in popluar number systems.

HEXEEE5FA
Decimal238229250
Binary111011101110010111111010
Octal356345372

Shades and tints

Shades of #EEE5FA

#EEE5FA
(238,229,250)
#D9D1E4
(217,209,228)
#C4BDCE
(196,189,206)
#AFA9B8
(175,169,184)
#9A95A2
(154,149,162)
#85818C
(133,129,140)
#706D76
(112,109,118)
#5B5960
(91,89,96)
#46454A
(70,69,74)
#313134
(49,49,52)
#1C1D1E
(28,29,30)
#000000
(0,0,0)

Tints of #EEE5FA

#EEE5FA
(238,229,250)
#EFE7FA
(239,231,250)
#F0E9FA
(240,233,250)
#F1EBFA
(241,235,250)
#F2EDFA
(242,237,250)
#F3EFFA
(243,239,250)
#F4F1FA
(244,241,250)
#F5F3FA
(245,243,250)
#F6F5FA
(246,245,250)
#F7F7FA
(247,247,250)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE5FA; }

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

This text font color is #EEE5FA.


Background Color

.myBgColor { background-color: #EEE5FA; }

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

This div background color is #EEE5FA.


Border color

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

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

This div border color is #EEE5FA.


Opacity

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

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

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

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

This text has shadow with #EEE5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE5FA on black background.


Color preview on white background

This text has color #EEE5FA on white background.



Black color preview on #EEE5FA background

This text has black color on #EEE5FA background.


White color preview on #EEE5FA background

This text has white color on #EEE5FA background.