COLOR #EDE5EF

HEX: #EDE5EF
RGB: (237,229,239)

Color info

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

RGB color model

#EDE5EF color RGB value is (237,229,239).

  • red value is 237;
  • green value is 229;
  • blue value is 239.
RGB:
(237,229,239)
(93%,90%,94%)

RGB channels and saturation

R 237 of 255 = 93%
G 229 of 255 = 90%
B 239 of 255 = 94%

237
229
239

R + G + B ~ 92%. #EDE5EF is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 229 + 239 = 705 (100%)
R 237 of 705 ~ 33.62%
G 229 of 705 ~ 32.48%
B 239 of 705 ~ 33.9%

%33.62
%32.48
%33.9

CMYK color model

#EDE5EF color CMYK value is (1,4,0,6).

  • cyan value is 0.84%
  • magenta value is 4.18%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(1,4,0,6)
C1M4Y0K6 
(1%,4%,0%,6%)
(0.01/0.04/0.00/0.06)	

CMYK percentages

%0.84
%4.18
%0
%6.27

Codes

Color #EDE5EF in popluar color models

EDE5EF
RGB237229239
HSL288°23.81%91.76%
HSB/HSV288°4.18%93.73%
CMYK0.84%4.18%0.00%
6.27%

Color #EDE5EF in popluar number systems.

HEXEDE5EF
Decimal237229239
Binary111011011110010111101111
Octal355345357

Shades and tints

Shades of #EDE5EF

#EDE5EF
(237,229,239)
#D8D1DA
(216,209,218)
#C3BDC5
(195,189,197)
#AEA9B0
(174,169,176)
#99959B
(153,149,155)
#848186
(132,129,134)
#6F6D71
(111,109,113)
#5A595C
(90,89,92)
#454547
(69,69,71)
#303132
(48,49,50)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #EDE5EF

#EDE5EF
(237,229,239)
#EEE7F0
(238,231,240)
#EFE9F1
(239,233,241)
#F0EBF2
(240,235,242)
#F1EDF3
(241,237,243)
#F2EFF4
(242,239,244)
#F3F1F5
(243,241,245)
#F4F3F6
(244,243,246)
#F5F5F7
(245,245,247)
#F6F7F8
(246,247,248)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5EF; }

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

This text font color is #EDE5EF.


Background Color

.myBgColor { background-color: #EDE5EF; }

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

This div background color is #EDE5EF.


Border color

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

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

This div border color is #EDE5EF.


Opacity

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

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

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

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

This text has shadow with #EDE5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE5EF on black background.


Color preview on white background

This text has color #EDE5EF on white background.



Black color preview on #EDE5EF background

This text has black color on #EDE5EF background.


White color preview on #EDE5EF background

This text has white color on #EDE5EF background.