COLOR #EDE3FE

HEX: #EDE3FE
RGB: (237,227,254)

Color info

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

RGB color model

#EDE3FE color RGB value is (237,227,254).

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

RGB channels and saturation

R 237 of 255 = 93%
G 227 of 255 = 89%
B 254 of 255 = 100%

237
227
254

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

Portions of RGB colors in percentages

R + G + B =
237 + 227 + 254 = 718 (100%)
R 237 of 718 ~ 33.01%
G 227 of 718 ~ 31.62%
B 254 of 718 ~ 35.38%

%33.01
%31.62
%35.38

CMYK color model

#EDE3FE color CMYK value is (7,11,0,0).

  • cyan value is 6.69%
  • magenta value is 10.63%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(7,11,0,0)
C7M11Y0K0 
(7%,11%,0%,0%)
(0.07/0.11/0.00/0.00)	

CMYK percentages

%6.69
%10.63
%0
%0.39

Codes

Color #EDE3FE in popluar color models

EDE3FE
RGB237227254
HSL262°93.10%94.31%
HSB/HSV262°10.63%99.61%
CMYK6.69%10.63%0.00%
0.39%

Color #EDE3FE in popluar number systems.

HEXEDE3FE
Decimal237227254
Binary111011011110001111111110
Octal355343376

Shades and tints

Shades of #EDE3FE

#EDE3FE
(237,227,254)
#D8CFE7
(216,207,231)
#C3BBD0
(195,187,208)
#AEA7B9
(174,167,185)
#9993A2
(153,147,162)
#847F8B
(132,127,139)
#6F6B74
(111,107,116)
#5A575D
(90,87,93)
#454346
(69,67,70)
#302F2F
(48,47,47)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #EDE3FE

#EDE3FE
(237,227,254)
#EEE5FE
(238,229,254)
#EFE7FE
(239,231,254)
#F0E9FE
(240,233,254)
#F1EBFE
(241,235,254)
#F2EDFE
(242,237,254)
#F3EFFE
(243,239,254)
#F4F1FE
(244,241,254)
#F5F3FE
(245,243,254)
#F6F5FE
(246,245,254)
#F7F7FE
(247,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3FE; }

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

This text font color is #EDE3FE.


Background Color

.myBgColor { background-color: #EDE3FE; }

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

This div background color is #EDE3FE.


Border color

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

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

This div border color is #EDE3FE.


Opacity

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

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

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

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

This text has shadow with #EDE3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE3FE on black background.


Color preview on white background

This text has color #EDE3FE on white background.



Black color preview on #EDE3FE background

This text has black color on #EDE3FE background.


White color preview on #EDE3FE background

This text has white color on #EDE3FE background.