COLOR #EDCDD3

HEX: #EDCDD3
RGB: (237,205,211)

Color info

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

RGB color model

#EDCDD3 color RGB value is (237,205,211).

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

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 211 of 255 = 83%

237
205
211

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

Portions of RGB colors in percentages

R + G + B =
237 + 205 + 211 = 653 (100%)
R 237 of 653 ~ 36.29%
G 205 of 653 ~ 31.39%
B 211 of 653 ~ 32.31%

%36.29
%31.39
%32.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 10.97%
  • 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.5
%10.97
%7.06

Codes

Color #EDCDD3 in popluar color models

EDCDD3
RGB237205211
HSL349°47.06%86.67%
HSB/HSV349°13.50%92.94%
CMYK0.00%13.50%10.97%
7.06%

Color #EDCDD3 in popluar number systems.

HEXEDCDD3
Decimal237205211
Binary111011011100110111010011
Octal355315323

Shades and tints

Shades of #EDCDD3

#EDCDD3
(237,205,211)
#D8BBC0
(216,187,192)
#C3A9AD
(195,169,173)
#AE979A
(174,151,154)
#998587
(153,133,135)
#847374
(132,115,116)
#6F6161
(111,97,97)
#5A4F4E
(90,79,78)
#453D3B
(69,61,59)
#302B28
(48,43,40)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #EDCDD3

#EDCDD3
(237,205,211)
#EED1D7
(238,209,215)
#EFD5DB
(239,213,219)
#F0D9DF
(240,217,223)
#F1DDE3
(241,221,227)
#F2E1E7
(242,225,231)
#F3E5EB
(243,229,235)
#F4E9EF
(244,233,239)
#F5EDF3
(245,237,243)
#F6F1F7
(246,241,247)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCDD3 color. Also use rgb(237,205,211) instead hex code.

Text Font Color

.myTextColor { color: #EDCDD3; }

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

This text font color is #EDCDD3.


Background Color

.myBgColor { background-color: #EDCDD3; }

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

This div background color is #EDCDD3.


Border color

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

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

This div border color is #EDCDD3.


Opacity

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

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

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

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

This text has shadow with #EDCDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCDD3 on black background.


Color preview on white background

This text has color #EDCDD3 on white background.



Black color preview on #EDCDD3 background

This text has black color on #EDCDD3 background.


White color preview on #EDCDD3 background

This text has white color on #EDCDD3 background.