COLOR #EDCDE6

HEX: #EDCDE6
RGB: (237,205,230)

Color info

#EDCDE6 contains red, green and blue colors in about the same proportion. Web safe color of #EDCDE6 is #FFCCCC (or #FCC).

RGB color model

#EDCDE6 color RGB value is (237,205,230).

  • red value is 237;
  • green value is 205;
  • blue value is 230.
RGB:
(237,205,230)
(93%,80%,90%)

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 230 of 255 = 90%

237
205
230

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

Portions of RGB colors in percentages

R + G + B =
237 + 205 + 230 = 672 (100%)
R 237 of 672 ~ 35.27%
G 205 of 672 ~ 30.51%
B 230 of 672 ~ 34.23%

%35.27
%30.51
%34.23

CMYK color model

#EDCDE6 color CMYK value is (0,14,3,7).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(0,14,3,7)
C0M14Y3K7 
(0%,14%,3%,7%)
(0.00/0.14/0.03/0.07)	

CMYK percentages

%0
%13.5
%2.95
%7.06

Codes

Color #EDCDE6 in popluar color models

EDCDE6
RGB237205230
HSL313°47.06%86.67%
HSB/HSV313°13.50%92.94%
CMYK0.00%13.50%2.95%
7.06%

Color #EDCDE6 in popluar number systems.

HEXEDCDE6
Decimal237205230
Binary111011011100110111100110
Octal355315346

Shades and tints

Shades of #EDCDE6

#EDCDE6
(237,205,230)
#D8BBD2
(216,187,210)
#C3A9BE
(195,169,190)
#AE97AA
(174,151,170)
#998596
(153,133,150)
#847382
(132,115,130)
#6F616E
(111,97,110)
#5A4F5A
(90,79,90)
#453D46
(69,61,70)
#302B32
(48,43,50)
#1B191E
(27,25,30)
#000000
(0,0,0)

Tints of #EDCDE6

#EDCDE6
(237,205,230)
#EED1E8
(238,209,232)
#EFD5EA
(239,213,234)
#F0D9EC
(240,217,236)
#F1DDEE
(241,221,238)
#F2E1F0
(242,225,240)
#F3E5F2
(243,229,242)
#F4E9F4
(244,233,244)
#F5EDF6
(245,237,246)
#F6F1F8
(246,241,248)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCDE6; }

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

This text font color is #EDCDE6.


Background Color

.myBgColor { background-color: #EDCDE6; }

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

This div background color is #EDCDE6.


Border color

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

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

This div border color is #EDCDE6.


Opacity

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

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

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

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

This text has shadow with #EDCDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCDE6 on black background.


Color preview on white background

This text has color #EDCDE6 on white background.



Black color preview on #EDCDE6 background

This text has black color on #EDCDE6 background.


White color preview on #EDCDE6 background

This text has white color on #EDCDE6 background.