COLOR #EDC0FD

HEX: #EDC0FD RGB: (237,192,253)

Color info

#EDC0FD contains mainly red and blue colors. Web safe color of #EDC0FD is #FFCCFF (or #FCF).

RGB color model

#EDC0FD color RGB value is (237,192,253).

RGB: (237,192,253) (93%, 75%, 99%)

RGB channels and saturation

R 237 of 255 = 93%
G 192 of 255 = 75%
B 253 of 255 = 99%

237
192
253

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

Portions of RGB colors in percentages

R + G + B = 237 + 192 + 253 = 682 (100%)
R 237 of 682 ~ 34.75%
G 192 of 682 ~ 28.15%
B 253 of 682 ~ 37.1'%

%34.75
%28.15
%37.1

CMYK color model

#EDC0FD color CMYK value is (6,24,0,1).

  • cyan value is 6.32%
  • magenta value is 24.11%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (6,24,0,1)
C6M24Y0K1 (6%, 24%, 0%, 1%)
(0.06 / 0.24 / 0.00 / 0.01)

CMYK percentages

%6.32
%24.11
%0
%0.78

Codes

Color #EDC0FD in popluar color models

ED C0 FD
RGB 237 192 253
HSL 284° 93.85% 87.25%
HSB/HSV 284° 24.11% 99.22%
CMYK 6.32% 24.11% 0.00%
0.78%

Color #EDC0FD in popluar number systems.

HEX ED C0 FD
Decimal 237 192 253
Binary 11101101 11000000 11111101
Octal 355 300 375

Shades and tints

Shades of #EDC0FD

#EDC0FD
(237,192,253)
#D8AFE6
(216,175,230)
#C39ECF
(195,158,207)
#AE8DB8
(174,141,184)
#997CA1
(153,124,161)
#846B8A
(132,107,138)
#6F5A73
(111,90,115)
#5A495C
(90,73,92)
#453845
(69,56,69)
#30272E
(48,39,46)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #EDC0FD

#EDC0FD
(237,192,253)
#EEC5FD
(238,197,253)
#EFCAFD
(239,202,253)
#F0CFFD
(240,207,253)
#F1D4FD
(241,212,253)
#F2D9FD
(242,217,253)
#F3DEFD
(243,222,253)
#F4E3FD
(244,227,253)
#F5E8FD
(245,232,253)
#F6EDFD
(246,237,253)
#F7F2FD
(247,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC0FD color. Also use rgb(237,192,253) instead hex code.

Text Font Color

.myTextColor { color: #EDC0FD; }

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

This text font color is #EDC0FD.

Background Color

.myBgColor { background-color: #EDC0FD; }

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

This div background color is #EDC0FD.

Border color

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

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

This div border color is #EDC0FD.

Opacity

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

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

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

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

This text has shadow with #EDC0FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC0FD.

Preview

Color preview on black background

This text has color #EDC0FD on black background.


Color preview on white background

This text has color #EDC0FD on white background.


Black color preview on #EDC0FD background

This text has black color on #EDC0FD background.


White color preview on #EDC0FD background

This text has white color on #EDC0FD background.


Related colors

Complementary color

Complementary color for #hex is #123F02.


I love getcolorcode.com

Triadic colors

1 #FDEDC0 and #C0FDED with #EDC0FD are triadic colors.

2 #FDC0ED and #C0EDFD with #EDC0FD are triadic colors.