COLOR #EDE0ED

HEX: #EDE0ED
RGB: (237,224,237)

Color info

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

RGB color model

#EDE0ED color RGB value is (237,224,237).

  • red value is 237;
  • green value is 224;
  • blue value is 237.
RGB:
(237,224,237)
(93%,88%,93%)

RGB channels and saturation

R 237 of 255 = 93%
G 224 of 255 = 88%
B 237 of 255 = 93%

237
224
237

R + G + B ~ 91%. #EDE0ED is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 224 + 237 = 698 (100%)
R 237 of 698 ~ 33.95%
G 224 of 698 ~ 32.09%
B 237 of 698 ~ 33.95%

%33.95
%32.09
%33.95

CMYK color model

#EDE0ED color CMYK value is (0,5,0,7).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(0,5,0,7)
C0M5Y0K7 
(0%,5%,0%,7%)
(0.00/0.05/0.00/0.07)	

CMYK percentages

%0
%5.49
%0
%7.06

Codes

Color #EDE0ED in popluar color models

EDE0ED
RGB237224237
HSL300°26.53%90.39%
HSB/HSV300°5.49%92.94%
CMYK0.00%5.49%0.00%
7.06%

Color #EDE0ED in popluar number systems.

HEXEDE0ED
Decimal237224237
Binary111011011110000011101101
Octal355340355

Shades and tints

Shades of #EDE0ED

#EDE0ED
(237,224,237)
#D8CCD8
(216,204,216)
#C3B8C3
(195,184,195)
#AEA4AE
(174,164,174)
#999099
(153,144,153)
#847C84
(132,124,132)
#6F686F
(111,104,111)
#5A545A
(90,84,90)
#454045
(69,64,69)
#302C30
(48,44,48)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #EDE0ED

#EDE0ED
(237,224,237)
#EEE2EE
(238,226,238)
#EFE4EF
(239,228,239)
#F0E6F0
(240,230,240)
#F1E8F1
(241,232,241)
#F2EAF2
(242,234,242)
#F3ECF3
(243,236,243)
#F4EEF4
(244,238,244)
#F5F0F5
(245,240,245)
#F6F2F6
(246,242,246)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE0ED; }

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

This text font color is #EDE0ED.


Background Color

.myBgColor { background-color: #EDE0ED; }

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

This div background color is #EDE0ED.


Border color

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

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

This div border color is #EDE0ED.


Opacity

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

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

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

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

This text has shadow with #EDE0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE0ED on black background.


Color preview on white background

This text has color #EDE0ED on white background.



Black color preview on #EDE0ED background

This text has black color on #EDE0ED background.


White color preview on #EDE0ED background

This text has white color on #EDE0ED background.