COLOR #EDC3FA

HEX: #EDC3FA RGB: (237,195,250)

Color info

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

RGB color model

#EDC3FA color RGB value is (237,195,250).

RGB: (237,195,250) (93%, 76%, 98%)

RGB channels and saturation

R 237 of 255 = 93%
G 195 of 255 = 76%
B 250 of 255 = 98%

237
195
250

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

Portions of RGB colors in percentages

R + G + B = 237 + 195 + 250 = 682 (100%)
R 237 of 682 ~ 34.75%
G 195 of 682 ~ 28.59%
B 250 of 682 ~ 36.66'%

%34.75
%28.59
%36.66

CMYK color model

#EDC3FA color CMYK value is (5,22,0,2).

  • cyan value is 5.20%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (5,22,0,2)
C5M22Y0K2 (5%, 22%, 0%, 2%)
(0.05 / 0.22 / 0.00 / 0.02)

CMYK percentages

%5.2
%22
%0
%1.96

Codes

Color #EDC3FA in popluar color models

ED C3 FA
RGB 237 195 250
HSL 286° 84.62% 87.25%
HSB/HSV 286° 22.00% 98.04%
CMYK 5.20% 22.00% 0.00%
1.96%

Color #EDC3FA in popluar number systems.

HEX ED C3 FA
Decimal 237 195 250
Binary 11101101 11000011 11111010
Octal 355 303 372

Shades and tints

Shades of #EDC3FA

#EDC3FA
(237,195,250)
#D8B2E4
(216,178,228)
#C3A1CE
(195,161,206)
#AE90B8
(174,144,184)
#997FA2
(153,127,162)
#846E8C
(132,110,140)
#6F5D76
(111,93,118)
#5A4C60
(90,76,96)
#453B4A
(69,59,74)
#302A34
(48,42,52)
#1B191E
(27,25,30)
#000000
(0,0,0)

Tints of #EDC3FA

#EDC3FA
(237,195,250)
#EEC8FA
(238,200,250)
#EFCDFA
(239,205,250)
#F0D2FA
(240,210,250)
#F1D7FA
(241,215,250)
#F2DCFA
(242,220,250)
#F3E1FA
(243,225,250)
#F4E6FA
(244,230,250)
#F5EBFA
(245,235,250)
#F6F0FA
(246,240,250)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC3FA; }

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

This text font color is #EDC3FA.

Background Color

.myBgColor { background-color: #EDC3FA; }

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

This div background color is #EDC3FA.

Border color

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

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

This div border color is #EDC3FA.

Opacity

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

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

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

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

This text has shadow with #EDC3FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC3FA.

Preview

Color preview on black background

This text has color #EDC3FA on black background.


Color preview on white background

This text has color #EDC3FA on white background.


Black color preview on #EDC3FA background

This text has black color on #EDC3FA background.


White color preview on #EDC3FA background

This text has white color on #EDC3FA background.


Related colors

Complementary color

Complementary color for #hex is #123C05.


I love getcolorcode.com

Triadic colors

1 #FAEDC3 and #C3FAED with #EDC3FA are triadic colors.

2 #FAC3ED and #C3EDFA with #EDC3FA are triadic colors.