COLOR #EDC9DE

HEX: #EDC9DE RGB: (237,201,222)

Color info

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

RGB color model

#EDC9DE color RGB value is (237,201,222).

RGB: (237,201,222) (93%, 79%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 201 of 255 = 79%
B 222 of 255 = 87%

237
201
222

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

Portions of RGB colors in percentages

R + G + B = 237 + 201 + 222 = 660 (100%)
R 237 of 660 ~ 35.91%
G 201 of 660 ~ 30.45%
B 222 of 660 ~ 33.64'%

%35.91
%30.45
%33.64

CMYK color model

#EDC9DE color CMYK value is (0,15,6,7).

  • cyan value is 0.00%
  • magenta value is 15.19%
  • yellow value is 6.33%
  • key color value is 7.06%
CMYK: (0,15,6,7) C0M15Y6K7 (0%,15%,6%,7%) (0.00/0.15/0.06/0.07) 

CMYK percentages

%0
%15.19
%6.33
%7.06

Codes

Color #EDC9DE in popluar color models

ED C9 DE
RGB 237 201 222
HSL 325° 50.00% 85.88%
HSB/HSV 325° 15.19% 92.94%
CMYK 0.00% 15.19% 6.33%
7.06%

Color #EDC9DE in popluar number systems.

HEX ED C9 DE
Decimal 237 201 222
Binary 11101101 11001001 11011110
Octal 355 311 336

Shades and tints

Shades of #EDC9DE

#EDC9DE
(237,201,222)
#D8B7CA
(216,183,202)
#C3A5B6
(195,165,182)
#AE93A2
(174,147,162)
#99818E
(153,129,142)
#846F7A
(132,111,122)
#6F5D66
(111,93,102)
#5A4B52
(90,75,82)
#45393E
(69,57,62)
#30272A
(48,39,42)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #EDC9DE

#EDC9DE
(237,201,222)
#EECDE1
(238,205,225)
#EFD1E4
(239,209,228)
#F0D5E7
(240,213,231)
#F1D9EA
(241,217,234)
#F2DDED
(242,221,237)
#F3E1F0
(243,225,240)
#F4E5F3
(244,229,243)
#F5E9F6
(245,233,246)
#F6EDF9
(246,237,249)
#F7F1FC
(247,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC9DE; }

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

This text font color is #EDC9DE.

Background Color

.myBgColor { background-color: #EDC9DE; }

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

This div background color is #EDC9DE.

Border color

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

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

This div border color is #EDC9DE.

Opacity

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

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

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

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

This text has shadow with #EDC9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC9DE.

Preview

Color preview on black background

This text has color #EDC9DE on black background.


Color preview on white background

This text has color #EDC9DE on white background.


Black color preview on #EDC9DE background

This text has black color on #EDC9DE background.


White color preview on #EDC9DE background

This text has white color on #EDC9DE background.


Related colors

Complementary color

Complementary color for #hex is #123621.


I love getcolorcode.com

Triadic colors

1 #DEEDC9 and #C9DEED with #EDC9DE are triadic colors.

2 #DEC9ED and #C9EDDE with #EDC9DE are triadic colors.