COLOR #EDE3FB

HEX: #EDE3FB
RGB: (237,227,251)

Color info

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

RGB color model

#EDE3FB color RGB value is (237,227,251).

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

RGB channels and saturation

R 237 of 255 = 93%
G 227 of 255 = 89%
B 251 of 255 = 98%

237
227
251

R + G + B ~ 93%. #EDE3FB is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 227 + 251 = 715 (100%)
R 237 of 715 ~ 33.15%
G 227 of 715 ~ 31.75%
B 251 of 715 ~ 35.1%

%33.15
%31.75
%35.1

CMYK color model

#EDE3FB color CMYK value is (6,10,0,2).

  • cyan value is 5.58%
  • magenta value is 9.56%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(6,10,0,2)
C6M10Y0K2 
(6%,10%,0%,2%)
(0.06/0.10/0.00/0.02)	

CMYK percentages

%5.58
%9.56
%0
%1.57

Codes

Color #EDE3FB in popluar color models

EDE3FB
RGB237227251
HSL265°75.00%93.73%
HSB/HSV265°9.56%98.43%
CMYK5.58%9.56%0.00%
1.57%

Color #EDE3FB in popluar number systems.

HEXEDE3FB
Decimal237227251
Binary111011011110001111111011
Octal355343373

Shades and tints

Shades of #EDE3FB

#EDE3FB
(237,227,251)
#D8CFE5
(216,207,229)
#C3BBCF
(195,187,207)
#AEA7B9
(174,167,185)
#9993A3
(153,147,163)
#847F8D
(132,127,141)
#6F6B77
(111,107,119)
#5A5761
(90,87,97)
#45434B
(69,67,75)
#302F35
(48,47,53)
#1B1B1F
(27,27,31)
#000000
(0,0,0)

Tints of #EDE3FB

#EDE3FB
(237,227,251)
#EEE5FB
(238,229,251)
#EFE7FB
(239,231,251)
#F0E9FB
(240,233,251)
#F1EBFB
(241,235,251)
#F2EDFB
(242,237,251)
#F3EFFB
(243,239,251)
#F4F1FB
(244,241,251)
#F5F3FB
(245,243,251)
#F6F5FB
(246,245,251)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3FB; }

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

This text font color is #EDE3FB.


Background Color

.myBgColor { background-color: #EDE3FB; }

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

This div background color is #EDE3FB.


Border color

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

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

This div border color is #EDE3FB.


Opacity

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

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

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

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

This text has shadow with #EDE3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE3FB on black background.


Color preview on white background

This text has color #EDE3FB on white background.



Black color preview on #EDE3FB background

This text has black color on #EDE3FB background.


White color preview on #EDE3FB background

This text has white color on #EDE3FB background.