COLOR #EDC1D5

HEX: #EDC1D5 RGB: (237,193,213)

Color info

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

RGB color model

#EDC1D5 color RGB value is (237,193,213).

RGB: (237,193,213) (93%, 76%, 84%)

RGB channels and saturation

R 237 of 255 = 93%
G 193 of 255 = 76%
B 213 of 255 = 84%

237
193
213

R + G + B ~ 84%. #EDC1D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 193 + 213 = 643 (100%)
R 237 of 643 ~ 36.86%
G 193 of 643 ~ 30.02%
B 213 of 643 ~ 33.13'%

%36.86
%30.02
%33.13

CMYK color model

#EDC1D5 color CMYK value is (0,19,10,7).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 10.13%
  • key color value is 7.06%

CMYK: (0,19,10,7)
C0M19Y10K7 (0%, 19%, 10%, 7%)
(0.00 / 0.19 / 0.10 / 0.07)

CMYK percentages

%0
%18.57
%10.13
%7.06

Codes

Color #EDC1D5 in popluar color models

ED C1 D5
RGB 237 193 213
HSL 333° 55.00% 84.31%
HSB/HSV 333° 18.57% 92.94%
CMYK 0.00% 18.57% 10.13%
7.06%

Color #EDC1D5 in popluar number systems.

HEX ED C1 D5
Decimal 237 193 213
Binary 11101101 11000001 11010101
Octal 355 301 325

Shades and tints

Shades of #EDC1D5

#EDC1D5
(237,193,213)
#D8B0C2
(216,176,194)
#C39FAF
(195,159,175)
#AE8E9C
(174,142,156)
#997D89
(153,125,137)
#846C76
(132,108,118)
#6F5B63
(111,91,99)
#5A4A50
(90,74,80)
#45393D
(69,57,61)
#30282A
(48,40,42)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #EDC1D5

#EDC1D5
(237,193,213)
#EEC6D8
(238,198,216)
#EFCBDB
(239,203,219)
#F0D0DE
(240,208,222)
#F1D5E1
(241,213,225)
#F2DAE4
(242,218,228)
#F3DFE7
(243,223,231)
#F4E4EA
(244,228,234)
#F5E9ED
(245,233,237)
#F6EEF0
(246,238,240)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC1D5 color. Also use rgb(237,193,213) instead hex code.

Text Font Color

.myTextColor { color: #EDC1D5; }

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

This text font color is #EDC1D5.

Background Color

.myBgColor { background-color: #EDC1D5; }

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

This div background color is #EDC1D5.

Border color

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

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

This div border color is #EDC1D5.

Opacity

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

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

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

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

This text has shadow with #EDC1D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC1D5.

Preview

Color preview on black background

This text has color #EDC1D5 on black background.


Color preview on white background

This text has color #EDC1D5 on white background.


Black color preview on #EDC1D5 background

This text has black color on #EDC1D5 background.


White color preview on #EDC1D5 background

This text has white color on #EDC1D5 background.


Related colors

Complementary color

Complementary color for #hex is #123E2A.


I love getcolorcode.com

Triadic colors

1 #D5EDC1 and #C1D5ED with #EDC1D5 are triadic colors.

2 #D5C1ED and #C1EDD5 with #EDC1D5 are triadic colors.