COLOR #EDC8ED

HEX: #EDC8ED
RGB: (237,200,237)

Color info

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

RGB color model

#EDC8ED color RGB value is (237,200,237).

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

RGB channels and saturation

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

237
200
237

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

Portions of RGB colors in percentages

R + G + B =
237 + 200 + 237 = 674 (100%)
R 237 of 674 ~ 35.16%
G 200 of 674 ~ 29.67%
B 237 of 674 ~ 35.16%

%35.16
%29.67
%35.16

CMYK color model

#EDC8ED color CMYK value is (0,16,0,7).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(0,16,0,7)
C0M16Y0K7 
(0%,16%,0%,7%)
(0.00/0.16/0.00/0.07)	

CMYK percentages

%0
%15.61
%0
%7.06

Codes

Color #EDC8ED in popluar color models

EDC8ED
RGB237200237
HSL300°50.68%85.69%
HSB/HSV300°15.61%92.94%
CMYK0.00%15.61%0.00%
7.06%

Color #EDC8ED in popluar number systems.

HEXEDC8ED
Decimal237200237
Binary111011011100100011101101
Octal355310355

Shades and tints

Shades of #EDC8ED

#EDC8ED
(237,200,237)
#D8B6D8
(216,182,216)
#C3A4C3
(195,164,195)
#AE92AE
(174,146,174)
#998099
(153,128,153)
#846E84
(132,110,132)
#6F5C6F
(111,92,111)
#5A4A5A
(90,74,90)
#453845
(69,56,69)
#302630
(48,38,48)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #EDC8ED

#EDC8ED
(237,200,237)
#EECDEE
(238,205,238)
#EFD2EF
(239,210,239)
#F0D7F0
(240,215,240)
#F1DCF1
(241,220,241)
#F2E1F2
(242,225,242)
#F3E6F3
(243,230,243)
#F4EBF4
(244,235,244)
#F5F0F5
(245,240,245)
#F6F5F6
(246,245,246)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC8ED; }

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

This text font color is #EDC8ED.


Background Color

.myBgColor { background-color: #EDC8ED; }

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

This div background color is #EDC8ED.


Border color

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

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

This div border color is #EDC8ED.


Opacity

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

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

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

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

This text has shadow with #EDC8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC8ED on black background.


Color preview on white background

This text has color #EDC8ED on white background.



Black color preview on #EDC8ED background

This text has black color on #EDC8ED background.


White color preview on #EDC8ED background

This text has white color on #EDC8ED background.