COLOR #EDC5FA

HEX: #EDC5FA
RGB: (237,197,250)

Color info

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

RGB color model

#EDC5FA color RGB value is (237,197,250).

  • red value is 237;
  • green value is 197;
  • blue value is 250.
RGB:
(237,197,250)
(93%,77%,98%)

RGB channels and saturation

R 237 of 255 = 93%
G 197 of 255 = 77%
B 250 of 255 = 98%

237
197
250

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

Portions of RGB colors in percentages

R + G + B =
237 + 197 + 250 = 684 (100%)
R 237 of 684 ~ 34.65%
G 197 of 684 ~ 28.8%
B 250 of 684 ~ 36.55%

%34.65
%28.8
%36.55

CMYK color model

#EDC5FA color CMYK value is (5,21,0,2).

  • cyan value is 5.20%
  • magenta value is 21.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(5,21,0,2)
C5M21Y0K2 
(5%,21%,0%,2%)
(0.05/0.21/0.00/0.02)	

CMYK percentages

%5.2
%21.2
%0
%1.96

Codes

Color #EDC5FA in popluar color models

EDC5FA
RGB237197250
HSL285°84.13%87.65%
HSB/HSV285°21.20%98.04%
CMYK5.20%21.20%0.00%
1.96%

Color #EDC5FA in popluar number systems.

HEXEDC5FA
Decimal237197250
Binary111011011100010111111010
Octal355305372

Shades and tints

Shades of #EDC5FA

#EDC5FA
(237,197,250)
#D8B4E4
(216,180,228)
#C3A3CE
(195,163,206)
#AE92B8
(174,146,184)
#9981A2
(153,129,162)
#84708C
(132,112,140)
#6F5F76
(111,95,118)
#5A4E60
(90,78,96)
#453D4A
(69,61,74)
#302C34
(48,44,52)
#1B1B1E
(27,27,30)
#000000
(0,0,0)

Tints of #EDC5FA

#EDC5FA
(237,197,250)
#EECAFA
(238,202,250)
#EFCFFA
(239,207,250)
#F0D4FA
(240,212,250)
#F1D9FA
(241,217,250)
#F2DEFA
(242,222,250)
#F3E3FA
(243,227,250)
#F4E8FA
(244,232,250)
#F5EDFA
(245,237,250)
#F6F2FA
(246,242,250)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC5FA; }

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

This text font color is #EDC5FA.


Background Color

.myBgColor { background-color: #EDC5FA; }

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

This div background color is #EDC5FA.


Border color

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

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

This div border color is #EDC5FA.


Opacity

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

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

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

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

This text has shadow with #EDC5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC5FA on black background.


Color preview on white background

This text has color #EDC5FA on white background.



Black color preview on #EDC5FA background

This text has black color on #EDC5FA background.


White color preview on #EDC5FA background

This text has white color on #EDC5FA background.