COLOR #EDCED1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

237
206
209

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

Portions of RGB colors in percentages

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

%36.35
%31.6
%32.06

CMYK color model

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

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

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

CMYK percentages

%0
%13.08
%11.81
%7.06

Codes

Color #EDCED1 in popluar color models

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

Color #EDCED1 in popluar number systems.

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

Shades and tints

Shades of #EDCED1

#EDCED1
(237,206,209)
#D8BCBE
(216,188,190)
#C3AAAB
(195,170,171)
#AE9898
(174,152,152)
#998685
(153,134,133)
#847472
(132,116,114)
#6F625F
(111,98,95)
#5A504C
(90,80,76)
#453E39
(69,62,57)
#302C26
(48,44,38)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #EDCED1

#EDCED1
(237,206,209)
#EED2D5
(238,210,213)
#EFD6D9
(239,214,217)
#F0DADD
(240,218,221)
#F1DEE1
(241,222,225)
#F2E2E5
(242,226,229)
#F3E6E9
(243,230,233)
#F4EAED
(244,234,237)
#F5EEF1
(245,238,241)
#F6F2F5
(246,242,245)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCED1; }

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

This text font color is #EDCED1.

Background Color

.myBgColor { background-color: #EDCED1; }

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

This div background color is #EDCED1.

Border color

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

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

This div border color is #EDCED1.

Opacity

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

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

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

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

This text has shadow with #EDCED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCED1.

Preview

Color preview on black background

This text has color #EDCED1 on black background.


Color preview on white background

This text has color #EDCED1 on white background.


Black color preview on #EDCED1 background

This text has black color on #EDCED1 background.


White color preview on #EDCED1 background

This text has white color on #EDCED1 background.


Related colors

Complementary color

Complementary color for #hex is #12312E.


I love getcolorcode.com

Triadic colors

1 #D1EDCE and #CED1ED with #EDCED1 are triadic colors.

2 #D1CEED and #CEEDD1 with #EDCED1 are triadic colors.