COLOR #EDE1EC

HEX: #EDE1EC
RGB: (237,225,236)

Color info

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

RGB color model

#EDE1EC color RGB value is (237,225,236).

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

RGB channels and saturation

R 237 of 255 = 93%
G 225 of 255 = 88%
B 236 of 255 = 93%

237
225
236

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

Portions of RGB colors in percentages

R + G + B =
237 + 225 + 236 = 698 (100%)
R 237 of 698 ~ 33.95%
G 225 of 698 ~ 32.23%
B 236 of 698 ~ 33.81%

%33.95
%32.23
%33.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 0.42%
  • 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.06
%0.42
%7.06

Codes

Color #EDE1EC in popluar color models

EDE1EC
RGB237225236
HSL305°25.00%90.59%
HSB/HSV305°5.06%92.94%
CMYK0.00%5.06%0.42%
7.06%

Color #EDE1EC in popluar number systems.

HEXEDE1EC
Decimal237225236
Binary111011011110000111101100
Octal355341354

Shades and tints

Shades of #EDE1EC

#EDE1EC
(237,225,236)
#D8CDD7
(216,205,215)
#C3B9C2
(195,185,194)
#AEA5AD
(174,165,173)
#999198
(153,145,152)
#847D83
(132,125,131)
#6F696E
(111,105,110)
#5A5559
(90,85,89)
#454144
(69,65,68)
#302D2F
(48,45,47)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #EDE1EC

#EDE1EC
(237,225,236)
#EEE3ED
(238,227,237)
#EFE5EE
(239,229,238)
#F0E7EF
(240,231,239)
#F1E9F0
(241,233,240)
#F2EBF1
(242,235,241)
#F3EDF2
(243,237,242)
#F4EFF3
(244,239,243)
#F5F1F4
(245,241,244)
#F6F3F5
(246,243,245)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE1EC; }

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

This text font color is #EDE1EC.


Background Color

.myBgColor { background-color: #EDE1EC; }

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

This div background color is #EDE1EC.


Border color

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

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

This div border color is #EDE1EC.


Opacity

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

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

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

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

This text has shadow with #EDE1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE1EC on black background.


Color preview on white background

This text has color #EDE1EC on white background.



Black color preview on #EDE1EC background

This text has black color on #EDE1EC background.


White color preview on #EDE1EC background

This text has white color on #EDE1EC background.