COLOR #EEEDDE

HEX: #EEEDDE
RGB: (238,237,222)

Color info

#EEEDDE contains red, green and blue colors in about the same proportion. Web safe color of #EEEDDE is #FFFFCC (or #FFC).

RGB color model

#EEEDDE color RGB value is (238,237,222).

  • red value is 238;
  • green value is 237;
  • blue value is 222.
RGB:
(238,237,222)
(93%,93%,87%)

RGB channels and saturation

R 238 of 255 = 93%
G 237 of 255 = 93%
B 222 of 255 = 87%

238
237
222

R + G + B ~ 91%. #EEEDDE is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 237 + 222 = 697 (100%)
R 238 of 697 ~ 34.15%
G 237 of 697 ~ 34%
B 222 of 697 ~ 31.85%

%34.15
%34
%31.85

CMYK color model

#EEEDDE color CMYK value is (0,0,7,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 6.72%
  • key color value is 6.67%
CMYK:
(0,0,7,7)
C0M0Y7K7 
(0%,0%,7%,7%)
(0.00/0.00/0.07/0.07)	

CMYK percentages

%0
%0.42
%6.72
%6.67

Codes

Color #EEEDDE in popluar color models

EEEDDE
RGB238237222
HSL56°32.00%90.20%
HSB/HSV56°6.72%93.33%
CMYK0.00%0.42%6.72%
6.67%

Color #EEEDDE in popluar number systems.

HEXEEEDDE
Decimal238237222
Binary111011101110110111011110
Octal356355336

Shades and tints

Shades of #EEEDDE

#EEEDDE
(238,237,222)
#D9D8CA
(217,216,202)
#C4C3B6
(196,195,182)
#AFAEA2
(175,174,162)
#9A998E
(154,153,142)
#85847A
(133,132,122)
#706F66
(112,111,102)
#5B5A52
(91,90,82)
#46453E
(70,69,62)
#31302A
(49,48,42)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #EEEDDE

#EEEDDE
(238,237,222)
#EFEEE1
(239,238,225)
#F0EFE4
(240,239,228)
#F1F0E7
(241,240,231)
#F2F1EA
(242,241,234)
#F3F2ED
(243,242,237)
#F4F3F0
(244,243,240)
#F5F4F3
(245,244,243)
#F6F5F6
(246,245,246)
#F7F6F9
(247,246,249)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEDDE; }

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

This text font color is #EEEDDE.


Background Color

.myBgColor { background-color: #EEEDDE; }

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

This div background color is #EEEDDE.


Border color

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

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

This div border color is #EEEDDE.


Opacity

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

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

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

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

This text has shadow with #EEEDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEDDE on black background.


Color preview on white background

This text has color #EEEDDE on white background.



Black color preview on #EEEDDE background

This text has black color on #EEEDDE background.


White color preview on #EEEDDE background

This text has white color on #EEEDDE background.