COLOR #EEDCD2

HEX: #EEDCD2 RGB: (238,220,210)

Color info

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

RGB color model

#EEDCD2 color RGB value is (238,220,210).

RGB: (238,220,210) (93%, 86%, 82%)

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 210 of 255 = 82%

238
220
210

R + G + B ~ 87%. #EEDCD2 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 220 + 210 = 668 (100%)
R 238 of 668 ~ 35.63%
G 220 of 668 ~ 32.93%
B 210 of 668 ~ 31.44'%

%35.63
%32.93
%31.44

CMYK color model

#EEDCD2 color CMYK value is (0,8,12,7).

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

CMYK: (0,8,12,7)
C0M8Y12K7 (0%, 8%, 12%, 7%)
(0.00 / 0.08 / 0.12 / 0.07)

CMYK percentages

%0
%7.56
%11.76
%6.67

Codes

Color #EEDCD2 in popluar color models

EE DC D2
RGB 238 220 210
HSL 21° 45.16% 87.84%
HSB/HSV 21° 11.76% 93.33%
CMYK 0.00% 7.56% 11.76%
6.67%

Color #EEDCD2 in popluar number systems.

HEX EE DC D2
Decimal 238 220 210
Binary 11101110 11011100 11010010
Octal 356 334 322

Shades and tints

Shades of #EEDCD2

#EEDCD2
(238,220,210)
#D9C8BF
(217,200,191)
#C4B4AC
(196,180,172)
#AFA099
(175,160,153)
#9A8C86
(154,140,134)
#857873
(133,120,115)
#706460
(112,100,96)
#5B504D
(91,80,77)
#463C3A
(70,60,58)
#312827
(49,40,39)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #EEDCD2

#EEDCD2
(238,220,210)
#EFDFD6
(239,223,214)
#F0E2DA
(240,226,218)
#F1E5DE
(241,229,222)
#F2E8E2
(242,232,226)
#F3EBE6
(243,235,230)
#F4EEEA
(244,238,234)
#F5F1EE
(245,241,238)
#F6F4F2
(246,244,242)
#F7F7F6
(247,247,246)
#F8FAFA
(248,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDCD2; }

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

This text font color is #EEDCD2.

Background Color

.myBgColor { background-color: #EEDCD2; }

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

This div background color is #EEDCD2.

Border color

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

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

This div border color is #EEDCD2.

Opacity

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

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

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

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

This text has shadow with #EEDCD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDCD2.

Preview

Color preview on black background

This text has color #EEDCD2 on black background.


Color preview on white background

This text has color #EEDCD2 on white background.


Black color preview on #EEDCD2 background

This text has black color on #EEDCD2 background.


White color preview on #EEDCD2 background

This text has white color on #EEDCD2 background.


Related colors

Complementary color

Complementary color for #hex is #11232D.


I love getcolorcode.com

Triadic colors

1 #D2EEDC and #DCD2EE with #EEDCD2 are triadic colors.

2 #D2DCEE and #DCEED2 with #EEDCD2 are triadic colors.