COLOR #EDC8E1

HEX: #EDC8E1
RGB: (237,200,225)

Color info

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

RGB color model

#EDC8E1 color RGB value is (237,200,225).

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

RGB channels and saturation

R 237 of 255 = 93%
G 200 of 255 = 78%
B 225 of 255 = 88%

237
200
225

R + G + B ~ 86%. #EDC8E1 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 200 + 225 = 662 (100%)
R 237 of 662 ~ 35.8%
G 200 of 662 ~ 30.21%
B 225 of 662 ~ 33.99%

%35.8
%30.21
%33.99

CMYK color model

#EDC8E1 color CMYK value is (0,16,5,7).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 5.06%
  • key color value is 7.06%
CMYK:
(0,16,5,7)
C0M16Y5K7 
(0%,16%,5%,7%)
(0.00/0.16/0.05/0.07)	

CMYK percentages

%0
%15.61
%5.06
%7.06

Codes

Color #EDC8E1 in popluar color models

EDC8E1
RGB237200225
HSL319°50.68%85.69%
HSB/HSV319°15.61%92.94%
CMYK0.00%15.61%5.06%
7.06%

Color #EDC8E1 in popluar number systems.

HEXEDC8E1
Decimal237200225
Binary111011011100100011100001
Octal355310341

Shades and tints

Shades of #EDC8E1

#EDC8E1
(237,200,225)
#D8B6CD
(216,182,205)
#C3A4B9
(195,164,185)
#AE92A5
(174,146,165)
#998091
(153,128,145)
#846E7D
(132,110,125)
#6F5C69
(111,92,105)
#5A4A55
(90,74,85)
#453841
(69,56,65)
#30262D
(48,38,45)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #EDC8E1

#EDC8E1
(237,200,225)
#EECDE3
(238,205,227)
#EFD2E5
(239,210,229)
#F0D7E7
(240,215,231)
#F1DCE9
(241,220,233)
#F2E1EB
(242,225,235)
#F3E6ED
(243,230,237)
#F4EBEF
(244,235,239)
#F5F0F1
(245,240,241)
#F6F5F3
(246,245,243)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC8E1; }

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

This text font color is #EDC8E1.


Background Color

.myBgColor { background-color: #EDC8E1; }

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

This div background color is #EDC8E1.


Border color

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

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

This div border color is #EDC8E1.


Opacity

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

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

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

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

This text has shadow with #EDC8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC8E1 on black background.


Color preview on white background

This text has color #EDC8E1 on white background.



Black color preview on #EDC8E1 background

This text has black color on #EDC8E1 background.


White color preview on #EDC8E1 background

This text has white color on #EDC8E1 background.