COLOR #EDCDF1

HEX: #EDCDF1 RGB: (237,205,241)

Color info

#EDCDF1 contains red, green and blue colors in about the same proportion. Web safe color of #EDCDF1 is #FFCCFF (or #FCF).

RGB color model

#EDCDF1 color RGB value is (237,205,241).

RGB: (237,205,241) (93%, 80%, 95%)

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 241 of 255 = 95%

237
205
241

R + G + B ~ 89%. #EDCDF1 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 205 + 241 = 683 (100%)
R 237 of 683 ~ 34.7%
G 205 of 683 ~ 30.01%
B 241 of 683 ~ 35.29'%

%34.7
%30.01
%35.29

CMYK color model

#EDCDF1 color CMYK value is (2,15,0,5).

  • cyan value is 1.66%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (2,15,0,5)
C2M15Y0K5 (2%, 15%, 0%, 5%)
(0.02 / 0.15 / 0.00 / 0.05)

CMYK percentages

%1.66
%14.94
%0
%5.49

Codes

Color #EDCDF1 in popluar color models

ED CD F1
RGB 237 205 241
HSL 293° 56.25% 87.45%
HSB/HSV 293° 14.94% 94.51%
CMYK 1.66% 14.94% 0.00%
5.49%

Color #EDCDF1 in popluar number systems.

HEX ED CD F1
Decimal 237 205 241
Binary 11101101 11001101 11110001
Octal 355 315 361

Shades and tints

Shades of #EDCDF1

#EDCDF1
(237,205,241)
#D8BBDC
(216,187,220)
#C3A9C7
(195,169,199)
#AE97B2
(174,151,178)
#99859D
(153,133,157)
#847388
(132,115,136)
#6F6173
(111,97,115)
#5A4F5E
(90,79,94)
#453D49
(69,61,73)
#302B34
(48,43,52)
#1B191F
(27,25,31)
#000000
(0,0,0)

Tints of #EDCDF1

#EDCDF1
(237,205,241)
#EED1F2
(238,209,242)
#EFD5F3
(239,213,243)
#F0D9F4
(240,217,244)
#F1DDF5
(241,221,245)
#F2E1F6
(242,225,246)
#F3E5F7
(243,229,247)
#F4E9F8
(244,233,248)
#F5EDF9
(245,237,249)
#F6F1FA
(246,241,250)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCDF1; }

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

This text font color is #EDCDF1.

Background Color

.myBgColor { background-color: #EDCDF1; }

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

This div background color is #EDCDF1.

Border color

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

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

This div border color is #EDCDF1.

Opacity

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

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

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

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

This text has shadow with #EDCDF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCDF1.

Preview

Color preview on black background

This text has color #EDCDF1 on black background.


Color preview on white background

This text has color #EDCDF1 on white background.


Black color preview on #EDCDF1 background

This text has black color on #EDCDF1 background.


White color preview on #EDCDF1 background

This text has white color on #EDCDF1 background.


Related colors

Complementary color

Complementary color for #hex is #12320E.


I love getcolorcode.com

Triadic colors

1 #F1EDCD and #CDF1ED with #EDCDF1 are triadic colors.

2 #F1CDED and #CDEDF1 with #EDCDF1 are triadic colors.