COLOR #EEDDC0

HEX: #EEDDC0 RGB: (238,221,192)

Color info

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

RGB color model

#EEDDC0 color RGB value is (238,221,192).

RGB: (238,221,192) (93%, 87%, 75%)

RGB channels and saturation

R 238 of 255 = 93%
G 221 of 255 = 87%
B 192 of 255 = 75%

238
221
192

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

Portions of RGB colors in percentages

R + G + B = 238 + 221 + 192 = 651 (100%)
R 238 of 651 ~ 36.56%
G 221 of 651 ~ 33.95%
B 192 of 651 ~ 29.49'%

%36.56
%33.95
%29.49

CMYK color model

#EEDDC0 color CMYK value is (0,7,19,7).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 19.33%
  • key color value is 6.67%

CMYK: (0,7,19,7)
C0M7Y19K7 (0%, 7%, 19%, 7%)
(0.00 / 0.07 / 0.19 / 0.07)

CMYK percentages

%0
%7.14
%19.33
%6.67

Codes

Color #EEDDC0 in popluar color models

EE DD C0
RGB 238 221 192
HSL 38° 57.50% 84.31%
HSB/HSV 38° 19.33% 93.33%
CMYK 0.00% 7.14% 19.33%
6.67%

Color #EEDDC0 in popluar number systems.

HEX EE DD C0
Decimal 238 221 192
Binary 11101110 11011101 11000000
Octal 356 335 300

Shades and tints

Shades of #EEDDC0

#EEDDC0
(238,221,192)
#D9C9AF
(217,201,175)
#C4B59E
(196,181,158)
#AFA18D
(175,161,141)
#9A8D7C
(154,141,124)
#85796B
(133,121,107)
#70655A
(112,101,90)
#5B5149
(91,81,73)
#463D38
(70,61,56)
#312927
(49,41,39)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #EEDDC0

#EEDDC0
(238,221,192)
#EFE0C5
(239,224,197)
#F0E3CA
(240,227,202)
#F1E6CF
(241,230,207)
#F2E9D4
(242,233,212)
#F3ECD9
(243,236,217)
#F4EFDE
(244,239,222)
#F5F2E3
(245,242,227)
#F6F5E8
(246,245,232)
#F7F8ED
(247,248,237)
#F8FBF2
(248,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDDC0 color. Also use rgb(238,221,192) instead hex code.

Text Font Color

.myTextColor { color: #EEDDC0; }

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

This text font color is #EEDDC0.

Background Color

.myBgColor { background-color: #EEDDC0; }

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

This div background color is #EEDDC0.

Border color

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

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

This div border color is #EEDDC0.

Opacity

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

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

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

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

This text has shadow with #EEDDC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDDC0.

Preview

Color preview on black background

This text has color #EEDDC0 on black background.


Color preview on white background

This text has color #EEDDC0 on white background.


Black color preview on #EEDDC0 background

This text has black color on #EEDDC0 background.


White color preview on #EEDDC0 background

This text has white color on #EEDDC0 background.


Related colors

Complementary color

Complementary color for #hex is #11223F.


I love getcolorcode.com

Triadic colors

1 #C0EEDD and #DDC0EE with #EEDDC0 are triadic colors.

2 #C0DDEE and #DDEEC0 with #EEDDC0 are triadic colors.