COLOR #EEE5D5

HEX: #EEE5D5 RGB: (238,229,213)

Color info

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

RGB color model

#EEE5D5 color RGB value is (238,229,213).

RGB: (238,229,213) (93%, 90%, 84%)

RGB channels and saturation

R 238 of 255 = 93%
G 229 of 255 = 90%
B 213 of 255 = 84%

238
229
213

R + G + B ~ 89%. #EEE5D5 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 229 + 213 = 680 (100%)
R 238 of 680 ~ 35%
G 229 of 680 ~ 33.68%
B 213 of 680 ~ 31.32'%

%35
%33.68
%31.32

CMYK color model

#EEE5D5 color CMYK value is (0,4,11,7).

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 10.50%
  • key color value is 6.67%

CMYK: (0,4,11,7)
C0M4Y11K7 (0%, 4%, 11%, 7%)
(0.00 / 0.04 / 0.11 / 0.07)

CMYK percentages

%0
%3.78
%10.5
%6.67

Codes

Color #EEE5D5 in popluar color models

EE E5 D5
RGB 238 229 213
HSL 38° 42.37% 88.43%
HSB/HSV 38° 10.50% 93.33%
CMYK 0.00% 3.78% 10.50%
6.67%

Color #EEE5D5 in popluar number systems.

HEX EE E5 D5
Decimal 238 229 213
Binary 11101110 11100101 11010101
Octal 356 345 325

Shades and tints

Shades of #EEE5D5

#EEE5D5
(238,229,213)
#D9D1C2
(217,209,194)
#C4BDAF
(196,189,175)
#AFA99C
(175,169,156)
#9A9589
(154,149,137)
#858176
(133,129,118)
#706D63
(112,109,99)
#5B5950
(91,89,80)
#46453D
(70,69,61)
#31312A
(49,49,42)
#1C1D17
(28,29,23)
#000000
(0,0,0)

Tints of #EEE5D5

#EEE5D5
(238,229,213)
#EFE7D8
(239,231,216)
#F0E9DB
(240,233,219)
#F1EBDE
(241,235,222)
#F2EDE1
(242,237,225)
#F3EFE4
(243,239,228)
#F4F1E7
(244,241,231)
#F5F3EA
(245,243,234)
#F6F5ED
(246,245,237)
#F7F7F0
(247,247,240)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE5D5; }

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

This text font color is #EEE5D5.

Background Color

.myBgColor { background-color: #EEE5D5; }

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

This div background color is #EEE5D5.

Border color

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

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

This div border color is #EEE5D5.

Opacity

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

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

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

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

This text has shadow with #EEE5D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE5D5.

Preview

Color preview on black background

This text has color #EEE5D5 on black background.


Color preview on white background

This text has color #EEE5D5 on white background.


Black color preview on #EEE5D5 background

This text has black color on #EEE5D5 background.


White color preview on #EEE5D5 background

This text has white color on #EEE5D5 background.


Related colors

Complementary color

Complementary color for #hex is #111A2A.


I love getcolorcode.com

Triadic colors

1 #D5EEE5 and #E5D5EE with #EEE5D5 are triadic colors.

2 #D5E5EE and #E5EED5 with #EEE5D5 are triadic colors.