COLOR #EDCEE1

HEX: #EDCEE1
RGB: (237,206,225)

Color info

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

RGB color model

#EDCEE1 color RGB value is (237,206,225).

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

RGB channels and saturation

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

237
206
225

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

Portions of RGB colors in percentages

R + G + B =
237 + 206 + 225 = 668 (100%)
R 237 of 668 ~ 35.48%
G 206 of 668 ~ 30.84%
B 225 of 668 ~ 33.68%

%35.48
%30.84
%33.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 5.06%
  • 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.06
%7.06

Codes

Color #EDCEE1 in popluar color models

EDCEE1
RGB237206225
HSL323°46.27%86.86%
HSB/HSV323°13.08%92.94%
CMYK0.00%13.08%5.06%
7.06%

Color #EDCEE1 in popluar number systems.

HEXEDCEE1
Decimal237206225
Binary111011011100111011100001
Octal355316341

Shades and tints

Shades of #EDCEE1

#EDCEE1
(237,206,225)
#D8BCCD
(216,188,205)
#C3AAB9
(195,170,185)
#AE98A5
(174,152,165)
#998691
(153,134,145)
#84747D
(132,116,125)
#6F6269
(111,98,105)
#5A5055
(90,80,85)
#453E41
(69,62,65)
#302C2D
(48,44,45)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #EDCEE1

#EDCEE1
(237,206,225)
#EED2E3
(238,210,227)
#EFD6E5
(239,214,229)
#F0DAE7
(240,218,231)
#F1DEE9
(241,222,233)
#F2E2EB
(242,226,235)
#F3E6ED
(243,230,237)
#F4EAEF
(244,234,239)
#F5EEF1
(245,238,241)
#F6F2F3
(246,242,243)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCEE1; }

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

This text font color is #EDCEE1.


Background Color

.myBgColor { background-color: #EDCEE1; }

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

This div background color is #EDCEE1.


Border color

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

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

This div border color is #EDCEE1.


Opacity

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

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

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

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

This text has shadow with #EDCEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCEE1 on black background.


Color preview on white background

This text has color #EDCEE1 on white background.



Black color preview on #EDCEE1 background

This text has black color on #EDCEE1 background.


White color preview on #EDCEE1 background

This text has white color on #EDCEE1 background.