COLOR #EEE4D5

HEX: #EEE4D5 RGB: (238,228,213)

Color info

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

RGB color model

#EEE4D5 color RGB value is (238,228,213).

RGB: (238,228,213) (93%, 89%, 84%)

RGB channels and saturation

R 238 of 255 = 93%
G 228 of 255 = 89%
B 213 of 255 = 84%

238
228
213

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

Portions of RGB colors in percentages

R + G + B = 238 + 228 + 213 = 679 (100%)
R 238 of 679 ~ 35.05%
G 228 of 679 ~ 33.58%
B 213 of 679 ~ 31.37'%

%35.05
%33.58
%31.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.20%
  • 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
%4.2
%10.5
%6.67

Codes

Color #EEE4D5 in popluar color models

EE E4 D5
RGB 238 228 213
HSL 36° 42.37% 88.43%
HSB/HSV 36° 10.50% 93.33%
CMYK 0.00% 4.20% 10.50%
6.67%

Color #EEE4D5 in popluar number systems.

HEX EE E4 D5
Decimal 238 228 213
Binary 11101110 11100100 11010101
Octal 356 344 325

Shades and tints

Shades of #EEE4D5

#EEE4D5
(238,228,213)
#D9D0C2
(217,208,194)
#C4BCAF
(196,188,175)
#AFA89C
(175,168,156)
#9A9489
(154,148,137)
#858076
(133,128,118)
#706C63
(112,108,99)
#5B5850
(91,88,80)
#46443D
(70,68,61)
#31302A
(49,48,42)
#1C1C17
(28,28,23)
#000000
(0,0,0)

Tints of #EEE4D5

#EEE4D5
(238,228,213)
#EFE6D8
(239,230,216)
#F0E8DB
(240,232,219)
#F1EADE
(241,234,222)
#F2ECE1
(242,236,225)
#F3EEE4
(243,238,228)
#F4F0E7
(244,240,231)
#F5F2EA
(245,242,234)
#F6F4ED
(246,244,237)
#F7F6F0
(247,246,240)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE4D5; }

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

This text font color is #EEE4D5.

Background Color

.myBgColor { background-color: #EEE4D5; }

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

This div background color is #EEE4D5.

Border color

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

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

This div border color is #EEE4D5.

Opacity

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

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

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

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

This text has shadow with #EEE4D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE4D5.

Preview

Color preview on black background

This text has color #EEE4D5 on black background.


Color preview on white background

This text has color #EEE4D5 on white background.


Black color preview on #EEE4D5 background

This text has black color on #EEE4D5 background.


White color preview on #EEE4D5 background

This text has white color on #EEE4D5 background.


Related colors

Complementary color

Complementary color for #hex is #111B2A.


I love getcolorcode.com

Triadic colors

1 #D5EEE4 and #E4D5EE with #EEE4D5 are triadic colors.

2 #D5E4EE and #E4EED5 with #EEE4D5 are triadic colors.