COLOR #EEDFFC

HEX: #EEDFFC
RGB: (238,223,252)

Color info

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

RGB color model

#EEDFFC color RGB value is (238,223,252).

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

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 252 of 255 = 99%

238
223
252

R + G + B ~ 93%. #EEDFFC is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 223 + 252 = 713 (100%)
R 238 of 713 ~ 33.38%
G 223 of 713 ~ 31.28%
B 252 of 713 ~ 35.34%

%33.38
%31.28
%35.34

CMYK color model

#EEDFFC color CMYK value is (6,12,0,1).

  • cyan value is 5.56%
  • magenta value is 11.51%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(6,12,0,1)
C6M12Y0K1 
(6%,12%,0%,1%)
(0.06/0.12/0.00/0.01)	

CMYK percentages

%5.56
%11.51
%0
%1.18

Codes

Color #EEDFFC in popluar color models

EEDFFC
RGB238223252
HSL271°82.86%93.14%
HSB/HSV271°11.51%98.82%
CMYK5.56%11.51%0.00%
1.18%

Color #EEDFFC in popluar number systems.

HEXEEDFFC
Decimal238223252
Binary111011101101111111111100
Octal356337374

Shades and tints

Shades of #EEDFFC

#EEDFFC
(238,223,252)
#D9CBE6
(217,203,230)
#C4B7D0
(196,183,208)
#AFA3BA
(175,163,186)
#9A8FA4
(154,143,164)
#857B8E
(133,123,142)
#706778
(112,103,120)
#5B5362
(91,83,98)
#463F4C
(70,63,76)
#312B36
(49,43,54)
#1C1720
(28,23,32)
#000000
(0,0,0)

Tints of #EEDFFC

#EEDFFC
(238,223,252)
#EFE1FC
(239,225,252)
#F0E3FC
(240,227,252)
#F1E5FC
(241,229,252)
#F2E7FC
(242,231,252)
#F3E9FC
(243,233,252)
#F4EBFC
(244,235,252)
#F5EDFC
(245,237,252)
#F6EFFC
(246,239,252)
#F7F1FC
(247,241,252)
#F8F3FC
(248,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDFFC; }

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

This text font color is #EEDFFC.


Background Color

.myBgColor { background-color: #EEDFFC; }

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

This div background color is #EEDFFC.


Border color

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

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

This div border color is #EEDFFC.


Opacity

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

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

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

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

This text has shadow with #EEDFFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDFFC on black background.


Color preview on white background

This text has color #EEDFFC on white background.



Black color preview on #EEDFFC background

This text has black color on #EEDFFC background.


White color preview on #EEDFFC background

This text has white color on #EEDFFC background.