COLOR #EEE6F1

HEX: #EEE6F1
RGB: (238,230,241)

Color info

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

RGB color model

#EEE6F1 color RGB value is (238,230,241).

  • red value is 238;
  • green value is 230;
  • blue value is 241.
RGB:
(238,230,241)
(93%,90%,95%)

RGB channels and saturation

R 238 of 255 = 93%
G 230 of 255 = 90%
B 241 of 255 = 95%

238
230
241

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

Portions of RGB colors in percentages

R + G + B =
238 + 230 + 241 = 709 (100%)
R 238 of 709 ~ 33.57%
G 230 of 709 ~ 32.44%
B 241 of 709 ~ 33.99%

%33.57
%32.44
%33.99

CMYK color model

#EEE6F1 color CMYK value is (1,5,0,5).

  • cyan value is 1.24%
  • magenta value is 4.56%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(1,5,0,5)
C1M5Y0K5 
(1%,5%,0%,5%)
(0.01/0.05/0.00/0.05)	

CMYK percentages

%1.24
%4.56
%0
%5.49

Codes

Color #EEE6F1 in popluar color models

EEE6F1
RGB238230241
HSL284°28.21%92.35%
HSB/HSV284°4.56%94.51%
CMYK1.24%4.56%0.00%
5.49%

Color #EEE6F1 in popluar number systems.

HEXEEE6F1
Decimal238230241
Binary111011101110011011110001
Octal356346361

Shades and tints

Shades of #EEE6F1

#EEE6F1
(238,230,241)
#D9D2DC
(217,210,220)
#C4BEC7
(196,190,199)
#AFAAB2
(175,170,178)
#9A969D
(154,150,157)
#858288
(133,130,136)
#706E73
(112,110,115)
#5B5A5E
(91,90,94)
#464649
(70,70,73)
#313234
(49,50,52)
#1C1E1F
(28,30,31)
#000000
(0,0,0)

Tints of #EEE6F1

#EEE6F1
(238,230,241)
#EFE8F2
(239,232,242)
#F0EAF3
(240,234,243)
#F1ECF4
(241,236,244)
#F2EEF5
(242,238,245)
#F3F0F6
(243,240,246)
#F4F2F7
(244,242,247)
#F5F4F8
(245,244,248)
#F6F6F9
(246,246,249)
#F7F8FA
(247,248,250)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE6F1 color. Also use rgb(238,230,241) instead hex code.

Text Font Color

.myTextColor { color: #EEE6F1; }

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

This text font color is #EEE6F1.


Background Color

.myBgColor { background-color: #EEE6F1; }

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

This div background color is #EEE6F1.


Border color

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

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

This div border color is #EEE6F1.


Opacity

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

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

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

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

This text has shadow with #EEE6F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE6F1 on black background.


Color preview on white background

This text has color #EEE6F1 on white background.



Black color preview on #EEE6F1 background

This text has black color on #EEE6F1 background.


White color preview on #EEE6F1 background

This text has white color on #EEE6F1 background.