COLOR #EEEDF1

HEX: #EEEDF1 RGB: (238,237,241)

Color info

#EEEDF1 contains red, green and blue colors in about the same proportion. Web safe color of #EEEDF1 is #FFFFFF (or #FFF).

RGB color model

#EEEDF1 color RGB value is (238,237,241).

RGB: (238,237,241) (93%, 93%, 95%)

RGB channels and saturation

R 238 of 255 = 93%
G 237 of 255 = 93%
B 241 of 255 = 95%

238
237
241

R + G + B ~ 94%. #EEEDF1 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 237 + 241 = 716 (100%)
R 238 of 716 ~ 33.24%
G 237 of 716 ~ 33.1%
B 241 of 716 ~ 33.66'%

%33.24
%33.1
%33.66

CMYK color model

#EEEDF1 color CMYK value is (1,2,0,5).

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

CMYK: (1,2,0,5)
C1M2Y0K5 (1%, 2%, 0%, 5%)
(0.01 / 0.02 / 0.00 / 0.05)

CMYK percentages

%1.24
%1.66
%0
%5.49

Codes

Color #EEEDF1 in popluar color models

EE ED F1
RGB 238 237 241
HSL 255° 12.50% 93.73%
HSB/HSV 255° 1.66% 94.51%
CMYK 1.24% 1.66% 0.00%
5.49%

Color #EEEDF1 in popluar number systems.

HEX EE ED F1
Decimal 238 237 241
Binary 11101110 11101101 11110001
Octal 356 355 361

Shades and tints

Shades of #EEEDF1

#EEEDF1
(238,237,241)
#D9D8DC
(217,216,220)
#C4C3C7
(196,195,199)
#AFAEB2
(175,174,178)
#9A999D
(154,153,157)
#858488
(133,132,136)
#706F73
(112,111,115)
#5B5A5E
(91,90,94)
#464549
(70,69,73)
#313034
(49,48,52)
#1C1B1F
(28,27,31)
#000000
(0,0,0)

Tints of #EEEDF1

#EEEDF1
(238,237,241)
#EFEEF2
(239,238,242)
#F0EFF3
(240,239,243)
#F1F0F4
(241,240,244)
#F2F1F5
(242,241,245)
#F3F2F6
(243,242,246)
#F4F3F7
(244,243,247)
#F5F4F8
(245,244,248)
#F6F5F9
(246,245,249)
#F7F6FA
(247,246,250)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEDF1; }

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

This text font color is #EEEDF1.

Background Color

.myBgColor { background-color: #EEEDF1; }

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

This div background color is #EEEDF1.

Border color

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

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

This div border color is #EEEDF1.

Opacity

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

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

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

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

This text has shadow with #EEEDF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEDF1.

Preview

Color preview on black background

This text has color #EEEDF1 on black background.


Color preview on white background

This text has color #EEEDF1 on white background.


Black color preview on #EEEDF1 background

This text has black color on #EEEDF1 background.


White color preview on #EEEDF1 background

This text has white color on #EEEDF1 background.


Related colors

Complementary color

Complementary color for #hex is #11120E.


I love getcolorcode.com

Triadic colors

1 #F1EEED and #EDF1EE with #EEEDF1 are triadic colors.

2 #F1EDEE and #EDEEF1 with #EEEDF1 are triadic colors.