COLOR #EDC3F1

HEX: #EDC3F1 RGB: (237,195,241)

Color info

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

RGB color model

#EDC3F1 color RGB value is (237,195,241).

RGB: (237,195,241) (93%, 76%, 95%)

RGB channels and saturation

R 237 of 255 = 93%
G 195 of 255 = 76%
B 241 of 255 = 95%

237
195
241

R + G + B ~ 88%. #EDC3F1 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 195 + 241 = 673 (100%)
R 237 of 673 ~ 35.22%
G 195 of 673 ~ 28.97%
B 241 of 673 ~ 35.81'%

%35.22
%28.97
%35.81

CMYK color model

#EDC3F1 color CMYK value is (2,19,0,5).

  • cyan value is 1.66%
  • magenta value is 19.09%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (2,19,0,5) C2M19Y0K5 (2%,19%,0%,5%) (0.02/0.19/0.00/0.05) 

CMYK percentages

%1.66
%19.09
%0
%5.49

Codes

Color #EDC3F1 in popluar color models

ED C3 F1
RGB 237 195 241
HSL 295° 62.16% 85.49%
HSB/HSV 295° 19.09% 94.51%
CMYK 1.66% 19.09% 0.00%
5.49%

Color #EDC3F1 in popluar number systems.

HEX ED C3 F1
Decimal 237 195 241
Binary 11101101 11000011 11110001
Octal 355 303 361

Shades and tints

Shades of #EDC3F1

#EDC3F1
(237,195,241)
#D8B2DC
(216,178,220)
#C3A1C7
(195,161,199)
#AE90B2
(174,144,178)
#997F9D
(153,127,157)
#846E88
(132,110,136)
#6F5D73
(111,93,115)
#5A4C5E
(90,76,94)
#453B49
(69,59,73)
#302A34
(48,42,52)
#1B191F
(27,25,31)
#000000
(0,0,0)

Tints of #EDC3F1

#EDC3F1
(237,195,241)
#EEC8F2
(238,200,242)
#EFCDF3
(239,205,243)
#F0D2F4
(240,210,244)
#F1D7F5
(241,215,245)
#F2DCF6
(242,220,246)
#F3E1F7
(243,225,247)
#F4E6F8
(244,230,248)
#F5EBF9
(245,235,249)
#F6F0FA
(246,240,250)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC3F1; }

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

This text font color is #EDC3F1.

Background Color

.myBgColor { background-color: #EDC3F1; }

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

This div background color is #EDC3F1.

Border color

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

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

This div border color is #EDC3F1.

Opacity

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

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

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

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

This text has shadow with #EDC3F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC3F1.

Preview

Color preview on black background

This text has color #EDC3F1 on black background.


Color preview on white background

This text has color #EDC3F1 on white background.


Black color preview on #EDC3F1 background

This text has black color on #EDC3F1 background.


White color preview on #EDC3F1 background

This text has white color on #EDC3F1 background.


Related colors

Complementary color

Complementary color for #hex is #123C0E.


I love getcolorcode.com

Triadic colors

1 #F1EDC3 and #C3F1ED with #EDC3F1 are triadic colors.

2 #F1C3ED and #C3EDF1 with #EDC3F1 are triadic colors.