COLOR #EDCCE5

HEX: #EDCCE5
RGB: (237,204,229)

Color info

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

RGB color model

#EDCCE5 color RGB value is (237,204,229).

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

RGB channels and saturation

R 237 of 255 = 93%
G 204 of 255 = 80%
B 229 of 255 = 90%

237
204
229

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

Portions of RGB colors in percentages

R + G + B =
237 + 204 + 229 = 670 (100%)
R 237 of 670 ~ 35.37%
G 204 of 670 ~ 30.45%
B 229 of 670 ~ 34.18%

%35.37
%30.45
%34.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 3.38%
  • 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.92
%3.38
%7.06

Codes

Color #EDCCE5 in popluar color models

EDCCE5
RGB237204229
HSL315°47.83%86.47%
HSB/HSV315°13.92%92.94%
CMYK0.00%13.92%3.38%
7.06%

Color #EDCCE5 in popluar number systems.

HEXEDCCE5
Decimal237204229
Binary111011011100110011100101
Octal355314345

Shades and tints

Shades of #EDCCE5

#EDCCE5
(237,204,229)
#D8BAD1
(216,186,209)
#C3A8BD
(195,168,189)
#AE96A9
(174,150,169)
#998495
(153,132,149)
#847281
(132,114,129)
#6F606D
(111,96,109)
#5A4E59
(90,78,89)
#453C45
(69,60,69)
#302A31
(48,42,49)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #EDCCE5

#EDCCE5
(237,204,229)
#EED0E7
(238,208,231)
#EFD4E9
(239,212,233)
#F0D8EB
(240,216,235)
#F1DCED
(241,220,237)
#F2E0EF
(242,224,239)
#F3E4F1
(243,228,241)
#F4E8F3
(244,232,243)
#F5ECF5
(245,236,245)
#F6F0F7
(246,240,247)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCCE5; }

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

This text font color is #EDCCE5.


Background Color

.myBgColor { background-color: #EDCCE5; }

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

This div background color is #EDCCE5.


Border color

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

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

This div border color is #EDCCE5.


Opacity

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

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

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

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

This text has shadow with #EDCCE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCCE5 on black background.


Color preview on white background

This text has color #EDCCE5 on white background.



Black color preview on #EDCCE5 background

This text has black color on #EDCCE5 background.


White color preview on #EDCCE5 background

This text has white color on #EDCCE5 background.