COLOR #EDCDE8

HEX: #EDCDE8
RGB: (237,205,232)

Color info

#EDCDE8 contains red, green and blue colors in about the same proportion. Web safe color of #EDCDE8 is #FFCCFF (or #FCF).

RGB color model

#EDCDE8 color RGB value is (237,205,232).

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

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 232 of 255 = 91%

237
205
232

R + G + B ~ 88%. #EDCDE8 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 205 + 232 = 674 (100%)
R 237 of 674 ~ 35.16%
G 205 of 674 ~ 30.42%
B 232 of 674 ~ 34.42%

%35.16
%30.42
%34.42

CMYK color model

#EDCDE8 color CMYK value is (0,14,2,7).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 2.11%
  • key color value is 7.06%
CMYK:
(0,14,2,7)
C0M14Y2K7 
(0%,14%,2%,7%)
(0.00/0.14/0.02/0.07)	

CMYK percentages

%0
%13.5
%2.11
%7.06

Codes

Color #EDCDE8 in popluar color models

EDCDE8
RGB237205232
HSL309°47.06%86.67%
HSB/HSV309°13.50%92.94%
CMYK0.00%13.50%2.11%
7.06%

Color #EDCDE8 in popluar number systems.

HEXEDCDE8
Decimal237205232
Binary111011011100110111101000
Octal355315350

Shades and tints

Shades of #EDCDE8

#EDCDE8
(237,205,232)
#D8BBD3
(216,187,211)
#C3A9BE
(195,169,190)
#AE97A9
(174,151,169)
#998594
(153,133,148)
#84737F
(132,115,127)
#6F616A
(111,97,106)
#5A4F55
(90,79,85)
#453D40
(69,61,64)
#302B2B
(48,43,43)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDCDE8

#EDCDE8
(237,205,232)
#EED1EA
(238,209,234)
#EFD5EC
(239,213,236)
#F0D9EE
(240,217,238)
#F1DDF0
(241,221,240)
#F2E1F2
(242,225,242)
#F3E5F4
(243,229,244)
#F4E9F6
(244,233,246)
#F5EDF8
(245,237,248)
#F6F1FA
(246,241,250)
#F7F5FC
(247,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCDE8; }

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

This text font color is #EDCDE8.


Background Color

.myBgColor { background-color: #EDCDE8; }

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

This div background color is #EDCDE8.


Border color

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

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

This div border color is #EDCDE8.


Opacity

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

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

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

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

This text has shadow with #EDCDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCDE8 on black background.


Color preview on white background

This text has color #EDCDE8 on white background.



Black color preview on #EDCDE8 background

This text has black color on #EDCDE8 background.


White color preview on #EDCDE8 background

This text has white color on #EDCDE8 background.