COLOR #EDE3EF

HEX: #EDE3EF
RGB: (237,227,239)

Color info

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

RGB color model

#EDE3EF color RGB value is (237,227,239).

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

RGB channels and saturation

R 237 of 255 = 93%
G 227 of 255 = 89%
B 239 of 255 = 94%

237
227
239

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

Portions of RGB colors in percentages

R + G + B =
237 + 227 + 239 = 703 (100%)
R 237 of 703 ~ 33.71%
G 227 of 703 ~ 32.29%
B 239 of 703 ~ 34%

%33.71
%32.29
%34

CMYK color model

#EDE3EF color CMYK value is (1,5,0,6).

  • cyan value is 0.84%
  • magenta value is 5.02%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(1,5,0,6)
C1M5Y0K6 
(1%,5%,0%,6%)
(0.01/0.05/0.00/0.06)	

CMYK percentages

%0.84
%5.02
%0
%6.27

Codes

Color #EDE3EF in popluar color models

EDE3EF
RGB237227239
HSL290°27.27%91.37%
HSB/HSV290°5.02%93.73%
CMYK0.84%5.02%0.00%
6.27%

Color #EDE3EF in popluar number systems.

HEXEDE3EF
Decimal237227239
Binary111011011110001111101111
Octal355343357

Shades and tints

Shades of #EDE3EF

#EDE3EF
(237,227,239)
#D8CFDA
(216,207,218)
#C3BBC5
(195,187,197)
#AEA7B0
(174,167,176)
#99939B
(153,147,155)
#847F86
(132,127,134)
#6F6B71
(111,107,113)
#5A575C
(90,87,92)
#454347
(69,67,71)
#302F32
(48,47,50)
#1B1B1D
(27,27,29)
#000000
(0,0,0)

Tints of #EDE3EF

#EDE3EF
(237,227,239)
#EEE5F0
(238,229,240)
#EFE7F1
(239,231,241)
#F0E9F2
(240,233,242)
#F1EBF3
(241,235,243)
#F2EDF4
(242,237,244)
#F3EFF5
(243,239,245)
#F4F1F6
(244,241,246)
#F5F3F7
(245,243,247)
#F6F5F8
(246,245,248)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3EF; }

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

This text font color is #EDE3EF.


Background Color

.myBgColor { background-color: #EDE3EF; }

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

This div background color is #EDE3EF.


Border color

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

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

This div border color is #EDE3EF.


Opacity

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

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

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

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

This text has shadow with #EDE3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE3EF on black background.


Color preview on white background

This text has color #EDE3EF on white background.



Black color preview on #EDE3EF background

This text has black color on #EDE3EF background.


White color preview on #EDE3EF background

This text has white color on #EDE3EF background.