COLOR #EDC3F3

HEX: #EDC3F3
RGB: (237,195,243)

Color info

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

RGB color model

#EDC3F3 color RGB value is (237,195,243).

  • red value is 237;
  • green value is 195;
  • blue value is 243.
RGB:
(237,195,243)
(93%,76%,95%)

RGB channels and saturation

R 237 of 255 = 93%
G 195 of 255 = 76%
B 243 of 255 = 95%

237
195
243

R + G + B ~ 88%. #EDC3F3 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 195 + 243 = 675 (100%)
R 237 of 675 ~ 35.11%
G 195 of 675 ~ 28.89%
B 243 of 675 ~ 36%

%35.11
%28.89
%36

CMYK color model

#EDC3F3 color CMYK value is (2,20,0,5).

  • cyan value is 2.47%
  • magenta value is 19.75%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(2,20,0,5)
C2M20Y0K5 
(2%,20%,0%,5%)
(0.02/0.20/0.00/0.05)	

CMYK percentages

%2.47
%19.75
%0
%4.71

Codes

Color #EDC3F3 in popluar color models

EDC3F3
RGB237195243
HSL293°66.67%85.88%
HSB/HSV293°19.75%95.29%
CMYK2.47%19.75%0.00%
4.71%

Color #EDC3F3 in popluar number systems.

HEXEDC3F3
Decimal237195243
Binary111011011100001111110011
Octal355303363

Shades and tints

Shades of #EDC3F3

#EDC3F3
(237,195,243)
#D8B2DD
(216,178,221)
#C3A1C7
(195,161,199)
#AE90B1
(174,144,177)
#997F9B
(153,127,155)
#846E85
(132,110,133)
#6F5D6F
(111,93,111)
#5A4C59
(90,76,89)
#453B43
(69,59,67)
#302A2D
(48,42,45)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #EDC3F3

#EDC3F3
(237,195,243)
#EEC8F4
(238,200,244)
#EFCDF5
(239,205,245)
#F0D2F6
(240,210,246)
#F1D7F7
(241,215,247)
#F2DCF8
(242,220,248)
#F3E1F9
(243,225,249)
#F4E6FA
(244,230,250)
#F5EBFB
(245,235,251)
#F6F0FC
(246,240,252)
#F7F5FD
(247,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC3F3; }

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

This text font color is #EDC3F3.


Background Color

.myBgColor { background-color: #EDC3F3; }

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

This div background color is #EDC3F3.


Border color

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

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

This div border color is #EDC3F3.


Opacity

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

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

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

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

This text has shadow with #EDC3F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC3F3 on black background.


Color preview on white background

This text has color #EDC3F3 on white background.



Black color preview on #EDC3F3 background

This text has black color on #EDC3F3 background.


White color preview on #EDC3F3 background

This text has white color on #EDC3F3 background.