COLOR #EDE6FE

HEX: #EDE6FE
RGB: (237,230,254)

Color info

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

RGB color model

#EDE6FE color RGB value is (237,230,254).

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

RGB channels and saturation

R 237 of 255 = 93%
G 230 of 255 = 90%
B 254 of 255 = 100%

237
230
254

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

Portions of RGB colors in percentages

R + G + B =
237 + 230 + 254 = 721 (100%)
R 237 of 721 ~ 32.87%
G 230 of 721 ~ 31.9%
B 254 of 721 ~ 35.23%

%32.87
%31.9
%35.23

CMYK color model

#EDE6FE color CMYK value is (7,9,0,0).

  • cyan value is 6.69%
  • magenta value is 9.45%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(7,9,0,0)
C7M9Y0K0 
(7%,9%,0%,0%)
(0.07/0.09/0.00/0.00)	

CMYK percentages

%6.69
%9.45
%0
%0.39

Codes

Color #EDE6FE in popluar color models

EDE6FE
RGB237230254
HSL258°92.31%94.90%
HSB/HSV258°9.45%99.61%
CMYK6.69%9.45%0.00%
0.39%

Color #EDE6FE in popluar number systems.

HEXEDE6FE
Decimal237230254
Binary111011011110011011111110
Octal355346376

Shades and tints

Shades of #EDE6FE

#EDE6FE
(237,230,254)
#D8D2E7
(216,210,231)
#C3BED0
(195,190,208)
#AEAAB9
(174,170,185)
#9996A2
(153,150,162)
#84828B
(132,130,139)
#6F6E74
(111,110,116)
#5A5A5D
(90,90,93)
#454646
(69,70,70)
#30322F
(48,50,47)
#1B1E18
(27,30,24)
#000000
(0,0,0)

Tints of #EDE6FE

#EDE6FE
(237,230,254)
#EEE8FE
(238,232,254)
#EFEAFE
(239,234,254)
#F0ECFE
(240,236,254)
#F1EEFE
(241,238,254)
#F2F0FE
(242,240,254)
#F3F2FE
(243,242,254)
#F4F4FE
(244,244,254)
#F5F6FE
(245,246,254)
#F6F8FE
(246,248,254)
#F7FAFE
(247,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE6FE; }

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

This text font color is #EDE6FE.


Background Color

.myBgColor { background-color: #EDE6FE; }

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

This div background color is #EDE6FE.


Border color

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

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

This div border color is #EDE6FE.


Opacity

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

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

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

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

This text has shadow with #EDE6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE6FE on black background.


Color preview on white background

This text has color #EDE6FE on white background.



Black color preview on #EDE6FE background

This text has black color on #EDE6FE background.


White color preview on #EDE6FE background

This text has white color on #EDE6FE background.