COLOR #EEE8FA

HEX: #EEE8FA RGB: (238,232,250)

Color info

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

RGB color model

#EEE8FA color RGB value is (238,232,250).

RGB: (238,232,250) (93%, 91%, 98%)

RGB channels and saturation

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

238
232
250

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

Portions of RGB colors in percentages

R + G + B = 238 + 232 + 250 = 720 (100%)
R 238 of 720 ~ 33.06%
G 232 of 720 ~ 32.22%
B 250 of 720 ~ 34.72'%

%33.06
%32.22
%34.72

CMYK color model

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

  • cyan value is 4.80%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (5,7,0,2)
C5M7Y0K2 (5%, 7%, 0%, 2%)
(0.05 / 0.07 / 0.00 / 0.02)

CMYK percentages

%4.8
%7.2
%0
%1.96

Codes

Color #EEE8FA in popluar color models

EE E8 FA
RGB 238 232 250
HSL 260° 64.29% 94.51%
HSB/HSV 260° 7.20% 98.04%
CMYK 4.80% 7.20% 0.00%
1.96%

Color #EEE8FA in popluar number systems.

HEX EE E8 FA
Decimal 238 232 250
Binary 11101110 11101000 11111010
Octal 356 350 372

Shades and tints

Shades of #EEE8FA

#EEE8FA
(238,232,250)
#D9D3E4
(217,211,228)
#C4BECE
(196,190,206)
#AFA9B8
(175,169,184)
#9A94A2
(154,148,162)
#857F8C
(133,127,140)
#706A76
(112,106,118)
#5B5560
(91,85,96)
#46404A
(70,64,74)
#312B34
(49,43,52)
#1C161E
(28,22,30)
#000000
(0,0,0)

Tints of #EEE8FA

#EEE8FA
(238,232,250)
#EFEAFA
(239,234,250)
#F0ECFA
(240,236,250)
#F1EEFA
(241,238,250)
#F2F0FA
(242,240,250)
#F3F2FA
(243,242,250)
#F4F4FA
(244,244,250)
#F5F6FA
(245,246,250)
#F6F8FA
(246,248,250)
#F7FAFA
(247,250,250)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE8FA; }

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

This text font color is #EEE8FA.

Background Color

.myBgColor { background-color: #EEE8FA; }

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

This div background color is #EEE8FA.

Border color

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

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

This div border color is #EEE8FA.

Opacity

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

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

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

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

This text has shadow with #EEE8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE8FA.

Preview

Color preview on black background

This text has color #EEE8FA on black background.


Color preview on white background

This text has color #EEE8FA on white background.


Black color preview on #EEE8FA background

This text has black color on #EEE8FA background.


White color preview on #EEE8FA background

This text has white color on #EEE8FA background.


Related colors

Complementary color

Complementary color for #hex is #111705.


I love getcolorcode.com

Triadic colors

1 #FAEEE8 and #E8FAEE with #EEE8FA are triadic colors.

2 #FAE8EE and #E8EEFA with #EEE8FA are triadic colors.