COLOR #EEDDF9

HEX: #EEDDF9 RGB: (238,221,249)

Color info

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

RGB color model

#EEDDF9 color RGB value is (238,221,249).

RGB: (238,221,249) (93%, 87%, 98%)

RGB channels and saturation

R 238 of 255 = 93%
G 221 of 255 = 87%
B 249 of 255 = 98%

238
221
249

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

Portions of RGB colors in percentages

R + G + B = 238 + 221 + 249 = 708 (100%)
R 238 of 708 ~ 33.62%
G 221 of 708 ~ 31.21%
B 249 of 708 ~ 35.17'%

%33.62
%31.21
%35.17

CMYK color model

#EEDDF9 color CMYK value is (4,11,0,2).

  • cyan value is 4.42%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (4,11,0,2)
C4M11Y0K2 (4%, 11%, 0%, 2%)
(0.04 / 0.11 / 0.00 / 0.02)

CMYK percentages

%4.42
%11.24
%0
%2.35

Codes

Color #EEDDF9 in popluar color models

EE DD F9
RGB 238 221 249
HSL 276° 70.00% 92.16%
HSB/HSV 276° 11.24% 97.65%
CMYK 4.42% 11.24% 0.00%
2.35%

Color #EEDDF9 in popluar number systems.

HEX EE DD F9
Decimal 238 221 249
Binary 11101110 11011101 11111001
Octal 356 335 371

Shades and tints

Shades of #EEDDF9

#EEDDF9
(238,221,249)
#D9C9E3
(217,201,227)
#C4B5CD
(196,181,205)
#AFA1B7
(175,161,183)
#9A8DA1
(154,141,161)
#85798B
(133,121,139)
#706575
(112,101,117)
#5B515F
(91,81,95)
#463D49
(70,61,73)
#312933
(49,41,51)
#1C151D
(28,21,29)
#000000
(0,0,0)

Tints of #EEDDF9

#EEDDF9
(238,221,249)
#EFE0F9
(239,224,249)
#F0E3F9
(240,227,249)
#F1E6F9
(241,230,249)
#F2E9F9
(242,233,249)
#F3ECF9
(243,236,249)
#F4EFF9
(244,239,249)
#F5F2F9
(245,242,249)
#F6F5F9
(246,245,249)
#F7F8F9
(247,248,249)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDDF9 color. Also use rgb(238,221,249) instead hex code.

Text Font Color

.myTextColor { color: #EEDDF9; }

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

This text font color is #EEDDF9.

Background Color

.myBgColor { background-color: #EEDDF9; }

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

This div background color is #EEDDF9.

Border color

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

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

This div border color is #EEDDF9.

Opacity

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

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

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

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

This text has shadow with #EEDDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDDF9.

Preview

Color preview on black background

This text has color #EEDDF9 on black background.


Color preview on white background

This text has color #EEDDF9 on white background.


Black color preview on #EEDDF9 background

This text has black color on #EEDDF9 background.


White color preview on #EEDDF9 background

This text has white color on #EEDDF9 background.


Related colors

Complementary color

Complementary color for #hex is #112206.


I love getcolorcode.com

Triadic colors

1 #F9EEDD and #DDF9EE with #EEDDF9 are triadic colors.

2 #F9DDEE and #DDEEF9 with #EEDDF9 are triadic colors.