COLOR #EDE5F6

HEX: #EDE5F6
RGB: (237,229,246)

Color info

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

RGB color model

#EDE5F6 color RGB value is (237,229,246).

  • red value is 237;
  • green value is 229;
  • blue value is 246.
RGB:
(237,229,246)
(93%,90%,96%)

RGB channels and saturation

R 237 of 255 = 93%
G 229 of 255 = 90%
B 246 of 255 = 96%

237
229
246

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

Portions of RGB colors in percentages

R + G + B =
237 + 229 + 246 = 712 (100%)
R 237 of 712 ~ 33.29%
G 229 of 712 ~ 32.16%
B 246 of 712 ~ 34.55%

%33.29
%32.16
%34.55

CMYK color model

#EDE5F6 color CMYK value is (4,7,0,4).

  • cyan value is 3.66%
  • magenta value is 6.91%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(4,7,0,4)
C4M7Y0K4 
(4%,7%,0%,4%)
(0.04/0.07/0.00/0.04)	

CMYK percentages

%3.66
%6.91
%0
%3.53

Codes

Color #EDE5F6 in popluar color models

EDE5F6
RGB237229246
HSL268°48.57%93.14%
HSB/HSV268°6.91%96.47%
CMYK3.66%6.91%0.00%
3.53%

Color #EDE5F6 in popluar number systems.

HEXEDE5F6
Decimal237229246
Binary111011011110010111110110
Octal355345366

Shades and tints

Shades of #EDE5F6

#EDE5F6
(237,229,246)
#D8D1E0
(216,209,224)
#C3BDCA
(195,189,202)
#AEA9B4
(174,169,180)
#99959E
(153,149,158)
#848188
(132,129,136)
#6F6D72
(111,109,114)
#5A595C
(90,89,92)
#454546
(69,69,70)
#303130
(48,49,48)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #EDE5F6

#EDE5F6
(237,229,246)
#EEE7F6
(238,231,246)
#EFE9F6
(239,233,246)
#F0EBF6
(240,235,246)
#F1EDF6
(241,237,246)
#F2EFF6
(242,239,246)
#F3F1F6
(243,241,246)
#F4F3F6
(244,243,246)
#F5F5F6
(245,245,246)
#F6F7F6
(246,247,246)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE5F6 color. Also use rgb(237,229,246) instead hex code.

Text Font Color

.myTextColor { color: #EDE5F6; }

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

This text font color is #EDE5F6.


Background Color

.myBgColor { background-color: #EDE5F6; }

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

This div background color is #EDE5F6.


Border color

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

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

This div border color is #EDE5F6.


Opacity

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

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

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

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

This text has shadow with #EDE5F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE5F6 on black background.


Color preview on white background

This text has color #EDE5F6 on white background.



Black color preview on #EDE5F6 background

This text has black color on #EDE5F6 background.


White color preview on #EDE5F6 background

This text has white color on #EDE5F6 background.