COLOR #EED9F6

HEX: #EED9F6 RGB: (238,217,246)

Color info

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

RGB color model

#EED9F6 color RGB value is (238,217,246).

RGB: (238,217,246) (93%, 85%, 96%)

RGB channels and saturation

R 238 of 255 = 93%
G 217 of 255 = 85%
B 246 of 255 = 96%

238
217
246

R + G + B ~ 91%. #EED9F6 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 217 + 246 = 701 (100%)
R 238 of 701 ~ 33.95%
G 217 of 701 ~ 30.96%
B 246 of 701 ~ 35.09'%

%33.95
%30.96
%35.09

CMYK color model

#EED9F6 color CMYK value is (3,12,0,4).

  • cyan value is 3.25%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (3,12,0,4)
C3M12Y0K4 (3%, 12%, 0%, 4%)
(0.03 / 0.12 / 0.00 / 0.04)

CMYK percentages

%3.25
%11.79
%0
%3.53

Codes

Color #EED9F6 in popluar color models

EE D9 F6
RGB 238 217 246
HSL 283° 61.70% 90.78%
HSB/HSV 283° 11.79% 96.47%
CMYK 3.25% 11.79% 0.00%
3.53%

Color #EED9F6 in popluar number systems.

HEX EE D9 F6
Decimal 238 217 246
Binary 11101110 11011001 11110110
Octal 356 331 366

Shades and tints

Shades of #EED9F6

#EED9F6
(238,217,246)
#D9C6E0
(217,198,224)
#C4B3CA
(196,179,202)
#AFA0B4
(175,160,180)
#9A8D9E
(154,141,158)
#857A88
(133,122,136)
#706772
(112,103,114)
#5B545C
(91,84,92)
#464146
(70,65,70)
#312E30
(49,46,48)
#1C1B1A
(28,27,26)
#000000
(0,0,0)

Tints of #EED9F6

#EED9F6
(238,217,246)
#EFDCF6
(239,220,246)
#F0DFF6
(240,223,246)
#F1E2F6
(241,226,246)
#F2E5F6
(242,229,246)
#F3E8F6
(243,232,246)
#F4EBF6
(244,235,246)
#F5EEF6
(245,238,246)
#F6F1F6
(246,241,246)
#F7F4F6
(247,244,246)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED9F6 color. Also use rgb(238,217,246) instead hex code.

Text Font Color

.myTextColor { color: #EED9F6; }

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

This text font color is #EED9F6.

Background Color

.myBgColor { background-color: #EED9F6; }

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

This div background color is #EED9F6.

Border color

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

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

This div border color is #EED9F6.

Opacity

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

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

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

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

This text has shadow with #EED9F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED9F6.

Preview

Color preview on black background

This text has color #EED9F6 on black background.


Color preview on white background

This text has color #EED9F6 on white background.


Black color preview on #EED9F6 background

This text has black color on #EED9F6 background.


White color preview on #EED9F6 background

This text has white color on #EED9F6 background.


Related colors

Complementary color

Complementary color for #hex is #112609.


I love getcolorcode.com

Triadic colors

1 #F6EED9 and #D9F6EE with #EED9F6 are triadic colors.

2 #F6D9EE and #D9EEF6 with #EED9F6 are triadic colors.