COLOR #EEEDF0

HEX: #EEEDF0 RGB: (238,237,240)

Color info

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

RGB color model

#EEEDF0 color RGB value is (238,237,240).

RGB: (238,237,240) (93%, 93%, 94%)

RGB channels and saturation

R 238 of 255 = 93%
G 237 of 255 = 93%
B 240 of 255 = 94%

238
237
240

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

Portions of RGB colors in percentages

R + G + B = 238 + 237 + 240 = 715 (100%)
R 238 of 715 ~ 33.29%
G 237 of 715 ~ 33.15%
B 240 of 715 ~ 33.57'%

%33.29
%33.15
%33.57

CMYK color model

#EEEDF0 color CMYK value is (1,1,0,6).

  • cyan value is 0.83%
  • magenta value is 1.25%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (1,1,0,6)
C1M1Y0K6 (1%, 1%, 0%, 6%)
(0.01 / 0.01 / 0.00 / 0.06)

CMYK percentages

%0.83
%1.25
%0
%5.88

Codes

Color #EEEDF0 in popluar color models

EE ED F0
RGB 238 237 240
HSL 260° 9.09% 93.53%
HSB/HSV 260° 1.25% 94.12%
CMYK 0.83% 1.25% 0.00%
5.88%

Color #EEEDF0 in popluar number systems.

HEX EE ED F0
Decimal 238 237 240
Binary 11101110 11101101 11110000
Octal 356 355 360

Shades and tints

Shades of #EEEDF0

#EEEDF0
(238,237,240)
#D9D8DB
(217,216,219)
#C4C3C6
(196,195,198)
#AFAEB1
(175,174,177)
#9A999C
(154,153,156)
#858487
(133,132,135)
#706F72
(112,111,114)
#5B5A5D
(91,90,93)
#464548
(70,69,72)
#313033
(49,48,51)
#1C1B1E
(28,27,30)
#000000
(0,0,0)

Tints of #EEEDF0

#EEEDF0
(238,237,240)
#EFEEF1
(239,238,241)
#F0EFF2
(240,239,242)
#F1F0F3
(241,240,243)
#F2F1F4
(242,241,244)
#F3F2F5
(243,242,245)
#F4F3F6
(244,243,246)
#F5F4F7
(245,244,247)
#F6F5F8
(246,245,248)
#F7F6F9
(247,246,249)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEDF0; }

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

This text font color is #EEEDF0.

Background Color

.myBgColor { background-color: #EEEDF0; }

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

This div background color is #EEEDF0.

Border color

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

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

This div border color is #EEEDF0.

Opacity

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

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

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

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

This text has shadow with #EEEDF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEDF0.

Preview

Color preview on black background

This text has color #EEEDF0 on black background.


Color preview on white background

This text has color #EEEDF0 on white background.


Black color preview on #EEEDF0 background

This text has black color on #EEEDF0 background.


White color preview on #EEEDF0 background

This text has white color on #EEEDF0 background.


Related colors

Complementary color

Complementary color for #hex is #11120F.


I love getcolorcode.com

Triadic colors

1 #F0EEED and #EDF0EE with #EEEDF0 are triadic colors.

2 #F0EDEE and #EDEEF0 with #EEEDF0 are triadic colors.