COLOR #EDCDCE

HEX: #EDCDCE RGB: (237,205,206)

Color info

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

RGB color model

#EDCDCE color RGB value is (237,205,206).

RGB: (237,205,206) (93%, 80%, 81%)

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 206 of 255 = 81%

237
205
206

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

Portions of RGB colors in percentages

R + G + B = 237 + 205 + 206 = 648 (100%)
R 237 of 648 ~ 36.57%
G 205 of 648 ~ 31.64%
B 206 of 648 ~ 31.79'%

%36.57
%31.64
%31.79

CMYK color model

#EDCDCE color CMYK value is (0,14,13,7).

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

CMYK: (0,14,13,7)
C0M14Y13K7 (0%, 14%, 13%, 7%)
(0.00 / 0.14 / 0.13 / 0.07)

CMYK percentages

%0
%13.5
%13.08
%7.06

Codes

Color #EDCDCE in popluar color models

ED CD CE
RGB 237 205 206
HSL 358° 47.06% 86.67%
HSB/HSV 358° 13.50% 92.94%
CMYK 0.00% 13.50% 13.08%
7.06%

Color #EDCDCE in popluar number systems.

HEX ED CD CE
Decimal 237 205 206
Binary 11101101 11001101 11001110
Octal 355 315 316

Shades and tints

Shades of #EDCDCE

#EDCDCE
(237,205,206)
#D8BBBC
(216,187,188)
#C3A9AA
(195,169,170)
#AE9798
(174,151,152)
#998586
(153,133,134)
#847374
(132,115,116)
#6F6162
(111,97,98)
#5A4F50
(90,79,80)
#453D3E
(69,61,62)
#302B2C
(48,43,44)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #EDCDCE

#EDCDCE
(237,205,206)
#EED1D2
(238,209,210)
#EFD5D6
(239,213,214)
#F0D9DA
(240,217,218)
#F1DDDE
(241,221,222)
#F2E1E2
(242,225,226)
#F3E5E6
(243,229,230)
#F4E9EA
(244,233,234)
#F5EDEE
(245,237,238)
#F6F1F2
(246,241,242)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCDCE; }

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

This text font color is #EDCDCE.

Background Color

.myBgColor { background-color: #EDCDCE; }

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

This div background color is #EDCDCE.

Border color

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

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

This div border color is #EDCDCE.

Opacity

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

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

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

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

This text has shadow with #EDCDCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCDCE.

Preview

Color preview on black background

This text has color #EDCDCE on black background.


Color preview on white background

This text has color #EDCDCE on white background.


Black color preview on #EDCDCE background

This text has black color on #EDCDCE background.


White color preview on #EDCDCE background

This text has white color on #EDCDCE background.


Related colors

Complementary color

Complementary color for #hex is #123231.


I love getcolorcode.com

Triadic colors

1 #CEEDCD and #CDCEED with #EDCDCE are triadic colors.

2 #CECDED and #CDEDCE with #EDCDCE are triadic colors.