COLOR #EDCBDA

HEX: #EDCBDA
RGB: (237,203,218)

Color info

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

RGB color model

#EDCBDA color RGB value is (237,203,218).

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

RGB channels and saturation

R 237 of 255 = 93%
G 203 of 255 = 80%
B 218 of 255 = 85%

237
203
218

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

Portions of RGB colors in percentages

R + G + B =
237 + 203 + 218 = 658 (100%)
R 237 of 658 ~ 36.02%
G 203 of 658 ~ 30.85%
B 218 of 658 ~ 33.13%

%36.02
%30.85
%33.13

CMYK color model

#EDCBDA color CMYK value is (0,14,8,7).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 8.02%
  • key color value is 7.06%
CMYK:
(0,14,8,7)
C0M14Y8K7 
(0%,14%,8%,7%)
(0.00/0.14/0.08/0.07)	

CMYK percentages

%0
%14.35
%8.02
%7.06

Codes

Color #EDCBDA in popluar color models

EDCBDA
RGB237203218
HSL334°48.57%86.27%
HSB/HSV334°14.35%92.94%
CMYK0.00%14.35%8.02%
7.06%

Color #EDCBDA in popluar number systems.

HEXEDCBDA
Decimal237203218
Binary111011011100101111011010
Octal355313332

Shades and tints

Shades of #EDCBDA

#EDCBDA
(237,203,218)
#D8B9C7
(216,185,199)
#C3A7B4
(195,167,180)
#AE95A1
(174,149,161)
#99838E
(153,131,142)
#84717B
(132,113,123)
#6F5F68
(111,95,104)
#5A4D55
(90,77,85)
#453B42
(69,59,66)
#30292F
(48,41,47)
#1B171C
(27,23,28)
#000000
(0,0,0)

Tints of #EDCBDA

#EDCBDA
(237,203,218)
#EECFDD
(238,207,221)
#EFD3E0
(239,211,224)
#F0D7E3
(240,215,227)
#F1DBE6
(241,219,230)
#F2DFE9
(242,223,233)
#F3E3EC
(243,227,236)
#F4E7EF
(244,231,239)
#F5EBF2
(245,235,242)
#F6EFF5
(246,239,245)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCBDA; }

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

This text font color is #EDCBDA.


Background Color

.myBgColor { background-color: #EDCBDA; }

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

This div background color is #EDCBDA.


Border color

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

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

This div border color is #EDCBDA.


Opacity

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

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

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

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

This text has shadow with #EDCBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCBDA on black background.


Color preview on white background

This text has color #EDCBDA on white background.



Black color preview on #EDCBDA background

This text has black color on #EDCBDA background.


White color preview on #EDCBDA background

This text has white color on #EDCBDA background.