COLOR #EED2F4

HEX: #EED2F4
RGB: (238,210,244)

Color info

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

RGB color model

#EED2F4 color RGB value is (238,210,244).

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

RGB channels and saturation

R 238 of 255 = 93%
G 210 of 255 = 82%
B 244 of 255 = 96%

238
210
244

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

Portions of RGB colors in percentages

R + G + B =
238 + 210 + 244 = 692 (100%)
R 238 of 692 ~ 34.39%
G 210 of 692 ~ 30.35%
B 244 of 692 ~ 35.26%

%34.39
%30.35
%35.26

CMYK color model

#EED2F4 color CMYK value is (2,14,0,4).

  • cyan value is 2.46%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(2,14,0,4)
C2M14Y0K4 
(2%,14%,0%,4%)
(0.02/0.14/0.00/0.04)	

CMYK percentages

%2.46
%13.93
%0
%4.31

Codes

Color #EED2F4 in popluar color models

EED2F4
RGB238210244
HSL289°60.71%89.02%
HSB/HSV289°13.93%95.69%
CMYK2.46%13.93%0.00%
4.31%

Color #EED2F4 in popluar number systems.

HEXEED2F4
Decimal238210244
Binary111011101101001011110100
Octal356322364

Shades and tints

Shades of #EED2F4

#EED2F4
(238,210,244)
#D9BFDE
(217,191,222)
#C4ACC8
(196,172,200)
#AF99B2
(175,153,178)
#9A869C
(154,134,156)
#857386
(133,115,134)
#706070
(112,96,112)
#5B4D5A
(91,77,90)
#463A44
(70,58,68)
#31272E
(49,39,46)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #EED2F4

#EED2F4
(238,210,244)
#EFD6F5
(239,214,245)
#F0DAF6
(240,218,246)
#F1DEF7
(241,222,247)
#F2E2F8
(242,226,248)
#F3E6F9
(243,230,249)
#F4EAFA
(244,234,250)
#F5EEFB
(245,238,251)
#F6F2FC
(246,242,252)
#F7F6FD
(247,246,253)
#F8FAFE
(248,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED2F4; }

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

This text font color is #EED2F4.


Background Color

.myBgColor { background-color: #EED2F4; }

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

This div background color is #EED2F4.


Border color

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

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

This div border color is #EED2F4.


Opacity

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

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

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

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

This text has shadow with #EED2F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED2F4 on black background.


Color preview on white background

This text has color #EED2F4 on white background.



Black color preview on #EED2F4 background

This text has black color on #EED2F4 background.


White color preview on #EED2F4 background

This text has white color on #EED2F4 background.