COLOR #EED3F3

HEX: #EED3F3
RGB: (238,211,243)

Color info

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

RGB color model

#EED3F3 color RGB value is (238,211,243).

  • red value is 238;
  • green value is 211;
  • blue value is 243.
RGB:
(238,211,243)
(93%,83%,95%)

RGB channels and saturation

R 238 of 255 = 93%
G 211 of 255 = 83%
B 243 of 255 = 95%

238
211
243

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

Portions of RGB colors in percentages

R + G + B =
238 + 211 + 243 = 692 (100%)
R 238 of 692 ~ 34.39%
G 211 of 692 ~ 30.49%
B 243 of 692 ~ 35.12%

%34.39
%30.49
%35.12

CMYK color model

#EED3F3 color CMYK value is (2,13,0,5).

  • cyan value is 2.06%
  • magenta value is 13.17%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(2,13,0,5)
C2M13Y0K5 
(2%,13%,0%,5%)
(0.02/0.13/0.00/0.05)	

CMYK percentages

%2.06
%13.17
%0
%4.71

Codes

Color #EED3F3 in popluar color models

EED3F3
RGB238211243
HSL291°57.14%89.02%
HSB/HSV291°13.17%95.29%
CMYK2.06%13.17%0.00%
4.71%

Color #EED3F3 in popluar number systems.

HEXEED3F3
Decimal238211243
Binary111011101101001111110011
Octal356323363

Shades and tints

Shades of #EED3F3

#EED3F3
(238,211,243)
#D9C0DD
(217,192,221)
#C4ADC7
(196,173,199)
#AF9AB1
(175,154,177)
#9A879B
(154,135,155)
#857485
(133,116,133)
#70616F
(112,97,111)
#5B4E59
(91,78,89)
#463B43
(70,59,67)
#31282D
(49,40,45)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #EED3F3

#EED3F3
(238,211,243)
#EFD7F4
(239,215,244)
#F0DBF5
(240,219,245)
#F1DFF6
(241,223,246)
#F2E3F7
(242,227,247)
#F3E7F8
(243,231,248)
#F4EBF9
(244,235,249)
#F5EFFA
(245,239,250)
#F6F3FB
(246,243,251)
#F7F7FC
(247,247,252)
#F8FBFD
(248,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED3F3 color. Also use rgb(238,211,243) instead hex code.

Text Font Color

.myTextColor { color: #EED3F3; }

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

This text font color is #EED3F3.


Background Color

.myBgColor { background-color: #EED3F3; }

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

This div background color is #EED3F3.


Border color

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

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

This div border color is #EED3F3.


Opacity

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

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

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

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

This text has shadow with #EED3F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED3F3 on black background.


Color preview on white background

This text has color #EED3F3 on white background.



Black color preview on #EED3F3 background

This text has black color on #EED3F3 background.


White color preview on #EED3F3 background

This text has white color on #EED3F3 background.