COLOR #EEE1FA

HEX: #EEE1FA
RGB: (238,225,250)

Color info

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

RGB color model

#EEE1FA color RGB value is (238,225,250).

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

RGB channels and saturation

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

238
225
250

R + G + B ~ 93%. #EEE1FA is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 225 + 250 = 713 (100%)
R 238 of 713 ~ 33.38%
G 225 of 713 ~ 31.56%
B 250 of 713 ~ 35.06%

%33.38
%31.56
%35.06

CMYK color model

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

  • cyan value is 4.80%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(5,10,0,2)
C5M10Y0K2 
(5%,10%,0%,2%)
(0.05/0.10/0.00/0.02)	

CMYK percentages

%4.8
%10
%0
%1.96

Codes

Color #EEE1FA in popluar color models

EEE1FA
RGB238225250
HSL271°71.43%93.14%
HSB/HSV271°10.00%98.04%
CMYK4.80%10.00%0.00%
1.96%

Color #EEE1FA in popluar number systems.

HEXEEE1FA
Decimal238225250
Binary111011101110000111111010
Octal356341372

Shades and tints

Shades of #EEE1FA

#EEE1FA
(238,225,250)
#D9CDE4
(217,205,228)
#C4B9CE
(196,185,206)
#AFA5B8
(175,165,184)
#9A91A2
(154,145,162)
#857D8C
(133,125,140)
#706976
(112,105,118)
#5B5560
(91,85,96)
#46414A
(70,65,74)
#312D34
(49,45,52)
#1C191E
(28,25,30)
#000000
(0,0,0)

Tints of #EEE1FA

#EEE1FA
(238,225,250)
#EFE3FA
(239,227,250)
#F0E5FA
(240,229,250)
#F1E7FA
(241,231,250)
#F2E9FA
(242,233,250)
#F3EBFA
(243,235,250)
#F4EDFA
(244,237,250)
#F5EFFA
(245,239,250)
#F6F1FA
(246,241,250)
#F7F3FA
(247,243,250)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE1FA; }

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

This text font color is #EEE1FA.


Background Color

.myBgColor { background-color: #EEE1FA; }

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

This div background color is #EEE1FA.


Border color

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

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

This div border color is #EEE1FA.


Opacity

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

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

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

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

This text has shadow with #EEE1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE1FA on black background.


Color preview on white background

This text has color #EEE1FA on white background.



Black color preview on #EEE1FA background

This text has black color on #EEE1FA background.


White color preview on #EEE1FA background

This text has white color on #EEE1FA background.