COLOR #EDCFE5

HEX: #EDCFE5
RGB: (237,207,229)

Color info

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

RGB color model

#EDCFE5 color RGB value is (237,207,229).

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

RGB channels and saturation

R 237 of 255 = 93%
G 207 of 255 = 81%
B 229 of 255 = 90%

237
207
229

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

Portions of RGB colors in percentages

R + G + B =
237 + 207 + 229 = 673 (100%)
R 237 of 673 ~ 35.22%
G 207 of 673 ~ 30.76%
B 229 of 673 ~ 34.03%

%35.22
%30.76
%34.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 3.38%
  • key color value is 7.06%
CMYK:
(0,13,3,7)
C0M13Y3K7 
(0%,13%,3%,7%)
(0.00/0.13/0.03/0.07)	

CMYK percentages

%0
%12.66
%3.38
%7.06

Codes

Color #EDCFE5 in popluar color models

EDCFE5
RGB237207229
HSL316°45.45%87.06%
HSB/HSV316°12.66%92.94%
CMYK0.00%12.66%3.38%
7.06%

Color #EDCFE5 in popluar number systems.

HEXEDCFE5
Decimal237207229
Binary111011011100111111100101
Octal355317345

Shades and tints

Shades of #EDCFE5

#EDCFE5
(237,207,229)
#D8BDD1
(216,189,209)
#C3ABBD
(195,171,189)
#AE99A9
(174,153,169)
#998795
(153,135,149)
#847581
(132,117,129)
#6F636D
(111,99,109)
#5A5159
(90,81,89)
#453F45
(69,63,69)
#302D31
(48,45,49)
#1B1B1D
(27,27,29)
#000000
(0,0,0)

Tints of #EDCFE5

#EDCFE5
(237,207,229)
#EED3E7
(238,211,231)
#EFD7E9
(239,215,233)
#F0DBEB
(240,219,235)
#F1DFED
(241,223,237)
#F2E3EF
(242,227,239)
#F3E7F1
(243,231,241)
#F4EBF3
(244,235,243)
#F5EFF5
(245,239,245)
#F6F3F7
(246,243,247)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCFE5; }

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

This text font color is #EDCFE5.


Background Color

.myBgColor { background-color: #EDCFE5; }

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

This div background color is #EDCFE5.


Border color

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

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

This div border color is #EDCFE5.


Opacity

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

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

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

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

This text has shadow with #EDCFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCFE5 on black background.


Color preview on white background

This text has color #EDCFE5 on white background.



Black color preview on #EDCFE5 background

This text has black color on #EDCFE5 background.


White color preview on #EDCFE5 background

This text has white color on #EDCFE5 background.