COLOR #EEEDDC

HEX: #EEEDDC RGB: (238,237,220)

Color info

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

RGB color model

#EEEDDC color RGB value is (238,237,220).

RGB: (238,237,220) (93%, 93%, 86%)

RGB channels and saturation

R 238 of 255 = 93%
G 237 of 255 = 93%
B 220 of 255 = 86%

238
237
220

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

Portions of RGB colors in percentages

R + G + B = 238 + 237 + 220 = 695 (100%)
R 238 of 695 ~ 34.24%
G 237 of 695 ~ 34.1%
B 220 of 695 ~ 31.65'%

%34.24
%34.1
%31.65

CMYK color model

#EEEDDC color CMYK value is (0,0,8,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 7.56%
  • key color value is 6.67%

CMYK: (0,0,8,7)
C0M0Y8K7 (0%, 0%, 8%, 7%)
(0.00 / 0.00 / 0.08 / 0.07)

CMYK percentages

%0
%0.42
%7.56
%6.67

Codes

Color #EEEDDC in popluar color models

EE ED DC
RGB 238 237 220
HSL 57° 34.62% 89.80%
HSB/HSV 57° 7.56% 93.33%
CMYK 0.00% 0.42% 7.56%
6.67%

Color #EEEDDC in popluar number systems.

HEX EE ED DC
Decimal 238 237 220
Binary 11101110 11101101 11011100
Octal 356 355 334

Shades and tints

Shades of #EEEDDC

#EEEDDC
(238,237,220)
#D9D8C8
(217,216,200)
#C4C3B4
(196,195,180)
#AFAEA0
(175,174,160)
#9A998C
(154,153,140)
#858478
(133,132,120)
#706F64
(112,111,100)
#5B5A50
(91,90,80)
#46453C
(70,69,60)
#313028
(49,48,40)
#1C1B14
(28,27,20)
#000000
(0,0,0)

Tints of #EEEDDC

#EEEDDC
(238,237,220)
#EFEEDF
(239,238,223)
#F0EFE2
(240,239,226)
#F1F0E5
(241,240,229)
#F2F1E8
(242,241,232)
#F3F2EB
(243,242,235)
#F4F3EE
(244,243,238)
#F5F4F1
(245,244,241)
#F6F5F4
(246,245,244)
#F7F6F7
(247,246,247)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEDDC; }

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

This text font color is #EEEDDC.

Background Color

.myBgColor { background-color: #EEEDDC; }

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

This div background color is #EEEDDC.

Border color

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

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

This div border color is #EEEDDC.

Opacity

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

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

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

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

This text has shadow with #EEEDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEDDC.

Preview

Color preview on black background

This text has color #EEEDDC on black background.


Color preview on white background

This text has color #EEEDDC on white background.


Black color preview on #EEEDDC background

This text has black color on #EEEDDC background.


White color preview on #EEEDDC background

This text has white color on #EEEDDC background.


Related colors

Complementary color

Complementary color for #hex is #111223.


I love getcolorcode.com

Triadic colors

1 #DCEEED and #EDDCEE with #EEEDDC are triadic colors.

2 #DCEDEE and #EDEEDC with #EEEDDC are triadic colors.