COLOR #EEE0E6

HEX: #EEE0E6
RGB: (238,224,230)

Color info

#EEE0E6 contains red, green and blue colors in about the same proportion. Web safe color of #EEE0E6 is #FFCCCC (or #FCC).

RGB color model

#EEE0E6 color RGB value is (238,224,230).

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

RGB channels and saturation

R 238 of 255 = 93%
G 224 of 255 = 88%
B 230 of 255 = 90%

238
224
230

R + G + B ~ 90%. #EEE0E6 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 224 + 230 = 692 (100%)
R 238 of 692 ~ 34.39%
G 224 of 692 ~ 32.37%
B 230 of 692 ~ 33.24%

%34.39
%32.37
%33.24

CMYK color model

#EEE0E6 color CMYK value is (0,6,3,7).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 3.36%
  • key color value is 6.67%
CMYK:
(0,6,3,7)
C0M6Y3K7 
(0%,6%,3%,7%)
(0.00/0.06/0.03/0.07)	

CMYK percentages

%0
%5.88
%3.36
%6.67

Codes

Color #EEE0E6 in popluar color models

EEE0E6
RGB238224230
HSL334°29.17%90.59%
HSB/HSV334°5.88%93.33%
CMYK0.00%5.88%3.36%
6.67%

Color #EEE0E6 in popluar number systems.

HEXEEE0E6
Decimal238224230
Binary111011101110000011100110
Octal356340346

Shades and tints

Shades of #EEE0E6

#EEE0E6
(238,224,230)
#D9CCD2
(217,204,210)
#C4B8BE
(196,184,190)
#AFA4AA
(175,164,170)
#9A9096
(154,144,150)
#857C82
(133,124,130)
#70686E
(112,104,110)
#5B545A
(91,84,90)
#464046
(70,64,70)
#312C32
(49,44,50)
#1C181E
(28,24,30)
#000000
(0,0,0)

Tints of #EEE0E6

#EEE0E6
(238,224,230)
#EFE2E8
(239,226,232)
#F0E4EA
(240,228,234)
#F1E6EC
(241,230,236)
#F2E8EE
(242,232,238)
#F3EAF0
(243,234,240)
#F4ECF2
(244,236,242)
#F5EEF4
(245,238,244)
#F6F0F6
(246,240,246)
#F7F2F8
(247,242,248)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE0E6; }

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

This text font color is #EEE0E6.


Background Color

.myBgColor { background-color: #EEE0E6; }

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

This div background color is #EEE0E6.


Border color

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

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

This div border color is #EEE0E6.


Opacity

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

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

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

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

This text has shadow with #EEE0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE0E6 on black background.


Color preview on white background

This text has color #EEE0E6 on white background.



Black color preview on #EEE0E6 background

This text has black color on #EEE0E6 background.


White color preview on #EEE0E6 background

This text has white color on #EEE0E6 background.