COLOR #EDC8FD

HEX: #EDC8FD
RGB: (237,200,253)

Color info

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

RGB color model

#EDC8FD color RGB value is (237,200,253).

  • red value is 237;
  • green value is 200;
  • blue value is 253.
RGB:
(237,200,253)
(93%,78%,99%)

RGB channels and saturation

R 237 of 255 = 93%
G 200 of 255 = 78%
B 253 of 255 = 99%

237
200
253

R + G + B ~ 90%. #EDC8FD is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 200 + 253 = 690 (100%)
R 237 of 690 ~ 34.35%
G 200 of 690 ~ 28.99%
B 253 of 690 ~ 36.67%

%34.35
%28.99
%36.67

CMYK color model

#EDC8FD color CMYK value is (6,21,0,1).

  • cyan value is 6.32%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(6,21,0,1)
C6M21Y0K1 
(6%,21%,0%,1%)
(0.06/0.21/0.00/0.01)	

CMYK percentages

%6.32
%20.95
%0
%0.78

Codes

Color #EDC8FD in popluar color models

EDC8FD
RGB237200253
HSL282°92.98%88.82%
HSB/HSV282°20.95%99.22%
CMYK6.32%20.95%0.00%
0.78%

Color #EDC8FD in popluar number systems.

HEXEDC8FD
Decimal237200253
Binary111011011100100011111101
Octal355310375

Shades and tints

Shades of #EDC8FD

#EDC8FD
(237,200,253)
#D8B6E6
(216,182,230)
#C3A4CF
(195,164,207)
#AE92B8
(174,146,184)
#9980A1
(153,128,161)
#846E8A
(132,110,138)
#6F5C73
(111,92,115)
#5A4A5C
(90,74,92)
#453845
(69,56,69)
#30262E
(48,38,46)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #EDC8FD

#EDC8FD
(237,200,253)
#EECDFD
(238,205,253)
#EFD2FD
(239,210,253)
#F0D7FD
(240,215,253)
#F1DCFD
(241,220,253)
#F2E1FD
(242,225,253)
#F3E6FD
(243,230,253)
#F4EBFD
(244,235,253)
#F5F0FD
(245,240,253)
#F6F5FD
(246,245,253)
#F7FAFD
(247,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC8FD; }

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

This text font color is #EDC8FD.


Background Color

.myBgColor { background-color: #EDC8FD; }

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

This div background color is #EDC8FD.


Border color

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

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

This div border color is #EDC8FD.


Opacity

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

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

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

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

This text has shadow with #EDC8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC8FD on black background.


Color preview on white background

This text has color #EDC8FD on white background.



Black color preview on #EDC8FD background

This text has black color on #EDC8FD background.


White color preview on #EDC8FD background

This text has white color on #EDC8FD background.