COLOR #EDCFFD

HEX: #EDCFFD
RGB: (237,207,253)

Color info

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

RGB color model

#EDCFFD color RGB value is (237,207,253).

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

RGB channels and saturation

R 237 of 255 = 93%
G 207 of 255 = 81%
B 253 of 255 = 99%

237
207
253

R + G + B ~ 91%. #EDCFFD is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 207 + 253 = 697 (100%)
R 237 of 697 ~ 34%
G 207 of 697 ~ 29.7%
B 253 of 697 ~ 36.3%

%34
%29.7
%36.3

CMYK color model

#EDCFFD color CMYK value is (6,18,0,1).

  • cyan value is 6.32%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(6,18,0,1)
C6M18Y0K1 
(6%,18%,0%,1%)
(0.06/0.18/0.00/0.01)	

CMYK percentages

%6.32
%18.18
%0
%0.78

Codes

Color #EDCFFD in popluar color models

EDCFFD
RGB237207253
HSL279°92.00%90.20%
HSB/HSV279°18.18%99.22%
CMYK6.32%18.18%0.00%
0.78%

Color #EDCFFD in popluar number systems.

HEXEDCFFD
Decimal237207253
Binary111011011100111111111101
Octal355317375

Shades and tints

Shades of #EDCFFD

#EDCFFD
(237,207,253)
#D8BDE6
(216,189,230)
#C3ABCF
(195,171,207)
#AE99B8
(174,153,184)
#9987A1
(153,135,161)
#84758A
(132,117,138)
#6F6373
(111,99,115)
#5A515C
(90,81,92)
#453F45
(69,63,69)
#302D2E
(48,45,46)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #EDCFFD

#EDCFFD
(237,207,253)
#EED3FD
(238,211,253)
#EFD7FD
(239,215,253)
#F0DBFD
(240,219,253)
#F1DFFD
(241,223,253)
#F2E3FD
(242,227,253)
#F3E7FD
(243,231,253)
#F4EBFD
(244,235,253)
#F5EFFD
(245,239,253)
#F6F3FD
(246,243,253)
#F7F7FD
(247,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCFFD; }

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

This text font color is #EDCFFD.


Background Color

.myBgColor { background-color: #EDCFFD; }

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

This div background color is #EDCFFD.


Border color

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

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

This div border color is #EDCFFD.


Opacity

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

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

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

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

This text has shadow with #EDCFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCFFD on black background.


Color preview on white background

This text has color #EDCFFD on white background.



Black color preview on #EDCFFD background

This text has black color on #EDCFFD background.


White color preview on #EDCFFD background

This text has white color on #EDCFFD background.