COLOR #EDCCF1

HEX: #EDCCF1
RGB: (237,204,241)

Color info

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

RGB color model

#EDCCF1 color RGB value is (237,204,241).

  • red value is 237;
  • green value is 204;
  • blue value is 241.
RGB:
(237,204,241)
(93%,80%,95%)

RGB channels and saturation

R 237 of 255 = 93%
G 204 of 255 = 80%
B 241 of 255 = 95%

237
204
241

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

Portions of RGB colors in percentages

R + G + B =
237 + 204 + 241 = 682 (100%)
R 237 of 682 ~ 34.75%
G 204 of 682 ~ 29.91%
B 241 of 682 ~ 35.34%

%34.75
%29.91
%35.34

CMYK color model

#EDCCF1 color CMYK value is (2,15,0,5).

  • cyan value is 1.66%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(2,15,0,5)
C2M15Y0K5 
(2%,15%,0%,5%)
(0.02/0.15/0.00/0.05)	

CMYK percentages

%1.66
%15.35
%0
%5.49

Codes

Color #EDCCF1 in popluar color models

EDCCF1
RGB237204241
HSL294°56.92%87.25%
HSB/HSV294°15.35%94.51%
CMYK1.66%15.35%0.00%
5.49%

Color #EDCCF1 in popluar number systems.

HEXEDCCF1
Decimal237204241
Binary111011011100110011110001
Octal355314361

Shades and tints

Shades of #EDCCF1

#EDCCF1
(237,204,241)
#D8BADC
(216,186,220)
#C3A8C7
(195,168,199)
#AE96B2
(174,150,178)
#99849D
(153,132,157)
#847288
(132,114,136)
#6F6073
(111,96,115)
#5A4E5E
(90,78,94)
#453C49
(69,60,73)
#302A34
(48,42,52)
#1B181F
(27,24,31)
#000000
(0,0,0)

Tints of #EDCCF1

#EDCCF1
(237,204,241)
#EED0F2
(238,208,242)
#EFD4F3
(239,212,243)
#F0D8F4
(240,216,244)
#F1DCF5
(241,220,245)
#F2E0F6
(242,224,246)
#F3E4F7
(243,228,247)
#F4E8F8
(244,232,248)
#F5ECF9
(245,236,249)
#F6F0FA
(246,240,250)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCCF1 color. Also use rgb(237,204,241) instead hex code.

Text Font Color

.myTextColor { color: #EDCCF1; }

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

This text font color is #EDCCF1.


Background Color

.myBgColor { background-color: #EDCCF1; }

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

This div background color is #EDCCF1.


Border color

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

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

This div border color is #EDCCF1.


Opacity

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

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

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

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

This text has shadow with #EDCCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCCF1 on black background.


Color preview on white background

This text has color #EDCCF1 on white background.



Black color preview on #EDCCF1 background

This text has black color on #EDCCF1 background.


White color preview on #EDCCF1 background

This text has white color on #EDCCF1 background.