COLOR #EDCDD8

HEX: #EDCDD8
RGB: (237,205,216)

Color info

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

RGB color model

#EDCDD8 color RGB value is (237,205,216).

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

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 216 of 255 = 85%

237
205
216

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

Portions of RGB colors in percentages

R + G + B =
237 + 205 + 216 = 658 (100%)
R 237 of 658 ~ 36.02%
G 205 of 658 ~ 31.16%
B 216 of 658 ~ 32.83%

%36.02
%31.16
%32.83

CMYK color model

#EDCDD8 color CMYK value is (0,14,9,7).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 8.86%
  • key color value is 7.06%
CMYK:
(0,14,9,7)
C0M14Y9K7 
(0%,14%,9%,7%)
(0.00/0.14/0.09/0.07)	

CMYK percentages

%0
%13.5
%8.86
%7.06

Codes

Color #EDCDD8 in popluar color models

EDCDD8
RGB237205216
HSL339°47.06%86.67%
HSB/HSV339°13.50%92.94%
CMYK0.00%13.50%8.86%
7.06%

Color #EDCDD8 in popluar number systems.

HEXEDCDD8
Decimal237205216
Binary111011011100110111011000
Octal355315330

Shades and tints

Shades of #EDCDD8

#EDCDD8
(237,205,216)
#D8BBC5
(216,187,197)
#C3A9B2
(195,169,178)
#AE979F
(174,151,159)
#99858C
(153,133,140)
#847379
(132,115,121)
#6F6166
(111,97,102)
#5A4F53
(90,79,83)
#453D40
(69,61,64)
#302B2D
(48,43,45)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #EDCDD8

#EDCDD8
(237,205,216)
#EED1DB
(238,209,219)
#EFD5DE
(239,213,222)
#F0D9E1
(240,217,225)
#F1DDE4
(241,221,228)
#F2E1E7
(242,225,231)
#F3E5EA
(243,229,234)
#F4E9ED
(244,233,237)
#F5EDF0
(245,237,240)
#F6F1F3
(246,241,243)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCDD8; }

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

This text font color is #EDCDD8.


Background Color

.myBgColor { background-color: #EDCDD8; }

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

This div background color is #EDCDD8.


Border color

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

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

This div border color is #EDCDD8.


Opacity

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

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

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

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

This text has shadow with #EDCDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCDD8 on black background.


Color preview on white background

This text has color #EDCDD8 on white background.



Black color preview on #EDCDD8 background

This text has black color on #EDCDD8 background.


White color preview on #EDCDD8 background

This text has white color on #EDCDD8 background.