COLOR #EDC2ED

HEX: #EDC2ED
RGB: (237,194,237)

Color info

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

RGB color model

#EDC2ED color RGB value is (237,194,237).

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

RGB channels and saturation

R 237 of 255 = 93%
G 194 of 255 = 76%
B 237 of 255 = 93%

237
194
237

R + G + B ~ 87%. #EDC2ED is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 194 + 237 = 668 (100%)
R 237 of 668 ~ 35.48%
G 194 of 668 ~ 29.04%
B 237 of 668 ~ 35.48%

%35.48
%29.04
%35.48

CMYK color model

#EDC2ED color CMYK value is (0,18,0,7).

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(0,18,0,7)
C0M18Y0K7 
(0%,18%,0%,7%)
(0.00/0.18/0.00/0.07)	

CMYK percentages

%0
%18.14
%0
%7.06

Codes

Color #EDC2ED in popluar color models

EDC2ED
RGB237194237
HSL300°54.43%84.51%
HSB/HSV300°18.14%92.94%
CMYK0.00%18.14%0.00%
7.06%

Color #EDC2ED in popluar number systems.

HEXEDC2ED
Decimal237194237
Binary111011011100001011101101
Octal355302355

Shades and tints

Shades of #EDC2ED

#EDC2ED
(237,194,237)
#D8B1D8
(216,177,216)
#C3A0C3
(195,160,195)
#AE8FAE
(174,143,174)
#997E99
(153,126,153)
#846D84
(132,109,132)
#6F5C6F
(111,92,111)
#5A4B5A
(90,75,90)
#453A45
(69,58,69)
#302930
(48,41,48)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #EDC2ED

#EDC2ED
(237,194,237)
#EEC7EE
(238,199,238)
#EFCCEF
(239,204,239)
#F0D1F0
(240,209,240)
#F1D6F1
(241,214,241)
#F2DBF2
(242,219,242)
#F3E0F3
(243,224,243)
#F4E5F4
(244,229,244)
#F5EAF5
(245,234,245)
#F6EFF6
(246,239,246)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC2ED; }

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

This text font color is #EDC2ED.


Background Color

.myBgColor { background-color: #EDC2ED; }

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

This div background color is #EDC2ED.


Border color

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

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

This div border color is #EDC2ED.


Opacity

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

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

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

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

This text has shadow with #EDC2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC2ED on black background.


Color preview on white background

This text has color #EDC2ED on white background.



Black color preview on #EDC2ED background

This text has black color on #EDC2ED background.


White color preview on #EDC2ED background

This text has white color on #EDC2ED background.