COLOR #EDCDE7

HEX: #EDCDE7
RGB: (237,205,231)

Color info

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

RGB color model

#EDCDE7 color RGB value is (237,205,231).

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

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 231 of 255 = 91%

237
205
231

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

Portions of RGB colors in percentages

R + G + B =
237 + 205 + 231 = 673 (100%)
R 237 of 673 ~ 35.22%
G 205 of 673 ~ 30.46%
B 231 of 673 ~ 34.32%

%35.22
%30.46
%34.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 2.53%
  • 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.53
%7.06

Codes

Color #EDCDE7 in popluar color models

EDCDE7
RGB237205231
HSL311°47.06%86.67%
HSB/HSV311°13.50%92.94%
CMYK0.00%13.50%2.53%
7.06%

Color #EDCDE7 in popluar number systems.

HEXEDCDE7
Decimal237205231
Binary111011011100110111100111
Octal355315347

Shades and tints

Shades of #EDCDE7

#EDCDE7
(237,205,231)
#D8BBD2
(216,187,210)
#C3A9BD
(195,169,189)
#AE97A8
(174,151,168)
#998593
(153,133,147)
#84737E
(132,115,126)
#6F6169
(111,97,105)
#5A4F54
(90,79,84)
#453D3F
(69,61,63)
#302B2A
(48,43,42)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #EDCDE7

#EDCDE7
(237,205,231)
#EED1E9
(238,209,233)
#EFD5EB
(239,213,235)
#F0D9ED
(240,217,237)
#F1DDEF
(241,221,239)
#F2E1F1
(242,225,241)
#F3E5F3
(243,229,243)
#F4E9F5
(244,233,245)
#F5EDF7
(245,237,247)
#F6F1F9
(246,241,249)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCDE7; }

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

This text font color is #EDCDE7.


Background Color

.myBgColor { background-color: #EDCDE7; }

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

This div background color is #EDCDE7.


Border color

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

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

This div border color is #EDCDE7.


Opacity

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

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

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

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

This text has shadow with #EDCDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCDE7 on black background.


Color preview on white background

This text has color #EDCDE7 on white background.



Black color preview on #EDCDE7 background

This text has black color on #EDCDE7 background.


White color preview on #EDCDE7 background

This text has white color on #EDCDE7 background.