COLOR #EDCCD4

HEX: #EDCCD4
RGB: (237,204,212)

Color info

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

RGB color model

#EDCCD4 color RGB value is (237,204,212).

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

RGB channels and saturation

R 237 of 255 = 93%
G 204 of 255 = 80%
B 212 of 255 = 83%

237
204
212

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

Portions of RGB colors in percentages

R + G + B =
237 + 204 + 212 = 653 (100%)
R 237 of 653 ~ 36.29%
G 204 of 653 ~ 31.24%
B 212 of 653 ~ 32.47%

%36.29
%31.24
%32.47

CMYK color model

#EDCCD4 color CMYK value is (0,14,11,7).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 10.55%
  • key color value is 7.06%
CMYK:
(0,14,11,7)
C0M14Y11K7 
(0%,14%,11%,7%)
(0.00/0.14/0.11/0.07)	

CMYK percentages

%0
%13.92
%10.55
%7.06

Codes

Color #EDCCD4 in popluar color models

EDCCD4
RGB237204212
HSL345°47.83%86.47%
HSB/HSV345°13.92%92.94%
CMYK0.00%13.92%10.55%
7.06%

Color #EDCCD4 in popluar number systems.

HEXEDCCD4
Decimal237204212
Binary111011011100110011010100
Octal355314324

Shades and tints

Shades of #EDCCD4

#EDCCD4
(237,204,212)
#D8BAC1
(216,186,193)
#C3A8AE
(195,168,174)
#AE969B
(174,150,155)
#998488
(153,132,136)
#847275
(132,114,117)
#6F6062
(111,96,98)
#5A4E4F
(90,78,79)
#453C3C
(69,60,60)
#302A29
(48,42,41)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #EDCCD4

#EDCCD4
(237,204,212)
#EED0D7
(238,208,215)
#EFD4DA
(239,212,218)
#F0D8DD
(240,216,221)
#F1DCE0
(241,220,224)
#F2E0E3
(242,224,227)
#F3E4E6
(243,228,230)
#F4E8E9
(244,232,233)
#F5ECEC
(245,236,236)
#F6F0EF
(246,240,239)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCCD4; }

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

This text font color is #EDCCD4.


Background Color

.myBgColor { background-color: #EDCCD4; }

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

This div background color is #EDCCD4.


Border color

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

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

This div border color is #EDCCD4.


Opacity

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

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

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

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

This text has shadow with #EDCCD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCCD4 on black background.


Color preview on white background

This text has color #EDCCD4 on white background.



Black color preview on #EDCCD4 background

This text has black color on #EDCCD4 background.


White color preview on #EDCCD4 background

This text has white color on #EDCCD4 background.