COLOR #EDCEE0

HEX: #EDCEE0
RGB: (237,206,224)

Color info

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

RGB color model

#EDCEE0 color RGB value is (237,206,224).

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

RGB channels and saturation

R 237 of 255 = 93%
G 206 of 255 = 81%
B 224 of 255 = 88%

237
206
224

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

Portions of RGB colors in percentages

R + G + B =
237 + 206 + 224 = 667 (100%)
R 237 of 667 ~ 35.53%
G 206 of 667 ~ 30.88%
B 224 of 667 ~ 33.58%

%35.53
%30.88
%33.58

CMYK color model

#EDCEE0 color CMYK value is (0,13,5,7).

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 5.49%
  • key color value is 7.06%
CMYK:
(0,13,5,7)
C0M13Y5K7 
(0%,13%,5%,7%)
(0.00/0.13/0.05/0.07)	

CMYK percentages

%0
%13.08
%5.49
%7.06

Codes

Color #EDCEE0 in popluar color models

EDCEE0
RGB237206224
HSL325°46.27%86.86%
HSB/HSV325°13.08%92.94%
CMYK0.00%13.08%5.49%
7.06%

Color #EDCEE0 in popluar number systems.

HEXEDCEE0
Decimal237206224
Binary111011011100111011100000
Octal355316340

Shades and tints

Shades of #EDCEE0

#EDCEE0
(237,206,224)
#D8BCCC
(216,188,204)
#C3AAB8
(195,170,184)
#AE98A4
(174,152,164)
#998690
(153,134,144)
#84747C
(132,116,124)
#6F6268
(111,98,104)
#5A5054
(90,80,84)
#453E40
(69,62,64)
#302C2C
(48,44,44)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #EDCEE0

#EDCEE0
(237,206,224)
#EED2E2
(238,210,226)
#EFD6E4
(239,214,228)
#F0DAE6
(240,218,230)
#F1DEE8
(241,222,232)
#F2E2EA
(242,226,234)
#F3E6EC
(243,230,236)
#F4EAEE
(244,234,238)
#F5EEF0
(245,238,240)
#F6F2F2
(246,242,242)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCEE0; }

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

This text font color is #EDCEE0.


Background Color

.myBgColor { background-color: #EDCEE0; }

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

This div background color is #EDCEE0.


Border color

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

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

This div border color is #EDCEE0.


Opacity

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

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

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

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

This text has shadow with #EDCEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCEE0 on black background.


Color preview on white background

This text has color #EDCEE0 on white background.



Black color preview on #EDCEE0 background

This text has black color on #EDCEE0 background.


White color preview on #EDCEE0 background

This text has white color on #EDCEE0 background.