COLOR #EEE8FF

HEX: #EEE8FF
RGB: (238,232,255)

Color info

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

RGB color model

#EEE8FF color RGB value is (238,232,255).

  • red value is 238;
  • green value is 232;
  • blue value is 255.
RGB:
(238,232,255)
(93%,91%,100%)

RGB channels and saturation

R 238 of 255 = 93%
G 232 of 255 = 91%
B 255 of 255 = 100%

238
232
255

R + G + B ~ 95%. #EEE8FF is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 232 + 255 = 725 (100%)
R 238 of 725 ~ 32.83%
G 232 of 725 ~ 32%
B 255 of 725 ~ 35.17%

%32.83
%32
%35.17

CMYK color model

#EEE8FF color CMYK value is (7,9,0,0).

  • cyan value is 6.67%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(7,9,0,0)
C7M9Y0K0 
(7%,9%,0%,0%)
(0.07/0.09/0.00/0.00)	

CMYK percentages

%6.67
%9.02
%0
%0

Codes

Color #EEE8FF in popluar color models

EEE8FF
RGB238232255
HSL256°100.00%95.49%
HSB/HSV256°9.02%100.00%
CMYK6.67%9.02%0.00%
0.00%

Color #EEE8FF in popluar number systems.

HEXEEE8FF
Decimal238232255
Binary111011101110100011111111
Octal356350377

Shades and tints

Shades of #EEE8FF

#EEE8FF
(238,232,255)
#D9D3E8
(217,211,232)
#C4BED1
(196,190,209)
#AFA9BA
(175,169,186)
#9A94A3
(154,148,163)
#857F8C
(133,127,140)
#706A75
(112,106,117)
#5B555E
(91,85,94)
#464047
(70,64,71)
#312B30
(49,43,48)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #EEE8FF

#EEE8FF
(238,232,255)
#EFEAFF
(239,234,255)
#F0ECFF
(240,236,255)
#F1EEFF
(241,238,255)
#F2F0FF
(242,240,255)
#F3F2FF
(243,242,255)
#F4F4FF
(244,244,255)
#F5F6FF
(245,246,255)
#F6F8FF
(246,248,255)
#F7FAFF
(247,250,255)
#F8FCFF
(248,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE8FF; }

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

This text font color is #EEE8FF.


Background Color

.myBgColor { background-color: #EEE8FF; }

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

This div background color is #EEE8FF.


Border color

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

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

This div border color is #EEE8FF.


Opacity

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

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

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

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

This text has shadow with #EEE8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE8FF on black background.


Color preview on white background

This text has color #EEE8FF on white background.



Black color preview on #EEE8FF background

This text has black color on #EEE8FF background.


White color preview on #EEE8FF background

This text has white color on #EEE8FF background.