COLOR #EEEDEF

HEX: #EEEDEF RGB: (238,237,239)

Color info

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

RGB color model

#EEEDEF color RGB value is (238,237,239).

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

RGB channels and saturation

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

238
237
239

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

Portions of RGB colors in percentages

R + G + B = 238 + 237 + 239 = 714 (100%)
R 238 of 714 ~ 33.33%
G 237 of 714 ~ 33.19%
B 239 of 714 ~ 33.47'%

%33.33
%33.19
%33.47

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 6.27%

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

CMYK percentages

%0.42
%0.84
%0
%6.27

Codes

Color #EEEDEF in popluar color models

EE ED EF
RGB 238 237 239
HSL 270° 5.88% 93.33%
HSB/HSV 270° 0.84% 93.73%
CMYK 0.42% 0.84% 0.00%
6.27%

Color #EEEDEF in popluar number systems.

HEX EE ED EF
Decimal 238 237 239
Binary 11101110 11101101 11101111
Octal 356 355 357

Shades and tints

Shades of #EEEDEF

#EEEDEF
(238,237,239)
#D9D8DA
(217,216,218)
#C4C3C5
(196,195,197)
#AFAEB0
(175,174,176)
#9A999B
(154,153,155)
#858486
(133,132,134)
#706F71
(112,111,113)
#5B5A5C
(91,90,92)
#464547
(70,69,71)
#313032
(49,48,50)
#1C1B1D
(28,27,29)
#000000
(0,0,0)

Tints of #EEEDEF

#EEEDEF
(238,237,239)
#EFEEF0
(239,238,240)
#F0EFF1
(240,239,241)
#F1F0F2
(241,240,242)
#F2F1F3
(242,241,243)
#F3F2F4
(243,242,244)
#F4F3F5
(244,243,245)
#F5F4F6
(245,244,246)
#F6F5F7
(246,245,247)
#F7F6F8
(247,246,248)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEDEF; }

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

This text font color is #EEEDEF.

Background Color

.myBgColor { background-color: #EEEDEF; }

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

This div background color is #EEEDEF.

Border color

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

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

This div border color is #EEEDEF.

Opacity

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

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

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

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

This text has shadow with #EEEDEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEDEF.

Preview

Color preview on black background

This text has color #EEEDEF on black background.


Color preview on white background

This text has color #EEEDEF on white background.


Black color preview on #EEEDEF background

This text has black color on #EEEDEF background.


White color preview on #EEEDEF background

This text has white color on #EEEDEF background.


Related colors

Complementary color

Complementary color for #hex is #111210.


I love getcolorcode.com

Triadic colors

1 #EFEEED and #EDEFEE with #EEEDEF are triadic colors.

2 #EFEDEE and #EDEEEF with #EEEDEF are triadic colors.