COLOR #EEDCD3

HEX: #EEDCD3 RGB: (238,220,211)

Color info

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

RGB color model

#EEDCD3 color RGB value is (238,220,211).

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

RGB channels and saturation

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

238
220
211

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

Portions of RGB colors in percentages

R + G + B = 238 + 220 + 211 = 669 (100%)
R 238 of 669 ~ 35.58%
G 220 of 669 ~ 32.88%
B 211 of 669 ~ 31.54'%

%35.58
%32.88
%31.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 11.34%
  • 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
%11.34
%6.67

Codes

Color #EEDCD3 in popluar color models

EE DC D3
RGB 238 220 211
HSL 20° 44.26% 88.04%
HSB/HSV 20° 11.34% 93.33%
CMYK 0.00% 7.56% 11.34%
6.67%

Color #EEDCD3 in popluar number systems.

HEX EE DC D3
Decimal 238 220 211
Binary 11101110 11011100 11010011
Octal 356 334 323

Shades and tints

Shades of #EEDCD3

#EEDCD3
(238,220,211)
#D9C8C0
(217,200,192)
#C4B4AD
(196,180,173)
#AFA09A
(175,160,154)
#9A8C87
(154,140,135)
#857874
(133,120,116)
#706461
(112,100,97)
#5B504E
(91,80,78)
#463C3B
(70,60,59)
#312828
(49,40,40)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #EEDCD3

#EEDCD3
(238,220,211)
#EFDFD7
(239,223,215)
#F0E2DB
(240,226,219)
#F1E5DF
(241,229,223)
#F2E8E3
(242,232,227)
#F3EBE7
(243,235,231)
#F4EEEB
(244,238,235)
#F5F1EF
(245,241,239)
#F6F4F3
(246,244,243)
#F7F7F7
(247,247,247)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDCD3; }

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

This text font color is #EEDCD3.

Background Color

.myBgColor { background-color: #EEDCD3; }

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

This div background color is #EEDCD3.

Border color

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

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

This div border color is #EEDCD3.

Opacity

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

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

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

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

This text has shadow with #EEDCD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDCD3.

Preview

Color preview on black background

This text has color #EEDCD3 on black background.


Color preview on white background

This text has color #EEDCD3 on white background.


Black color preview on #EEDCD3 background

This text has black color on #EEDCD3 background.


White color preview on #EEDCD3 background

This text has white color on #EEDCD3 background.


Related colors

Complementary color

Complementary color for #hex is #11232C.


I love getcolorcode.com

Triadic colors

1 #D3EEDC and #DCD3EE with #EEDCD3 are triadic colors.

2 #D3DCEE and #DCEED3 with #EEDCD3 are triadic colors.