COLOR #EDC1DA

HEX: #EDC1DA
RGB: (237,193,218)

Color info

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

RGB color model

#EDC1DA color RGB value is (237,193,218).

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

RGB channels and saturation

R 237 of 255 = 93%
G 193 of 255 = 76%
B 218 of 255 = 85%

237
193
218

R + G + B ~ 85%. #EDC1DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 193 + 218 = 648 (100%)
R 237 of 648 ~ 36.57%
G 193 of 648 ~ 29.78%
B 218 of 648 ~ 33.64%

%36.57
%29.78
%33.64

CMYK color model

#EDC1DA color CMYK value is (0,19,8,7).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 8.02%
  • key color value is 7.06%
CMYK:
(0,19,8,7)
C0M19Y8K7 
(0%,19%,8%,7%)
(0.00/0.19/0.08/0.07)	

CMYK percentages

%0
%18.57
%8.02
%7.06

Codes

Color #EDC1DA in popluar color models

EDC1DA
RGB237193218
HSL326°55.00%84.31%
HSB/HSV326°18.57%92.94%
CMYK0.00%18.57%8.02%
7.06%

Color #EDC1DA in popluar number systems.

HEXEDC1DA
Decimal237193218
Binary111011011100000111011010
Octal355301332

Shades and tints

Shades of #EDC1DA

#EDC1DA
(237,193,218)
#D8B0C7
(216,176,199)
#C39FB4
(195,159,180)
#AE8EA1
(174,142,161)
#997D8E
(153,125,142)
#846C7B
(132,108,123)
#6F5B68
(111,91,104)
#5A4A55
(90,74,85)
#453942
(69,57,66)
#30282F
(48,40,47)
#1B171C
(27,23,28)
#000000
(0,0,0)

Tints of #EDC1DA

#EDC1DA
(237,193,218)
#EEC6DD
(238,198,221)
#EFCBE0
(239,203,224)
#F0D0E3
(240,208,227)
#F1D5E6
(241,213,230)
#F2DAE9
(242,218,233)
#F3DFEC
(243,223,236)
#F4E4EF
(244,228,239)
#F5E9F2
(245,233,242)
#F6EEF5
(246,238,245)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC1DA; }

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

This text font color is #EDC1DA.


Background Color

.myBgColor { background-color: #EDC1DA; }

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

This div background color is #EDC1DA.


Border color

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

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

This div border color is #EDC1DA.


Opacity

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

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

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

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

This text has shadow with #EDC1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC1DA on black background.


Color preview on white background

This text has color #EDC1DA on white background.



Black color preview on #EDC1DA background

This text has black color on #EDC1DA background.


White color preview on #EDC1DA background

This text has white color on #EDC1DA background.