COLOR #EDCEE5

HEX: #EDCEE5
RGB: (237,206,229)

Color info

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

RGB color model

#EDCEE5 color RGB value is (237,206,229).

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

RGB channels and saturation

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

237
206
229

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

Portions of RGB colors in percentages

R + G + B =
237 + 206 + 229 = 672 (100%)
R 237 of 672 ~ 35.27%
G 206 of 672 ~ 30.65%
B 229 of 672 ~ 34.08%

%35.27
%30.65
%34.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.08%
  • 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
%13.08
%3.38
%7.06

Codes

Color #EDCEE5 in popluar color models

EDCEE5
RGB237206229
HSL315°46.27%86.86%
HSB/HSV315°13.08%92.94%
CMYK0.00%13.08%3.38%
7.06%

Color #EDCEE5 in popluar number systems.

HEXEDCEE5
Decimal237206229
Binary111011011100111011100101
Octal355316345

Shades and tints

Shades of #EDCEE5

#EDCEE5
(237,206,229)
#D8BCD1
(216,188,209)
#C3AABD
(195,170,189)
#AE98A9
(174,152,169)
#998695
(153,134,149)
#847481
(132,116,129)
#6F626D
(111,98,109)
#5A5059
(90,80,89)
#453E45
(69,62,69)
#302C31
(48,44,49)
#1B1A1D
(27,26,29)
#000000
(0,0,0)

Tints of #EDCEE5

#EDCEE5
(237,206,229)
#EED2E7
(238,210,231)
#EFD6E9
(239,214,233)
#F0DAEB
(240,218,235)
#F1DEED
(241,222,237)
#F2E2EF
(242,226,239)
#F3E6F1
(243,230,241)
#F4EAF3
(244,234,243)
#F5EEF5
(245,238,245)
#F6F2F7
(246,242,247)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCEE5; }

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

This text font color is #EDCEE5.


Background Color

.myBgColor { background-color: #EDCEE5; }

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

This div background color is #EDCEE5.


Border color

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

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

This div border color is #EDCEE5.


Opacity

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

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

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

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

This text has shadow with #EDCEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCEE5 on black background.


Color preview on white background

This text has color #EDCEE5 on white background.



Black color preview on #EDCEE5 background

This text has black color on #EDCEE5 background.


White color preview on #EDCEE5 background

This text has white color on #EDCEE5 background.