COLOR #EDCDD1

HEX: #EDCDD1 RGB: (237,205,209)

Color info

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

RGB color model

#EDCDD1 color RGB value is (237,205,209).

RGB: (237,205,209) (93%, 80%, 82%)

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 209 of 255 = 82%

237
205
209

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

Portions of RGB colors in percentages

R + G + B = 237 + 205 + 209 = 651 (100%)
R 237 of 651 ~ 36.41%
G 205 of 651 ~ 31.49%
B 209 of 651 ~ 32.1'%

%36.41
%31.49
%32.1

CMYK color model

#EDCDD1 color CMYK value is (0,14,12,7).

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

CMYK: (0,14,12,7)
C0M14Y12K7 (0%, 14%, 12%, 7%)
(0.00 / 0.14 / 0.12 / 0.07)

CMYK percentages

%0
%13.5
%11.81
%7.06

Codes

Color #EDCDD1 in popluar color models

ED CD D1
RGB 237 205 209
HSL 353° 47.06% 86.67%
HSB/HSV 353° 13.50% 92.94%
CMYK 0.00% 13.50% 11.81%
7.06%

Color #EDCDD1 in popluar number systems.

HEX ED CD D1
Decimal 237 205 209
Binary 11101101 11001101 11010001
Octal 355 315 321

Shades and tints

Shades of #EDCDD1

#EDCDD1
(237,205,209)
#D8BBBE
(216,187,190)
#C3A9AB
(195,169,171)
#AE9798
(174,151,152)
#998585
(153,133,133)
#847372
(132,115,114)
#6F615F
(111,97,95)
#5A4F4C
(90,79,76)
#453D39
(69,61,57)
#302B26
(48,43,38)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #EDCDD1

#EDCDD1
(237,205,209)
#EED1D5
(238,209,213)
#EFD5D9
(239,213,217)
#F0D9DD
(240,217,221)
#F1DDE1
(241,221,225)
#F2E1E5
(242,225,229)
#F3E5E9
(243,229,233)
#F4E9ED
(244,233,237)
#F5EDF1
(245,237,241)
#F6F1F5
(246,241,245)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCDD1; }

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

This text font color is #EDCDD1.

Background Color

.myBgColor { background-color: #EDCDD1; }

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

This div background color is #EDCDD1.

Border color

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

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

This div border color is #EDCDD1.

Opacity

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

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

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

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

This text has shadow with #EDCDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCDD1.

Preview

Color preview on black background

This text has color #EDCDD1 on black background.


Color preview on white background

This text has color #EDCDD1 on white background.


Black color preview on #EDCDD1 background

This text has black color on #EDCDD1 background.


White color preview on #EDCDD1 background

This text has white color on #EDCDD1 background.


Related colors

Complementary color

Complementary color for #hex is #12322E.


I love getcolorcode.com

Triadic colors

1 #D1EDCD and #CDD1ED with #EDCDD1 are triadic colors.

2 #D1CDED and #CDEDD1 with #EDCDD1 are triadic colors.