COLOR #EEE5FF

HEX: #EEE5FF
RGB: (238,229,255)

Color info

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

RGB color model

#EEE5FF color RGB value is (238,229,255).

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

RGB channels and saturation

R 238 of 255 = 93%
G 229 of 255 = 90%
B 255 of 255 = 100%

238
229
255

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

Portions of RGB colors in percentages

R + G + B =
238 + 229 + 255 = 722 (100%)
R 238 of 722 ~ 32.96%
G 229 of 722 ~ 31.72%
B 255 of 722 ~ 35.32%

%32.96
%31.72
%35.32

CMYK color model

#EEE5FF color CMYK value is (7,10,0,0).

  • cyan value is 6.67%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(7,10,0,0)
C7M10Y0K0 
(7%,10%,0%,0%)
(0.07/0.10/0.00/0.00)	

CMYK percentages

%6.67
%10.2
%0
%0

Codes

Color #EEE5FF in popluar color models

EEE5FF
RGB238229255
HSL261°100.00%94.90%
HSB/HSV261°10.20%100.00%
CMYK6.67%10.20%0.00%
0.00%

Color #EEE5FF in popluar number systems.

HEXEEE5FF
Decimal238229255
Binary111011101110010111111111
Octal356345377

Shades and tints

Shades of #EEE5FF

#EEE5FF
(238,229,255)
#D9D1E8
(217,209,232)
#C4BDD1
(196,189,209)
#AFA9BA
(175,169,186)
#9A95A3
(154,149,163)
#85818C
(133,129,140)
#706D75
(112,109,117)
#5B595E
(91,89,94)
#464547
(70,69,71)
#313130
(49,49,48)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #EEE5FF

#EEE5FF
(238,229,255)
#EFE7FF
(239,231,255)
#F0E9FF
(240,233,255)
#F1EBFF
(241,235,255)
#F2EDFF
(242,237,255)
#F3EFFF
(243,239,255)
#F4F1FF
(244,241,255)
#F5F3FF
(245,243,255)
#F6F5FF
(246,245,255)
#F7F7FF
(247,247,255)
#F8F9FF
(248,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE5FF; }

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

This text font color is #EEE5FF.


Background Color

.myBgColor { background-color: #EEE5FF; }

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

This div background color is #EEE5FF.


Border color

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

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

This div border color is #EEE5FF.


Opacity

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

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

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

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

This text has shadow with #EEE5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE5FF on black background.


Color preview on white background

This text has color #EEE5FF on white background.



Black color preview on #EEE5FF background

This text has black color on #EEE5FF background.


White color preview on #EEE5FF background

This text has white color on #EEE5FF background.