COLOR #EDCDDE

HEX: #EDCDDE
RGB: (237,205,222)

Color info

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

RGB color model

#EDCDDE color RGB value is (237,205,222).

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

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 222 of 255 = 87%

237
205
222

R + G + B ~ 87%. #EDCDDE is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 205 + 222 = 664 (100%)
R 237 of 664 ~ 35.69%
G 205 of 664 ~ 30.87%
B 222 of 664 ~ 33.43%

%35.69
%30.87
%33.43

CMYK color model

#EDCDDE color CMYK value is (0,14,6,7).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 6.33%
  • key color value is 7.06%
CMYK:
(0,14,6,7)
C0M14Y6K7 
(0%,14%,6%,7%)
(0.00/0.14/0.06/0.07)	

CMYK percentages

%0
%13.5
%6.33
%7.06

Codes

Color #EDCDDE in popluar color models

EDCDDE
RGB237205222
HSL328°47.06%86.67%
HSB/HSV328°13.50%92.94%
CMYK0.00%13.50%6.33%
7.06%

Color #EDCDDE in popluar number systems.

HEXEDCDDE
Decimal237205222
Binary111011011100110111011110
Octal355315336

Shades and tints

Shades of #EDCDDE

#EDCDDE
(237,205,222)
#D8BBCA
(216,187,202)
#C3A9B6
(195,169,182)
#AE97A2
(174,151,162)
#99858E
(153,133,142)
#84737A
(132,115,122)
#6F6166
(111,97,102)
#5A4F52
(90,79,82)
#453D3E
(69,61,62)
#302B2A
(48,43,42)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDCDDE

#EDCDDE
(237,205,222)
#EED1E1
(238,209,225)
#EFD5E4
(239,213,228)
#F0D9E7
(240,217,231)
#F1DDEA
(241,221,234)
#F2E1ED
(242,225,237)
#F3E5F0
(243,229,240)
#F4E9F3
(244,233,243)
#F5EDF6
(245,237,246)
#F6F1F9
(246,241,249)
#F7F5FC
(247,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCDDE; }

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

This text font color is #EDCDDE.


Background Color

.myBgColor { background-color: #EDCDDE; }

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

This div background color is #EDCDDE.


Border color

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

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

This div border color is #EDCDDE.


Opacity

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

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

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

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

This text has shadow with #EDCDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCDDE on black background.


Color preview on white background

This text has color #EDCDDE on white background.



Black color preview on #EDCDDE background

This text has black color on #EDCDDE background.


White color preview on #EDCDDE background

This text has white color on #EDCDDE background.