COLOR #EDC5DF

HEX: #EDC5DF RGB: (237,197,223)

Color info

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

RGB color model

#EDC5DF color RGB value is (237,197,223).

RGB: (237,197,223) (93%, 77%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 197 of 255 = 77%
B 223 of 255 = 87%

237
197
223

R + G + B ~ 86%. #EDC5DF is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 197 + 223 = 657 (100%)
R 237 of 657 ~ 36.07%
G 197 of 657 ~ 29.98%
B 223 of 657 ~ 33.94'%

%36.07
%29.98
%33.94

CMYK color model

#EDC5DF color CMYK value is (0,17,6,7).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 5.91%
  • key color value is 7.06%
CMYK: (0,17,6,7) C0M17Y6K7 (0%,17%,6%,7%) (0.00/0.17/0.06/0.07) 

CMYK percentages

%0
%16.88
%5.91
%7.06

Codes

Color #EDC5DF in popluar color models

ED C5 DF
RGB 237 197 223
HSL 321° 52.63% 85.10%
HSB/HSV 321° 16.88% 92.94%
CMYK 0.00% 16.88% 5.91%
7.06%

Color #EDC5DF in popluar number systems.

HEX ED C5 DF
Decimal 237 197 223
Binary 11101101 11000101 11011111
Octal 355 305 337

Shades and tints

Shades of #EDC5DF

#EDC5DF
(237,197,223)
#D8B4CB
(216,180,203)
#C3A3B7
(195,163,183)
#AE92A3
(174,146,163)
#99818F
(153,129,143)
#84707B
(132,112,123)
#6F5F67
(111,95,103)
#5A4E53
(90,78,83)
#453D3F
(69,61,63)
#302C2B
(48,44,43)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #EDC5DF

#EDC5DF
(237,197,223)
#EECAE1
(238,202,225)
#EFCFE3
(239,207,227)
#F0D4E5
(240,212,229)
#F1D9E7
(241,217,231)
#F2DEE9
(242,222,233)
#F3E3EB
(243,227,235)
#F4E8ED
(244,232,237)
#F5EDEF
(245,237,239)
#F6F2F1
(246,242,241)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC5DF color. Also use rgb(237,197,223) instead hex code.

Text Font Color

.myTextColor { color: #EDC5DF; }

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

This text font color is #EDC5DF.

Background Color

.myBgColor { background-color: #EDC5DF; }

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

This div background color is #EDC5DF.

Border color

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

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

This div border color is #EDC5DF.

Opacity

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

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

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

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

This text has shadow with #EDC5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC5DF.

Preview

Color preview on black background

This text has color #EDC5DF on black background.


Color preview on white background

This text has color #EDC5DF on white background.


Black color preview on #EDC5DF background

This text has black color on #EDC5DF background.


White color preview on #EDC5DF background

This text has white color on #EDC5DF background.


Related colors

Complementary color

Complementary color for #hex is #123A20.


I love getcolorcode.com

Triadic colors

1 #DFEDC5 and #C5DFED with #EDC5DF are triadic colors.

2 #DFC5ED and #C5EDDF with #EDC5DF are triadic colors.