COLOR #EEDCD4

HEX: #EEDCD4 RGB: (238,220,212)

Color info

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

RGB color model

#EEDCD4 color RGB value is (238,220,212).

RGB: (238,220,212) (93%, 86%, 83%)

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 212 of 255 = 83%

238
220
212

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

Portions of RGB colors in percentages

R + G + B = 238 + 220 + 212 = 670 (100%)
R 238 of 670 ~ 35.52%
G 220 of 670 ~ 32.84%
B 212 of 670 ~ 31.64'%

%35.52
%32.84
%31.64

CMYK color model

#EEDCD4 color CMYK value is (0,8,11,7).

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

CMYK: (0,8,11,7)
C0M8Y11K7 (0%, 8%, 11%, 7%)
(0.00 / 0.08 / 0.11 / 0.07)

CMYK percentages

%0
%7.56
%10.92
%6.67

Codes

Color #EEDCD4 in popluar color models

EE DC D4
RGB 238 220 212
HSL 18° 43.33% 88.24%
HSB/HSV 18° 10.92% 93.33%
CMYK 0.00% 7.56% 10.92%
6.67%

Color #EEDCD4 in popluar number systems.

HEX EE DC D4
Decimal 238 220 212
Binary 11101110 11011100 11010100
Octal 356 334 324

Shades and tints

Shades of #EEDCD4

#EEDCD4
(238,220,212)
#D9C8C1
(217,200,193)
#C4B4AE
(196,180,174)
#AFA09B
(175,160,155)
#9A8C88
(154,140,136)
#857875
(133,120,117)
#706462
(112,100,98)
#5B504F
(91,80,79)
#463C3C
(70,60,60)
#312829
(49,40,41)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #EEDCD4

#EEDCD4
(238,220,212)
#EFDFD7
(239,223,215)
#F0E2DA
(240,226,218)
#F1E5DD
(241,229,221)
#F2E8E0
(242,232,224)
#F3EBE3
(243,235,227)
#F4EEE6
(244,238,230)
#F5F1E9
(245,241,233)
#F6F4EC
(246,244,236)
#F7F7EF
(247,247,239)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDCD4; }

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

This text font color is #EEDCD4.

Background Color

.myBgColor { background-color: #EEDCD4; }

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

This div background color is #EEDCD4.

Border color

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

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

This div border color is #EEDCD4.

Opacity

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

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

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

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

This text has shadow with #EEDCD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDCD4.

Preview

Color preview on black background

This text has color #EEDCD4 on black background.


Color preview on white background

This text has color #EEDCD4 on white background.


Black color preview on #EEDCD4 background

This text has black color on #EEDCD4 background.


White color preview on #EEDCD4 background

This text has white color on #EEDCD4 background.


Related colors

Complementary color

Complementary color for #hex is #11232B.


I love getcolorcode.com

Triadic colors

1 #D4EEDC and #DCD4EE with #EEDCD4 are triadic colors.

2 #D4DCEE and #DCEED4 with #EEDCD4 are triadic colors.