COLOR #EDD2CE

HEX: #EDD2CE RGB: (237,210,206)

Color info

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

RGB color model

#EDD2CE color RGB value is (237,210,206).

RGB: (237,210,206) (93%, 82%, 81%)

RGB channels and saturation

R 237 of 255 = 93%
G 210 of 255 = 82%
B 206 of 255 = 81%

237
210
206

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

Portions of RGB colors in percentages

R + G + B = 237 + 210 + 206 = 653 (100%)
R 237 of 653 ~ 36.29%
G 210 of 653 ~ 32.16%
B 206 of 653 ~ 31.55'%

%36.29
%32.16
%31.55

CMYK color model

#EDD2CE color CMYK value is (0,11,13,7).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 13.08%
  • key color value is 7.06%

CMYK: (0,11,13,7)
C0M11Y13K7 (0%, 11%, 13%, 7%)
(0.00 / 0.11 / 0.13 / 0.07)

CMYK percentages

%0
%11.39
%13.08
%7.06

Codes

Color #EDD2CE in popluar color models

ED D2 CE
RGB 237 210 206
HSL 46.27% 86.86%
HSB/HSV 13.08% 92.94%
CMYK 0.00% 11.39% 13.08%
7.06%

Color #EDD2CE in popluar number systems.

HEX ED D2 CE
Decimal 237 210 206
Binary 11101101 11010010 11001110
Octal 355 322 316

Shades and tints

Shades of #EDD2CE

#EDD2CE
(237,210,206)
#D8BFBC
(216,191,188)
#C3ACAA
(195,172,170)
#AE9998
(174,153,152)
#998686
(153,134,134)
#847374
(132,115,116)
#6F6062
(111,96,98)
#5A4D50
(90,77,80)
#453A3E
(69,58,62)
#30272C
(48,39,44)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #EDD2CE

#EDD2CE
(237,210,206)
#EED6D2
(238,214,210)
#EFDAD6
(239,218,214)
#F0DEDA
(240,222,218)
#F1E2DE
(241,226,222)
#F2E6E2
(242,230,226)
#F3EAE6
(243,234,230)
#F4EEEA
(244,238,234)
#F5F2EE
(245,242,238)
#F6F6F2
(246,246,242)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD2CE color. Also use rgb(237,210,206) instead hex code.

Text Font Color

.myTextColor { color: #EDD2CE; }

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

This text font color is #EDD2CE.

Background Color

.myBgColor { background-color: #EDD2CE; }

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

This div background color is #EDD2CE.

Border color

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

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

This div border color is #EDD2CE.

Opacity

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

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

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

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

This text has shadow with #EDD2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD2CE.

Preview

Color preview on black background

This text has color #EDD2CE on black background.


Color preview on white background

This text has color #EDD2CE on white background.


Black color preview on #EDD2CE background

This text has black color on #EDD2CE background.


White color preview on #EDD2CE background

This text has white color on #EDD2CE background.


Related colors

Complementary color

Complementary color for #hex is #122D31.


I love getcolorcode.com

Triadic colors

1 #CEEDD2 and #D2CEED with #EDD2CE are triadic colors.

2 #CED2ED and #D2EDCE with #EDD2CE are triadic colors.