COLOR #EDCEED

HEX: #EDCEED
RGB: (237,206,237)

Color info

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

RGB color model

#EDCEED color RGB value is (237,206,237).

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

RGB channels and saturation

R 237 of 255 = 93%
G 206 of 255 = 81%
B 237 of 255 = 93%

237
206
237

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

Portions of RGB colors in percentages

R + G + B =
237 + 206 + 237 = 680 (100%)
R 237 of 680 ~ 34.85%
G 206 of 680 ~ 30.29%
B 237 of 680 ~ 34.85%

%34.85
%30.29
%34.85

CMYK color model

#EDCEED color CMYK value is (0,13,0,7).

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(0,13,0,7)
C0M13Y0K7 
(0%,13%,0%,7%)
(0.00/0.13/0.00/0.07)	

CMYK percentages

%0
%13.08
%0
%7.06

Codes

Color #EDCEED in popluar color models

EDCEED
RGB237206237
HSL300°46.27%86.86%
HSB/HSV300°13.08%92.94%
CMYK0.00%13.08%0.00%
7.06%

Color #EDCEED in popluar number systems.

HEXEDCEED
Decimal237206237
Binary111011011100111011101101
Octal355316355

Shades and tints

Shades of #EDCEED

#EDCEED
(237,206,237)
#D8BCD8
(216,188,216)
#C3AAC3
(195,170,195)
#AE98AE
(174,152,174)
#998699
(153,134,153)
#847484
(132,116,132)
#6F626F
(111,98,111)
#5A505A
(90,80,90)
#453E45
(69,62,69)
#302C30
(48,44,48)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #EDCEED

#EDCEED
(237,206,237)
#EED2EE
(238,210,238)
#EFD6EF
(239,214,239)
#F0DAF0
(240,218,240)
#F1DEF1
(241,222,241)
#F2E2F2
(242,226,242)
#F3E6F3
(243,230,243)
#F4EAF4
(244,234,244)
#F5EEF5
(245,238,245)
#F6F2F6
(246,242,246)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCEED; }

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

This text font color is #EDCEED.


Background Color

.myBgColor { background-color: #EDCEED; }

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

This div background color is #EDCEED.


Border color

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

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

This div border color is #EDCEED.


Opacity

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

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

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

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

This text has shadow with #EDCEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCEED on black background.


Color preview on white background

This text has color #EDCEED on white background.



Black color preview on #EDCEED background

This text has black color on #EDCEED background.


White color preview on #EDCEED background

This text has white color on #EDCEED background.