COLOR #EDC5E9

HEX: #EDC5E9
RGB: (237,197,233)

Color info

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

RGB color model

#EDC5E9 color RGB value is (237,197,233).

  • red value is 237;
  • green value is 197;
  • blue value is 233.
RGB:
(237,197,233)
(93%,77%,91%)

RGB channels and saturation

R 237 of 255 = 93%
G 197 of 255 = 77%
B 233 of 255 = 91%

237
197
233

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

Portions of RGB colors in percentages

R + G + B =
237 + 197 + 233 = 667 (100%)
R 237 of 667 ~ 35.53%
G 197 of 667 ~ 29.54%
B 233 of 667 ~ 34.93%

%35.53
%29.54
%34.93

CMYK color model

#EDC5E9 color CMYK value is (0,17,2,7).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 1.69%
  • key color value is 7.06%
CMYK:
(0,17,2,7)
C0M17Y2K7 
(0%,17%,2%,7%)
(0.00/0.17/0.02/0.07)	

CMYK percentages

%0
%16.88
%1.69
%7.06

Codes

Color #EDC5E9 in popluar color models

EDC5E9
RGB237197233
HSL306°52.63%85.10%
HSB/HSV306°16.88%92.94%
CMYK0.00%16.88%1.69%
7.06%

Color #EDC5E9 in popluar number systems.

HEXEDC5E9
Decimal237197233
Binary111011011100010111101001
Octal355305351

Shades and tints

Shades of #EDC5E9

#EDC5E9
(237,197,233)
#D8B4D4
(216,180,212)
#C3A3BF
(195,163,191)
#AE92AA
(174,146,170)
#998195
(153,129,149)
#847080
(132,112,128)
#6F5F6B
(111,95,107)
#5A4E56
(90,78,86)
#453D41
(69,61,65)
#302C2C
(48,44,44)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #EDC5E9

#EDC5E9
(237,197,233)
#EECAEB
(238,202,235)
#EFCFED
(239,207,237)
#F0D4EF
(240,212,239)
#F1D9F1
(241,217,241)
#F2DEF3
(242,222,243)
#F3E3F5
(243,227,245)
#F4E8F7
(244,232,247)
#F5EDF9
(245,237,249)
#F6F2FB
(246,242,251)
#F7F7FD
(247,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC5E9; }

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

This text font color is #EDC5E9.


Background Color

.myBgColor { background-color: #EDC5E9; }

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

This div background color is #EDC5E9.


Border color

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

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

This div border color is #EDC5E9.


Opacity

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

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

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

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

This text has shadow with #EDC5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC5E9 on black background.


Color preview on white background

This text has color #EDC5E9 on white background.



Black color preview on #EDC5E9 background

This text has black color on #EDC5E9 background.


White color preview on #EDC5E9 background

This text has white color on #EDC5E9 background.