COLOR #EEDFF4

HEX: #EEDFF4
RGB: (238,223,244)

Color info

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

RGB color model

#EEDFF4 color RGB value is (238,223,244).

  • red value is 238;
  • green value is 223;
  • blue value is 244.
RGB:
(238,223,244)
(93%,87%,96%)

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 244 of 255 = 96%

238
223
244

R + G + B ~ 92%. #EEDFF4 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 223 + 244 = 705 (100%)
R 238 of 705 ~ 33.76%
G 223 of 705 ~ 31.63%
B 244 of 705 ~ 34.61%

%33.76
%31.63
%34.61

CMYK color model

#EEDFF4 color CMYK value is (2,9,0,4).

  • cyan value is 2.46%
  • magenta value is 8.61%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(2,9,0,4)
C2M9Y0K4 
(2%,9%,0%,4%)
(0.02/0.09/0.00/0.04)	

CMYK percentages

%2.46
%8.61
%0
%4.31

Codes

Color #EEDFF4 in popluar color models

EEDFF4
RGB238223244
HSL283°48.84%91.57%
HSB/HSV283°8.61%95.69%
CMYK2.46%8.61%0.00%
4.31%

Color #EEDFF4 in popluar number systems.

HEXEEDFF4
Decimal238223244
Binary111011101101111111110100
Octal356337364

Shades and tints

Shades of #EEDFF4

#EEDFF4
(238,223,244)
#D9CBDE
(217,203,222)
#C4B7C8
(196,183,200)
#AFA3B2
(175,163,178)
#9A8F9C
(154,143,156)
#857B86
(133,123,134)
#706770
(112,103,112)
#5B535A
(91,83,90)
#463F44
(70,63,68)
#312B2E
(49,43,46)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #EEDFF4

#EEDFF4
(238,223,244)
#EFE1F5
(239,225,245)
#F0E3F6
(240,227,246)
#F1E5F7
(241,229,247)
#F2E7F8
(242,231,248)
#F3E9F9
(243,233,249)
#F4EBFA
(244,235,250)
#F5EDFB
(245,237,251)
#F6EFFC
(246,239,252)
#F7F1FD
(247,241,253)
#F8F3FE
(248,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDFF4 color. Also use rgb(238,223,244) instead hex code.

Text Font Color

.myTextColor { color: #EEDFF4; }

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

This text font color is #EEDFF4.


Background Color

.myBgColor { background-color: #EEDFF4; }

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

This div background color is #EEDFF4.


Border color

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

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

This div border color is #EEDFF4.


Opacity

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

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

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

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

This text has shadow with #EEDFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDFF4 on black background.


Color preview on white background

This text has color #EEDFF4 on white background.



Black color preview on #EEDFF4 background

This text has black color on #EEDFF4 background.


White color preview on #EEDFF4 background

This text has white color on #EEDFF4 background.