COLOR #EED5D0

HEX: #EED5D0 RGB: (238,213,208)

Color info

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

RGB color model

#EED5D0 color RGB value is (238,213,208).

RGB: (238,213,208) (93%, 84%, 82%)

RGB channels and saturation

R 238 of 255 = 93%
G 213 of 255 = 84%
B 208 of 255 = 82%

238
213
208

R + G + B ~ 86%. #EED5D0 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 213 + 208 = 659 (100%)
R 238 of 659 ~ 36.12%
G 213 of 659 ~ 32.32%
B 208 of 659 ~ 31.56'%

%36.12
%32.32
%31.56

CMYK color model

#EED5D0 color CMYK value is (0,11,13,7).

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

CMYK: (0,11,13,7)
C0M11Y13K7 (0%, 11%, 13%, 7%)
(0.00 / 0.11 / 0.13 / 0.07)

CMYK percentages

%0
%10.5
%12.61
%6.67

Codes

Color #EED5D0 in popluar color models

EE D5 D0
RGB 238 213 208
HSL 10° 46.88% 87.45%
HSB/HSV 10° 12.61% 93.33%
CMYK 0.00% 10.50% 12.61%
6.67%

Color #EED5D0 in popluar number systems.

HEX EE D5 D0
Decimal 238 213 208
Binary 11101110 11010101 11010000
Octal 356 325 320

Shades and tints

Shades of #EED5D0

#EED5D0
(238,213,208)
#D9C2BE
(217,194,190)
#C4AFAC
(196,175,172)
#AF9C9A
(175,156,154)
#9A8988
(154,137,136)
#857676
(133,118,118)
#706364
(112,99,100)
#5B5052
(91,80,82)
#463D40
(70,61,64)
#312A2E
(49,42,46)
#1C171C
(28,23,28)
#000000
(0,0,0)

Tints of #EED5D0

#EED5D0
(238,213,208)
#EFD8D4
(239,216,212)
#F0DBD8
(240,219,216)
#F1DEDC
(241,222,220)
#F2E1E0
(242,225,224)
#F3E4E4
(243,228,228)
#F4E7E8
(244,231,232)
#F5EAEC
(245,234,236)
#F6EDF0
(246,237,240)
#F7F0F4
(247,240,244)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED5D0; }

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

This text font color is #EED5D0.

Background Color

.myBgColor { background-color: #EED5D0; }

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

This div background color is #EED5D0.

Border color

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

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

This div border color is #EED5D0.

Opacity

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

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

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

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

This text has shadow with #EED5D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED5D0.

Preview

Color preview on black background

This text has color #EED5D0 on black background.


Color preview on white background

This text has color #EED5D0 on white background.


Black color preview on #EED5D0 background

This text has black color on #EED5D0 background.


White color preview on #EED5D0 background

This text has white color on #EED5D0 background.


Related colors

Complementary color

Complementary color for #hex is #112A2F.


I love getcolorcode.com

Triadic colors

1 #D0EED5 and #D5D0EE with #EED5D0 are triadic colors.

2 #D0D5EE and #D5EED0 with #EED5D0 are triadic colors.