COLOR #EEE5DC

HEX: #EEE5DC RGB: (238,229,220)

Color info

#EEE5DC contains red, green and blue colors in about the same proportion. Web safe color of #EEE5DC is #FFCCCC (or #FCC).

RGB color model

#EEE5DC color RGB value is (238,229,220).

RGB: (238,229,220) (93%, 90%, 86%)

RGB channels and saturation

R 238 of 255 = 93%
G 229 of 255 = 90%
B 220 of 255 = 86%

238
229
220

R + G + B ~ 90%. #EEE5DC is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 229 + 220 = 687 (100%)
R 238 of 687 ~ 34.64%
G 229 of 687 ~ 33.33%
B 220 of 687 ~ 32.02'%

%34.64
%33.33
%32.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 7.56%
  • key color value is 6.67%
CMYK: (0,4,8,7) C0M4Y8K7 (0%,4%,8%,7%) (0.00/0.04/0.08/0.07) 

CMYK percentages

%0
%3.78
%7.56
%6.67

Codes

Color #EEE5DC in popluar color models

EE E5 DC
RGB 238 229 220
HSL 30° 34.62% 89.80%
HSB/HSV 30° 7.56% 93.33%
CMYK 0.00% 3.78% 7.56%
6.67%

Color #EEE5DC in popluar number systems.

HEX EE E5 DC
Decimal 238 229 220
Binary 11101110 11100101 11011100
Octal 356 345 334

Shades and tints

Shades of #EEE5DC

#EEE5DC
(238,229,220)
#D9D1C8
(217,209,200)
#C4BDB4
(196,189,180)
#AFA9A0
(175,169,160)
#9A958C
(154,149,140)
#858178
(133,129,120)
#706D64
(112,109,100)
#5B5950
(91,89,80)
#46453C
(70,69,60)
#313128
(49,49,40)
#1C1D14
(28,29,20)
#000000
(0,0,0)

Tints of #EEE5DC

#EEE5DC
(238,229,220)
#EFE7DF
(239,231,223)
#F0E9E2
(240,233,226)
#F1EBE5
(241,235,229)
#F2EDE8
(242,237,232)
#F3EFEB
(243,239,235)
#F4F1EE
(244,241,238)
#F5F3F1
(245,243,241)
#F6F5F4
(246,245,244)
#F7F7F7
(247,247,247)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE5DC; }

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

This text font color is #EEE5DC.

Background Color

.myBgColor { background-color: #EEE5DC; }

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

This div background color is #EEE5DC.

Border color

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

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

This div border color is #EEE5DC.

Opacity

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

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

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

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

This text has shadow with #EEE5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE5DC.

Preview

Color preview on black background

This text has color #EEE5DC on black background.


Color preview on white background

This text has color #EEE5DC on white background.


Black color preview on #EEE5DC background

This text has black color on #EEE5DC background.


White color preview on #EEE5DC background

This text has white color on #EEE5DC background.


Related colors

Complementary color

Complementary color for #hex is #111A23.


I love getcolorcode.com

Triadic colors

1 #DCEEE5 and #E5DCEE with #EEE5DC are triadic colors.

2 #DCE5EE and #E5EEDC with #EEE5DC are triadic colors.