COLOR #EDC1E2

HEX: #EDC1E2
RGB: (237,193,226)

Color info

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

RGB color model

#EDC1E2 color RGB value is (237,193,226).

  • red value is 237;
  • green value is 193;
  • blue value is 226.
RGB:
(237,193,226)
(93%,76%,89%)

RGB channels and saturation

R 237 of 255 = 93%
G 193 of 255 = 76%
B 226 of 255 = 89%

237
193
226

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

Portions of RGB colors in percentages

R + G + B =
237 + 193 + 226 = 656 (100%)
R 237 of 656 ~ 36.13%
G 193 of 656 ~ 29.42%
B 226 of 656 ~ 34.45%

%36.13
%29.42
%34.45

CMYK color model

#EDC1E2 color CMYK value is (0,19,5,7).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 4.64%
  • key color value is 7.06%
CMYK:
(0,19,5,7)
C0M19Y5K7 
(0%,19%,5%,7%)
(0.00/0.19/0.05/0.07)	

CMYK percentages

%0
%18.57
%4.64
%7.06

Codes

Color #EDC1E2 in popluar color models

EDC1E2
RGB237193226
HSL315°55.00%84.31%
HSB/HSV315°18.57%92.94%
CMYK0.00%18.57%4.64%
7.06%

Color #EDC1E2 in popluar number systems.

HEXEDC1E2
Decimal237193226
Binary111011011100000111100010
Octal355301342

Shades and tints

Shades of #EDC1E2

#EDC1E2
(237,193,226)
#D8B0CE
(216,176,206)
#C39FBA
(195,159,186)
#AE8EA6
(174,142,166)
#997D92
(153,125,146)
#846C7E
(132,108,126)
#6F5B6A
(111,91,106)
#5A4A56
(90,74,86)
#453942
(69,57,66)
#30282E
(48,40,46)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #EDC1E2

#EDC1E2
(237,193,226)
#EEC6E4
(238,198,228)
#EFCBE6
(239,203,230)
#F0D0E8
(240,208,232)
#F1D5EA
(241,213,234)
#F2DAEC
(242,218,236)
#F3DFEE
(243,223,238)
#F4E4F0
(244,228,240)
#F5E9F2
(245,233,242)
#F6EEF4
(246,238,244)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC1E2 color. Also use rgb(237,193,226) instead hex code.

Text Font Color

.myTextColor { color: #EDC1E2; }

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

This text font color is #EDC1E2.


Background Color

.myBgColor { background-color: #EDC1E2; }

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

This div background color is #EDC1E2.


Border color

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

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

This div border color is #EDC1E2.


Opacity

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

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

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

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

This text has shadow with #EDC1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC1E2 on black background.


Color preview on white background

This text has color #EDC1E2 on white background.



Black color preview on #EDC1E2 background

This text has black color on #EDC1E2 background.


White color preview on #EDC1E2 background

This text has white color on #EDC1E2 background.