COLOR #EED3CD

HEX: #EED3CD RGB: (238,211,205)

Color info

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

RGB color model

#EED3CD color RGB value is (238,211,205).

RGB: (238,211,205) (93%, 83%, 80%)

RGB channels and saturation

R 238 of 255 = 93%
G 211 of 255 = 83%
B 205 of 255 = 80%

238
211
205

R + G + B ~ 85%. #EED3CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 211 + 205 = 654 (100%)
R 238 of 654 ~ 36.39%
G 211 of 654 ~ 32.26%
B 205 of 654 ~ 31.35'%

%36.39
%32.26
%31.35

CMYK color model

#EED3CD color CMYK value is (0,11,14,7).

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 13.87%
  • key color value is 6.67%

CMYK: (0,11,14,7)
C0M11Y14K7 (0%, 11%, 14%, 7%)
(0.00 / 0.11 / 0.14 / 0.07)

CMYK percentages

%0
%11.34
%13.87
%6.67

Codes

Color #EED3CD in popluar color models

EE D3 CD
RGB 238 211 205
HSL 11° 49.25% 86.86%
HSB/HSV 11° 13.87% 93.33%
CMYK 0.00% 11.34% 13.87%
6.67%

Color #EED3CD in popluar number systems.

HEX EE D3 CD
Decimal 238 211 205
Binary 11101110 11010011 11001101
Octal 356 323 315

Shades and tints

Shades of #EED3CD

#EED3CD
(238,211,205)
#D9C0BB
(217,192,187)
#C4ADA9
(196,173,169)
#AF9A97
(175,154,151)
#9A8785
(154,135,133)
#857473
(133,116,115)
#706161
(112,97,97)
#5B4E4F
(91,78,79)
#463B3D
(70,59,61)
#31282B
(49,40,43)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #EED3CD

#EED3CD
(238,211,205)
#EFD7D1
(239,215,209)
#F0DBD5
(240,219,213)
#F1DFD9
(241,223,217)
#F2E3DD
(242,227,221)
#F3E7E1
(243,231,225)
#F4EBE5
(244,235,229)
#F5EFE9
(245,239,233)
#F6F3ED
(246,243,237)
#F7F7F1
(247,247,241)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED3CD color. Also use rgb(238,211,205) instead hex code.

Text Font Color

.myTextColor { color: #EED3CD; }

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

This text font color is #EED3CD.

Background Color

.myBgColor { background-color: #EED3CD; }

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

This div background color is #EED3CD.

Border color

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

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

This div border color is #EED3CD.

Opacity

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

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

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

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

This text has shadow with #EED3CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED3CD.

Preview

Color preview on black background

This text has color #EED3CD on black background.


Color preview on white background

This text has color #EED3CD on white background.


Black color preview on #EED3CD background

This text has black color on #EED3CD background.


White color preview on #EED3CD background

This text has white color on #EED3CD background.


Related colors

Complementary color

Complementary color for #hex is #112C32.


I love getcolorcode.com

Triadic colors

1 #CDEED3 and #D3CDEE with #EED3CD are triadic colors.

2 #CDD3EE and #D3EECD with #EED3CD are triadic colors.