COLOR #EDE1E8

HEX: #EDE1E8
RGB: (237,225,232)

Color info

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

RGB color model

#EDE1E8 color RGB value is (237,225,232).

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

RGB channels and saturation

R 237 of 255 = 93%
G 225 of 255 = 88%
B 232 of 255 = 91%

237
225
232

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

Portions of RGB colors in percentages

R + G + B =
237 + 225 + 232 = 694 (100%)
R 237 of 694 ~ 34.15%
G 225 of 694 ~ 32.42%
B 232 of 694 ~ 33.43%

%34.15
%32.42
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 2.11%
  • key color value is 7.06%
CMYK:
(0,5,2,7)
C0M5Y2K7 
(0%,5%,2%,7%)
(0.00/0.05/0.02/0.07)	

CMYK percentages

%0
%5.06
%2.11
%7.06

Codes

Color #EDE1E8 in popluar color models

EDE1E8
RGB237225232
HSL325°25.00%90.59%
HSB/HSV325°5.06%92.94%
CMYK0.00%5.06%2.11%
7.06%

Color #EDE1E8 in popluar number systems.

HEXEDE1E8
Decimal237225232
Binary111011011110000111101000
Octal355341350

Shades and tints

Shades of #EDE1E8

#EDE1E8
(237,225,232)
#D8CDD3
(216,205,211)
#C3B9BE
(195,185,190)
#AEA5A9
(174,165,169)
#999194
(153,145,148)
#847D7F
(132,125,127)
#6F696A
(111,105,106)
#5A5555
(90,85,85)
#454140
(69,65,64)
#302D2B
(48,45,43)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDE1E8

#EDE1E8
(237,225,232)
#EEE3EA
(238,227,234)
#EFE5EC
(239,229,236)
#F0E7EE
(240,231,238)
#F1E9F0
(241,233,240)
#F2EBF2
(242,235,242)
#F3EDF4
(243,237,244)
#F4EFF6
(244,239,246)
#F5F1F8
(245,241,248)
#F6F3FA
(246,243,250)
#F7F5FC
(247,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE1E8; }

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

This text font color is #EDE1E8.


Background Color

.myBgColor { background-color: #EDE1E8; }

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

This div background color is #EDE1E8.


Border color

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

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

This div border color is #EDE1E8.


Opacity

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

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

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

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

This text has shadow with #EDE1E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE1E8 on black background.


Color preview on white background

This text has color #EDE1E8 on white background.



Black color preview on #EDE1E8 background

This text has black color on #EDE1E8 background.


White color preview on #EDE1E8 background

This text has white color on #EDE1E8 background.