COLOR #EDE6FD

HEX: #EDE6FD RGB: (237,230,253)

Color info

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

RGB color model

#EDE6FD color RGB value is (237,230,253).

RGB: (237,230,253) (93%, 90%, 99%)

RGB channels and saturation

R 237 of 255 = 93%
G 230 of 255 = 90%
B 253 of 255 = 99%

237
230
253

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

Portions of RGB colors in percentages

R + G + B = 237 + 230 + 253 = 720 (100%)
R 237 of 720 ~ 32.92%
G 230 of 720 ~ 31.94%
B 253 of 720 ~ 35.14'%

%32.92
%31.94
%35.14

CMYK color model

#EDE6FD color CMYK value is (6,9,0,1).

  • cyan value is 6.32%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (6,9,0,1)
C6M9Y0K1 (6%, 9%, 0%, 1%)
(0.06 / 0.09 / 0.00 / 0.01)

CMYK percentages

%6.32
%9.09
%0
%0.78

Codes

Color #EDE6FD in popluar color models

ED E6 FD
RGB 237 230 253
HSL 258° 85.19% 94.71%
HSB/HSV 258° 9.09% 99.22%
CMYK 6.32% 9.09% 0.00%
0.78%

Color #EDE6FD in popluar number systems.

HEX ED E6 FD
Decimal 237 230 253
Binary 11101101 11100110 11111101
Octal 355 346 375

Shades and tints

Shades of #EDE6FD

#EDE6FD
(237,230,253)
#D8D2E6
(216,210,230)
#C3BECF
(195,190,207)
#AEAAB8
(174,170,184)
#9996A1
(153,150,161)
#84828A
(132,130,138)
#6F6E73
(111,110,115)
#5A5A5C
(90,90,92)
#454645
(69,70,69)
#30322E
(48,50,46)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #EDE6FD

#EDE6FD
(237,230,253)
#EEE8FD
(238,232,253)
#EFEAFD
(239,234,253)
#F0ECFD
(240,236,253)
#F1EEFD
(241,238,253)
#F2F0FD
(242,240,253)
#F3F2FD
(243,242,253)
#F4F4FD
(244,244,253)
#F5F6FD
(245,246,253)
#F6F8FD
(246,248,253)
#F7FAFD
(247,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE6FD; }

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

This text font color is #EDE6FD.

Background Color

.myBgColor { background-color: #EDE6FD; }

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

This div background color is #EDE6FD.

Border color

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

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

This div border color is #EDE6FD.

Opacity

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

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

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

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

This text has shadow with #EDE6FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE6FD.

Preview

Color preview on black background

This text has color #EDE6FD on black background.


Color preview on white background

This text has color #EDE6FD on white background.


Black color preview on #EDE6FD background

This text has black color on #EDE6FD background.


White color preview on #EDE6FD background

This text has white color on #EDE6FD background.


Related colors

Complementary color

Complementary color for #hex is #121902.


I love getcolorcode.com

Triadic colors

1 #FDEDE6 and #E6FDED with #EDE6FD are triadic colors.

2 #FDE6ED and #E6EDFD with #EDE6FD are triadic colors.