COLOR #EEE9FC

HEX: #EEE9FC RGB: (238,233,252)

Color info

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

RGB color model

#EEE9FC color RGB value is (238,233,252).

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

RGB channels and saturation

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

238
233
252

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

Portions of RGB colors in percentages

R + G + B = 238 + 233 + 252 = 723 (100%)
R 238 of 723 ~ 32.92%
G 233 of 723 ~ 32.23%
B 252 of 723 ~ 34.85'%

%32.92
%32.23
%34.85

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 7.54%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (6,8,0,1)
C6M8Y0K1 (6%, 8%, 0%, 1%)
(0.06 / 0.08 / 0.00 / 0.01)

CMYK percentages

%5.56
%7.54
%0
%1.18

Codes

Color #EEE9FC in popluar color models

EE E9 FC
RGB 238 233 252
HSL 256° 76.00% 95.10%
HSB/HSV 256° 7.54% 98.82%
CMYK 5.56% 7.54% 0.00%
1.18%

Color #EEE9FC in popluar number systems.

HEX EE E9 FC
Decimal 238 233 252
Binary 11101110 11101001 11111100
Octal 356 351 374

Shades and tints

Shades of #EEE9FC

#EEE9FC
(238,233,252)
#D9D4E6
(217,212,230)
#C4BFD0
(196,191,208)
#AFAABA
(175,170,186)
#9A95A4
(154,149,164)
#85808E
(133,128,142)
#706B78
(112,107,120)
#5B5662
(91,86,98)
#46414C
(70,65,76)
#312C36
(49,44,54)
#1C1720
(28,23,32)
#000000
(0,0,0)

Tints of #EEE9FC

#EEE9FC
(238,233,252)
#EFEBFC
(239,235,252)
#F0EDFC
(240,237,252)
#F1EFFC
(241,239,252)
#F2F1FC
(242,241,252)
#F3F3FC
(243,243,252)
#F4F5FC
(244,245,252)
#F5F7FC
(245,247,252)
#F6F9FC
(246,249,252)
#F7FBFC
(247,251,252)
#F8FDFC
(248,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE9FC; }

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

This text font color is #EEE9FC.

Background Color

.myBgColor { background-color: #EEE9FC; }

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

This div background color is #EEE9FC.

Border color

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

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

This div border color is #EEE9FC.

Opacity

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

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

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

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

This text has shadow with #EEE9FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE9FC.

Preview

Color preview on black background

This text has color #EEE9FC on black background.


Color preview on white background

This text has color #EEE9FC on white background.


Black color preview on #EEE9FC background

This text has black color on #EEE9FC background.


White color preview on #EEE9FC background

This text has white color on #EEE9FC background.


Related colors

Complementary color

Complementary color for #hex is #111603.


I love getcolorcode.com

Triadic colors

1 #FCEEE9 and #E9FCEE with #EEE9FC are triadic colors.

2 #FCE9EE and #E9EEFC with #EEE9FC are triadic colors.