COLOR #EDD1CE

HEX: #EDD1CE RGB: (237,209,206)

Color info

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

RGB color model

#EDD1CE color RGB value is (237,209,206).

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

RGB channels and saturation

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

237
209
206

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

Portions of RGB colors in percentages

R + G + B = 237 + 209 + 206 = 652 (100%)
R 237 of 652 ~ 36.35%
G 209 of 652 ~ 32.06%
B 206 of 652 ~ 31.6'%

%36.35
%32.06
%31.6

CMYK color model

#EDD1CE color CMYK value is (0,12,13,7).

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

CMYK: (0,12,13,7)
C0M12Y13K7 (0%, 12%, 13%, 7%)
(0.00 / 0.12 / 0.13 / 0.07)

CMYK percentages

%0
%11.81
%13.08
%7.06

Codes

Color #EDD1CE in popluar color models

ED D1 CE
RGB 237 209 206
HSL 46.27% 86.86%
HSB/HSV 13.08% 92.94%
CMYK 0.00% 11.81% 13.08%
7.06%

Color #EDD1CE in popluar number systems.

HEX ED D1 CE
Decimal 237 209 206
Binary 11101101 11010001 11001110
Octal 355 321 316

Shades and tints

Shades of #EDD1CE

#EDD1CE
(237,209,206)
#D8BEBC
(216,190,188)
#C3ABAA
(195,171,170)
#AE9898
(174,152,152)
#998586
(153,133,134)
#847274
(132,114,116)
#6F5F62
(111,95,98)
#5A4C50
(90,76,80)
#45393E
(69,57,62)
#30262C
(48,38,44)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #EDD1CE

#EDD1CE
(237,209,206)
#EED5D2
(238,213,210)
#EFD9D6
(239,217,214)
#F0DDDA
(240,221,218)
#F1E1DE
(241,225,222)
#F2E5E2
(242,229,226)
#F3E9E6
(243,233,230)
#F4EDEA
(244,237,234)
#F5F1EE
(245,241,238)
#F6F5F2
(246,245,242)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD1CE; }

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

This text font color is #EDD1CE.

Background Color

.myBgColor { background-color: #EDD1CE; }

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

This div background color is #EDD1CE.

Border color

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

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

This div border color is #EDD1CE.

Opacity

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

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

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

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

This text has shadow with #EDD1CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD1CE.

Preview

Color preview on black background

This text has color #EDD1CE on black background.


Color preview on white background

This text has color #EDD1CE on white background.


Black color preview on #EDD1CE background

This text has black color on #EDD1CE background.


White color preview on #EDD1CE background

This text has white color on #EDD1CE background.


Related colors

Complementary color

Complementary color for #hex is #122E31.


I love getcolorcode.com

Triadic colors

1 #CEEDD1 and #D1CEED with #EDD1CE are triadic colors.

2 #CED1ED and #D1EDCE with #EDD1CE are triadic colors.