COLOR #EED2CD

HEX: #EED2CD RGB: (238,210,205)

Color info

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

RGB color model

#EED2CD color RGB value is (238,210,205).

RGB: (238,210,205) (93%, 82%, 80%)

RGB channels and saturation

R 238 of 255 = 93%
G 210 of 255 = 82%
B 205 of 255 = 80%

238
210
205

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

Portions of RGB colors in percentages

R + G + B = 238 + 210 + 205 = 653 (100%)
R 238 of 653 ~ 36.45%
G 210 of 653 ~ 32.16%
B 205 of 653 ~ 31.39'%

%36.45
%32.16
%31.39

CMYK color model

#EED2CD color CMYK value is (0,12,14,7).

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

CMYK: (0,12,14,7)
C0M12Y14K7 (0%, 12%, 14%, 7%)
(0.00 / 0.12 / 0.14 / 0.07)

CMYK percentages

%0
%11.76
%13.87
%6.67

Codes

Color #EED2CD in popluar color models

EE D2 CD
RGB 238 210 205
HSL 49.25% 86.86%
HSB/HSV 13.87% 93.33%
CMYK 0.00% 11.76% 13.87%
6.67%

Color #EED2CD in popluar number systems.

HEX EE D2 CD
Decimal 238 210 205
Binary 11101110 11010010 11001101
Octal 356 322 315

Shades and tints

Shades of #EED2CD

#EED2CD
(238,210,205)
#D9BFBB
(217,191,187)
#C4ACA9
(196,172,169)
#AF9997
(175,153,151)
#9A8685
(154,134,133)
#857373
(133,115,115)
#706061
(112,96,97)
#5B4D4F
(91,77,79)
#463A3D
(70,58,61)
#31272B
(49,39,43)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #EED2CD

#EED2CD
(238,210,205)
#EFD6D1
(239,214,209)
#F0DAD5
(240,218,213)
#F1DED9
(241,222,217)
#F2E2DD
(242,226,221)
#F3E6E1
(243,230,225)
#F4EAE5
(244,234,229)
#F5EEE9
(245,238,233)
#F6F2ED
(246,242,237)
#F7F6F1
(247,246,241)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED2CD; }

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

This text font color is #EED2CD.

Background Color

.myBgColor { background-color: #EED2CD; }

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

This div background color is #EED2CD.

Border color

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

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

This div border color is #EED2CD.

Opacity

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

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

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

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

This text has shadow with #EED2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED2CD.

Preview

Color preview on black background

This text has color #EED2CD on black background.


Color preview on white background

This text has color #EED2CD on white background.


Black color preview on #EED2CD background

This text has black color on #EED2CD background.


White color preview on #EED2CD background

This text has white color on #EED2CD background.


Related colors

Complementary color

Complementary color for #hex is #112D32.


I love getcolorcode.com

Triadic colors

1 #CDEED2 and #D2CDEE with #EED2CD are triadic colors.

2 #CDD2EE and #D2EECD with #EED2CD are triadic colors.