COLOR #EDE6F6

HEX: #EDE6F6 RGB: (237,230,246)

Color info

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

RGB color model

#EDE6F6 color RGB value is (237,230,246).

RGB: (237,230,246) (93%, 90%, 96%)

RGB channels and saturation

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

237
230
246

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

Portions of RGB colors in percentages

R + G + B = 237 + 230 + 246 = 713 (100%)
R 237 of 713 ~ 33.24%
G 230 of 713 ~ 32.26%
B 246 of 713 ~ 34.5'%

%33.24
%32.26
%34.5

CMYK color model

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

  • cyan value is 3.66%
  • magenta value is 6.50%
  • 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.5
%0
%3.53

Codes

Color #EDE6F6 in popluar color models

ED E6 F6
RGB 237 230 246
HSL 266° 47.06% 93.33%
HSB/HSV 266° 6.50% 96.47%
CMYK 3.66% 6.50% 0.00%
3.53%

Color #EDE6F6 in popluar number systems.

HEX ED E6 F6
Decimal 237 230 246
Binary 11101101 11100110 11110110
Octal 355 346 366

Shades and tints

Shades of #EDE6F6

#EDE6F6
(237,230,246)
#D8D2E0
(216,210,224)
#C3BECA
(195,190,202)
#AEAAB4
(174,170,180)
#99969E
(153,150,158)
#848288
(132,130,136)
#6F6E72
(111,110,114)
#5A5A5C
(90,90,92)
#454646
(69,70,70)
#303230
(48,50,48)
#1B1E1A
(27,30,26)
#000000
(0,0,0)

Tints of #EDE6F6

#EDE6F6
(237,230,246)
#EEE8F6
(238,232,246)
#EFEAF6
(239,234,246)
#F0ECF6
(240,236,246)
#F1EEF6
(241,238,246)
#F2F0F6
(242,240,246)
#F3F2F6
(243,242,246)
#F4F4F6
(244,244,246)
#F5F6F6
(245,246,246)
#F6F8F6
(246,248,246)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE6F6; }

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

This text font color is #EDE6F6.

Background Color

.myBgColor { background-color: #EDE6F6; }

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

This div background color is #EDE6F6.

Border color

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

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

This div border color is #EDE6F6.

Opacity

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

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

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

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

This text has shadow with #EDE6F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE6F6.

Preview

Color preview on black background

This text has color #EDE6F6 on black background.


Color preview on white background

This text has color #EDE6F6 on white background.


Black color preview on #EDE6F6 background

This text has black color on #EDE6F6 background.


White color preview on #EDE6F6 background

This text has white color on #EDE6F6 background.


Related colors

Complementary color

Complementary color for #hex is #121909.


I love getcolorcode.com

Triadic colors

1 #F6EDE6 and #E6F6ED with #EDE6F6 are triadic colors.

2 #F6E6ED and #E6EDF6 with #EDE6F6 are triadic colors.