COLOR #EDCCDA

HEX: #EDCCDA
RGB: (237,204,218)

Color info

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

RGB color model

#EDCCDA color RGB value is (237,204,218).

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

RGB channels and saturation

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

237
204
218

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

Portions of RGB colors in percentages

R + G + B =
237 + 204 + 218 = 659 (100%)
R 237 of 659 ~ 35.96%
G 204 of 659 ~ 30.96%
B 218 of 659 ~ 33.08%

%35.96
%30.96
%33.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.92%
  • 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
%13.92
%8.02
%7.06

Codes

Color #EDCCDA in popluar color models

EDCCDA
RGB237204218
HSL335°47.83%86.47%
HSB/HSV335°13.92%92.94%
CMYK0.00%13.92%8.02%
7.06%

Color #EDCCDA in popluar number systems.

HEXEDCCDA
Decimal237204218
Binary111011011100110011011010
Octal355314332

Shades and tints

Shades of #EDCCDA

#EDCCDA
(237,204,218)
#D8BAC7
(216,186,199)
#C3A8B4
(195,168,180)
#AE96A1
(174,150,161)
#99848E
(153,132,142)
#84727B
(132,114,123)
#6F6068
(111,96,104)
#5A4E55
(90,78,85)
#453C42
(69,60,66)
#302A2F
(48,42,47)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #EDCCDA

#EDCCDA
(237,204,218)
#EED0DD
(238,208,221)
#EFD4E0
(239,212,224)
#F0D8E3
(240,216,227)
#F1DCE6
(241,220,230)
#F2E0E9
(242,224,233)
#F3E4EC
(243,228,236)
#F4E8EF
(244,232,239)
#F5ECF2
(245,236,242)
#F6F0F5
(246,240,245)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCCDA; }

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

This text font color is #EDCCDA.


Background Color

.myBgColor { background-color: #EDCCDA; }

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

This div background color is #EDCCDA.


Border color

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

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

This div border color is #EDCCDA.


Opacity

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

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

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

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

This text has shadow with #EDCCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCCDA on black background.


Color preview on white background

This text has color #EDCCDA on white background.



Black color preview on #EDCCDA background

This text has black color on #EDCCDA background.


White color preview on #EDCCDA background

This text has white color on #EDCCDA background.