COLOR #EDE9FB

HEX: #EDE9FB
RGB: (237,233,251)

Color info

#EDE9FB contains red, green and blue colors in about the same proportion. Web safe color of #EDE9FB is #FFFFFF (or #FFF).

RGB color model

#EDE9FB color RGB value is (237,233,251).

  • red value is 237;
  • green value is 233;
  • blue value is 251.
RGB:
(237,233,251)
(93%,91%,98%)

RGB channels and saturation

R 237 of 255 = 93%
G 233 of 255 = 91%
B 251 of 255 = 98%

237
233
251

R + G + B ~ 94%. #EDE9FB is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 233 + 251 = 721 (100%)
R 237 of 721 ~ 32.87%
G 233 of 721 ~ 32.32%
B 251 of 721 ~ 34.81%

%32.87
%32.32
%34.81

CMYK color model

#EDE9FB color CMYK value is (6,7,0,2).

  • cyan value is 5.58%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(6,7,0,2)
C6M7Y0K2 
(6%,7%,0%,2%)
(0.06/0.07/0.00/0.02)	

CMYK percentages

%5.58
%7.17
%0
%1.57

Codes

Color #EDE9FB in popluar color models

EDE9FB
RGB237233251
HSL253°69.23%94.90%
HSB/HSV253°7.17%98.43%
CMYK5.58%7.17%0.00%
1.57%

Color #EDE9FB in popluar number systems.

HEXEDE9FB
Decimal237233251
Binary111011011110100111111011
Octal355351373

Shades and tints

Shades of #EDE9FB

#EDE9FB
(237,233,251)
#D8D4E5
(216,212,229)
#C3BFCF
(195,191,207)
#AEAAB9
(174,170,185)
#9995A3
(153,149,163)
#84808D
(132,128,141)
#6F6B77
(111,107,119)
#5A5661
(90,86,97)
#45414B
(69,65,75)
#302C35
(48,44,53)
#1B171F
(27,23,31)
#000000
(0,0,0)

Tints of #EDE9FB

#EDE9FB
(237,233,251)
#EEEBFB
(238,235,251)
#EFEDFB
(239,237,251)
#F0EFFB
(240,239,251)
#F1F1FB
(241,241,251)
#F2F3FB
(242,243,251)
#F3F5FB
(243,245,251)
#F4F7FB
(244,247,251)
#F5F9FB
(245,249,251)
#F6FBFB
(246,251,251)
#F7FDFB
(247,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE9FB; }

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

This text font color is #EDE9FB.


Background Color

.myBgColor { background-color: #EDE9FB; }

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

This div background color is #EDE9FB.


Border color

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

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

This div border color is #EDE9FB.


Opacity

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

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

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

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

This text has shadow with #EDE9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE9FB on black background.


Color preview on white background

This text has color #EDE9FB on white background.



Black color preview on #EDE9FB background

This text has black color on #EDE9FB background.


White color preview on #EDE9FB background

This text has white color on #EDE9FB background.