COLOR #EEDDF1

HEX: #EEDDF1 RGB: (238,221,241)

Color info

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

RGB color model

#EEDDF1 color RGB value is (238,221,241).

RGB: (238,221,241) (93%, 87%, 95%)

RGB channels and saturation

R 238 of 255 = 93%
G 221 of 255 = 87%
B 241 of 255 = 95%

238
221
241

R + G + B ~ 92%. #EEDDF1 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 221 + 241 = 700 (100%)
R 238 of 700 ~ 34%
G 221 of 700 ~ 31.57%
B 241 of 700 ~ 34.43'%

%34
%31.57
%34.43

CMYK color model

#EEDDF1 color CMYK value is (1,8,0,5).

  • cyan value is 1.24%
  • magenta value is 8.30%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (1,8,0,5)
C1M8Y0K5 (1%, 8%, 0%, 5%)
(0.01 / 0.08 / 0.00 / 0.05)

CMYK percentages

%1.24
%8.3
%0
%5.49

Codes

Color #EEDDF1 in popluar color models

EE DD F1
RGB 238 221 241
HSL 291° 41.67% 90.59%
HSB/HSV 291° 8.30% 94.51%
CMYK 1.24% 8.30% 0.00%
5.49%

Color #EEDDF1 in popluar number systems.

HEX EE DD F1
Decimal 238 221 241
Binary 11101110 11011101 11110001
Octal 356 335 361

Shades and tints

Shades of #EEDDF1

#EEDDF1
(238,221,241)
#D9C9DC
(217,201,220)
#C4B5C7
(196,181,199)
#AFA1B2
(175,161,178)
#9A8D9D
(154,141,157)
#857988
(133,121,136)
#706573
(112,101,115)
#5B515E
(91,81,94)
#463D49
(70,61,73)
#312934
(49,41,52)
#1C151F
(28,21,31)
#000000
(0,0,0)

Tints of #EEDDF1

#EEDDF1
(238,221,241)
#EFE0F2
(239,224,242)
#F0E3F3
(240,227,243)
#F1E6F4
(241,230,244)
#F2E9F5
(242,233,245)
#F3ECF6
(243,236,246)
#F4EFF7
(244,239,247)
#F5F2F8
(245,242,248)
#F6F5F9
(246,245,249)
#F7F8FA
(247,248,250)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDDF1; }

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

This text font color is #EEDDF1.

Background Color

.myBgColor { background-color: #EEDDF1; }

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

This div background color is #EEDDF1.

Border color

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

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

This div border color is #EEDDF1.

Opacity

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

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

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

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

This text has shadow with #EEDDF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDDF1.

Preview

Color preview on black background

This text has color #EEDDF1 on black background.


Color preview on white background

This text has color #EEDDF1 on white background.


Black color preview on #EEDDF1 background

This text has black color on #EEDDF1 background.


White color preview on #EEDDF1 background

This text has white color on #EEDDF1 background.


Related colors

Complementary color

Complementary color for #hex is #11220E.


I love getcolorcode.com

Triadic colors

1 #F1EEDD and #DDF1EE with #EEDDF1 are triadic colors.

2 #F1DDEE and #DDEEF1 with #EEDDF1 are triadic colors.