COLOR #EEE4FB

HEX: #EEE4FB
RGB: (238,228,251)

Color info

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

RGB color model

#EEE4FB color RGB value is (238,228,251).

  • red value is 238;
  • green value is 228;
  • blue value is 251.
RGB:
(238,228,251)
(93%,89%,98%)

RGB channels and saturation

R 238 of 255 = 93%
G 228 of 255 = 89%
B 251 of 255 = 98%

238
228
251

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

Portions of RGB colors in percentages

R + G + B =
238 + 228 + 251 = 717 (100%)
R 238 of 717 ~ 33.19%
G 228 of 717 ~ 31.8%
B 251 of 717 ~ 35.01%

%33.19
%31.8
%35.01

CMYK color model

#EEE4FB color CMYK value is (5,9,0,2).

  • cyan value is 5.18%
  • magenta value is 9.16%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(5,9,0,2)
C5M9Y0K2 
(5%,9%,0%,2%)
(0.05/0.09/0.00/0.02)	

CMYK percentages

%5.18
%9.16
%0
%1.57

Codes

Color #EEE4FB in popluar color models

EEE4FB
RGB238228251
HSL266°74.19%93.92%
HSB/HSV266°9.16%98.43%
CMYK5.18%9.16%0.00%
1.57%

Color #EEE4FB in popluar number systems.

HEXEEE4FB
Decimal238228251
Binary111011101110010011111011
Octal356344373

Shades and tints

Shades of #EEE4FB

#EEE4FB
(238,228,251)
#D9D0E5
(217,208,229)
#C4BCCF
(196,188,207)
#AFA8B9
(175,168,185)
#9A94A3
(154,148,163)
#85808D
(133,128,141)
#706C77
(112,108,119)
#5B5861
(91,88,97)
#46444B
(70,68,75)
#313035
(49,48,53)
#1C1C1F
(28,28,31)
#000000
(0,0,0)

Tints of #EEE4FB

#EEE4FB
(238,228,251)
#EFE6FB
(239,230,251)
#F0E8FB
(240,232,251)
#F1EAFB
(241,234,251)
#F2ECFB
(242,236,251)
#F3EEFB
(243,238,251)
#F4F0FB
(244,240,251)
#F5F2FB
(245,242,251)
#F6F4FB
(246,244,251)
#F7F6FB
(247,246,251)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE4FB color. Also use rgb(238,228,251) instead hex code.

Text Font Color

.myTextColor { color: #EEE4FB; }

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

This text font color is #EEE4FB.


Background Color

.myBgColor { background-color: #EEE4FB; }

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

This div background color is #EEE4FB.


Border color

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

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

This div border color is #EEE4FB.


Opacity

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

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

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

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

This text has shadow with #EEE4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE4FB on black background.


Color preview on white background

This text has color #EEE4FB on white background.



Black color preview on #EEE4FB background

This text has black color on #EEE4FB background.


White color preview on #EEE4FB background

This text has white color on #EEE4FB background.