COLOR #EDC9DA

HEX: #EDC9DA RGB: (237,201,218)

Color info

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

RGB color model

#EDC9DA color RGB value is (237,201,218).

RGB: (237,201,218) (93%, 79%, 85%)

RGB channels and saturation

R 237 of 255 = 93%
G 201 of 255 = 79%
B 218 of 255 = 85%

237
201
218

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

Portions of RGB colors in percentages

R + G + B = 237 + 201 + 218 = 656 (100%)
R 237 of 656 ~ 36.13%
G 201 of 656 ~ 30.64%
B 218 of 656 ~ 33.23'%

%36.13
%30.64
%33.23

CMYK color model

#EDC9DA color CMYK value is (0,15,8,7).

  • cyan value is 0.00%
  • magenta value is 15.19%
  • yellow value is 8.02%
  • key color value is 7.06%
CMYK: (0,15,8,7) C0M15Y8K7 (0%,15%,8%,7%) (0.00/0.15/0.08/0.07) 

CMYK percentages

%0
%15.19
%8.02
%7.06

Codes

Color #EDC9DA in popluar color models

ED C9 DA
RGB 237 201 218
HSL 332° 50.00% 85.88%
HSB/HSV 332° 15.19% 92.94%
CMYK 0.00% 15.19% 8.02%
7.06%

Color #EDC9DA in popluar number systems.

HEX ED C9 DA
Decimal 237 201 218
Binary 11101101 11001001 11011010
Octal 355 311 332

Shades and tints

Shades of #EDC9DA

#EDC9DA
(237,201,218)
#D8B7C7
(216,183,199)
#C3A5B4
(195,165,180)
#AE93A1
(174,147,161)
#99818E
(153,129,142)
#846F7B
(132,111,123)
#6F5D68
(111,93,104)
#5A4B55
(90,75,85)
#453942
(69,57,66)
#30272F
(48,39,47)
#1B151C
(27,21,28)
#000000
(0,0,0)

Tints of #EDC9DA

#EDC9DA
(237,201,218)
#EECDDD
(238,205,221)
#EFD1E0
(239,209,224)
#F0D5E3
(240,213,227)
#F1D9E6
(241,217,230)
#F2DDE9
(242,221,233)
#F3E1EC
(243,225,236)
#F4E5EF
(244,229,239)
#F5E9F2
(245,233,242)
#F6EDF5
(246,237,245)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC9DA color. Also use rgb(237,201,218) instead hex code.

Text Font Color

.myTextColor { color: #EDC9DA; }

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

This text font color is #EDC9DA.

Background Color

.myBgColor { background-color: #EDC9DA; }

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

This div background color is #EDC9DA.

Border color

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

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

This div border color is #EDC9DA.

Opacity

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

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

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

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

This text has shadow with #EDC9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC9DA.

Preview

Color preview on black background

This text has color #EDC9DA on black background.


Color preview on white background

This text has color #EDC9DA on white background.


Black color preview on #EDC9DA background

This text has black color on #EDC9DA background.


White color preview on #EDC9DA background

This text has white color on #EDC9DA background.


Related colors

Complementary color

Complementary color for #hex is #123625.


I love getcolorcode.com

Triadic colors

1 #DAEDC9 and #C9DAED with #EDC9DA are triadic colors.

2 #DAC9ED and #C9EDDA with #EDC9DA are triadic colors.