COLOR #EEE3FF

HEX: #EEE3FF
RGB: (238,227,255)

Color info

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

RGB color model

#EEE3FF color RGB value is (238,227,255).

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

RGB channels and saturation

R 238 of 255 = 93%
G 227 of 255 = 89%
B 255 of 255 = 100%

238
227
255

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

Portions of RGB colors in percentages

R + G + B =
238 + 227 + 255 = 720 (100%)
R 238 of 720 ~ 33.06%
G 227 of 720 ~ 31.53%
B 255 of 720 ~ 35.42%

%33.06
%31.53
%35.42

CMYK color model

#EEE3FF color CMYK value is (7,11,0,0).

  • cyan value is 6.67%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(7,11,0,0)
C7M11Y0K0 
(7%,11%,0%,0%)
(0.07/0.11/0.00/0.00)	

CMYK percentages

%6.67
%10.98
%0
%0

Codes

Color #EEE3FF in popluar color models

EEE3FF
RGB238227255
HSL264°100.00%94.51%
HSB/HSV264°10.98%100.00%
CMYK6.67%10.98%0.00%
0.00%

Color #EEE3FF in popluar number systems.

HEXEEE3FF
Decimal238227255
Binary111011101110001111111111
Octal356343377

Shades and tints

Shades of #EEE3FF

#EEE3FF
(238,227,255)
#D9CFE8
(217,207,232)
#C4BBD1
(196,187,209)
#AFA7BA
(175,167,186)
#9A93A3
(154,147,163)
#857F8C
(133,127,140)
#706B75
(112,107,117)
#5B575E
(91,87,94)
#464347
(70,67,71)
#312F30
(49,47,48)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #EEE3FF

#EEE3FF
(238,227,255)
#EFE5FF
(239,229,255)
#F0E7FF
(240,231,255)
#F1E9FF
(241,233,255)
#F2EBFF
(242,235,255)
#F3EDFF
(243,237,255)
#F4EFFF
(244,239,255)
#F5F1FF
(245,241,255)
#F6F3FF
(246,243,255)
#F7F5FF
(247,245,255)
#F8F7FF
(248,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE3FF; }

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

This text font color is #EEE3FF.


Background Color

.myBgColor { background-color: #EEE3FF; }

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

This div background color is #EEE3FF.


Border color

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

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

This div border color is #EEE3FF.


Opacity

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

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

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

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

This text has shadow with #EEE3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE3FF on black background.


Color preview on white background

This text has color #EEE3FF on white background.



Black color preview on #EEE3FF background

This text has black color on #EEE3FF background.


White color preview on #EEE3FF background

This text has white color on #EEE3FF background.