COLOR #EEADF2

HEX: #EEADF2
RGB: (238,173,242)

Color info

#EEADF2 contains mainly red and blue colors. Web safe color of #EEADF2 is #FF99FF (or #F9F).

RGB color model

#EEADF2 color RGB value is (238,173,242).

  • red value is 238;
  • green value is 173;
  • blue value is 242.
RGB:
(238,173,242)
(93%,68%,95%)

RGB channels and saturation

R 238 of 255 = 93%
G 173 of 255 = 68%
B 242 of 255 = 95%

238
173
242

R + G + B ~ 85%. #EEADF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 173 + 242 = 653 (100%)
R 238 of 653 ~ 36.45%
G 173 of 653 ~ 26.49%
B 242 of 653 ~ 37.06%

%36.45
%26.49
%37.06

CMYK color model

#EEADF2 color CMYK value is (2,29,0,5).

  • cyan value is 1.65%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(2,29,0,5)
C2M29Y0K5 
(2%,29%,0%,5%)
(0.02/0.29/0.00/0.05)	

CMYK percentages

%1.65
%28.51
%0
%5.1

Codes

Color #EEADF2 in popluar color models

EEADF2
RGB238173242
HSL297°72.63%81.37%
HSB/HSV297°28.51%94.90%
CMYK1.65%28.51%0.00%
5.10%

Color #EEADF2 in popluar number systems.

HEXEEADF2
Decimal238173242
Binary111011101010110111110010
Octal356255362

Shades and tints

Shades of #EEADF2

#EEADF2
(238,173,242)
#D99EDC
(217,158,220)
#C48FC6
(196,143,198)
#AF80B0
(175,128,176)
#9A719A
(154,113,154)
#856284
(133,98,132)
#70536E
(112,83,110)
#5B4458
(91,68,88)
#463542
(70,53,66)
#31262C
(49,38,44)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #EEADF2

#EEADF2
(238,173,242)
#EFB4F3
(239,180,243)
#F0BBF4
(240,187,244)
#F1C2F5
(241,194,245)
#F2C9F6
(242,201,246)
#F3D0F7
(243,208,247)
#F4D7F8
(244,215,248)
#F5DEF9
(245,222,249)
#F6E5FA
(246,229,250)
#F7ECFB
(247,236,251)
#F8F3FC
(248,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEADF2 color. Also use rgb(238,173,242) instead hex code.

Text Font Color

.myTextColor { color: #EEADF2; }

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

This text font color is #EEADF2.


Background Color

.myBgColor { background-color: #EEADF2; }

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

This div background color is #EEADF2.


Border color

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

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

This div border color is #EEADF2.


Opacity

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

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

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

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

This text has shadow with #EEADF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEADF2 on black background.


Color preview on white background

This text has color #EEADF2 on white background.



Black color preview on #EEADF2 background

This text has black color on #EEADF2 background.


White color preview on #EEADF2 background

This text has white color on #EEADF2 background.