COLOR #EED6CE

HEX: #EED6CE RGB: (238,214,206)

Color info

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

RGB color model

#EED6CE color RGB value is (238,214,206).

RGB: (238,214,206) (93%, 84%, 81%)

RGB channels and saturation

R 238 of 255 = 93%
G 214 of 255 = 84%
B 206 of 255 = 81%

238
214
206

R + G + B ~ 86%. #EED6CE is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 214 + 206 = 658 (100%)
R 238 of 658 ~ 36.17%
G 214 of 658 ~ 32.52%
B 206 of 658 ~ 31.31'%

%36.17
%32.52
%31.31

CMYK color model

#EED6CE color CMYK value is (0,10,13,7).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 13.45%
  • key color value is 6.67%
CMYK: (0,10,13,7) C0M10Y13K7 (0%,10%,13%,7%) (0.00/0.10/0.13/0.07) 

CMYK percentages

%0
%10.08
%13.45
%6.67

Codes

Color #EED6CE in popluar color models

EE D6 CE
RGB 238 214 206
HSL 15° 48.48% 87.06%
HSB/HSV 15° 13.45% 93.33%
CMYK 0.00% 10.08% 13.45%
6.67%

Color #EED6CE in popluar number systems.

HEX EE D6 CE
Decimal 238 214 206
Binary 11101110 11010110 11001110
Octal 356 326 316

Shades and tints

Shades of #EED6CE

#EED6CE
(238,214,206)
#D9C3BC
(217,195,188)
#C4B0AA
(196,176,170)
#AF9D98
(175,157,152)
#9A8A86
(154,138,134)
#857774
(133,119,116)
#706462
(112,100,98)
#5B5150
(91,81,80)
#463E3E
(70,62,62)
#312B2C
(49,43,44)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #EED6CE

#EED6CE
(238,214,206)
#EFD9D2
(239,217,210)
#F0DCD6
(240,220,214)
#F1DFDA
(241,223,218)
#F2E2DE
(242,226,222)
#F3E5E2
(243,229,226)
#F4E8E6
(244,232,230)
#F5EBEA
(245,235,234)
#F6EEEE
(246,238,238)
#F7F1F2
(247,241,242)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED6CE color. Also use rgb(238,214,206) instead hex code.

Text Font Color

.myTextColor { color: #EED6CE; }

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

This text font color is #EED6CE.

Background Color

.myBgColor { background-color: #EED6CE; }

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

This div background color is #EED6CE.

Border color

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

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

This div border color is #EED6CE.

Opacity

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

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

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

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

This text has shadow with #EED6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED6CE.

Preview

Color preview on black background

This text has color #EED6CE on black background.


Color preview on white background

This text has color #EED6CE on white background.


Black color preview on #EED6CE background

This text has black color on #EED6CE background.


White color preview on #EED6CE background

This text has white color on #EED6CE background.


Related colors

Complementary color

Complementary color for #hex is #112931.


I love getcolorcode.com

Triadic colors

1 #CEEED6 and #D6CEEE with #EED6CE are triadic colors.

2 #CED6EE and #D6EECE with #EED6CE are triadic colors.