COLOR #EDE9FF

HEX: #EDE9FF RGB: (237,233,255)

Color info

#EDE9FF contains red, green and blue colors in about the same proportion. Web safe color of #EDE9FF is #FFFFFF (or #FFF).

RGB color model

#EDE9FF color RGB value is (237,233,255).

RGB: (237,233,255) (93%, 91%, 100%)

RGB channels and saturation

R 237 of 255 = 93%
G 233 of 255 = 91%
B 255 of 255 = 100%

237
233
255

R + G + B ~ 95%. #EDE9FF is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 233 + 255 = 725 (100%)
R 237 of 725 ~ 32.69%
G 233 of 725 ~ 32.14%
B 255 of 725 ~ 35.17'%

%32.69
%32.14
%35.17

CMYK color model

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

  • cyan value is 7.06%
  • magenta value is 8.63%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (7,9,0,0)
C7M9Y0K0 (7%, 9%, 0%, 0%)
(0.07 / 0.09 / 0.00 / 0.00)

CMYK percentages

%7.06
%8.63
%0
%0

Codes

Color #EDE9FF in popluar color models

ED E9 FF
RGB 237 233 255
HSL 251° 100.00% 95.69%
HSB/HSV 251° 8.63% 100.00%
CMYK 7.06% 8.63% 0.00%
0.00%

Color #EDE9FF in popluar number systems.

HEX ED E9 FF
Decimal 237 233 255
Binary 11101101 11101001 11111111
Octal 355 351 377

Shades and tints

Shades of #EDE9FF

#EDE9FF
(237,233,255)
#D8D4E8
(216,212,232)
#C3BFD1
(195,191,209)
#AEAABA
(174,170,186)
#9995A3
(153,149,163)
#84808C
(132,128,140)
#6F6B75
(111,107,117)
#5A565E
(90,86,94)
#454147
(69,65,71)
#302C30
(48,44,48)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #EDE9FF

#EDE9FF
(237,233,255)
#EEEBFF
(238,235,255)
#EFEDFF
(239,237,255)
#F0EFFF
(240,239,255)
#F1F1FF
(241,241,255)
#F2F3FF
(242,243,255)
#F3F5FF
(243,245,255)
#F4F7FF
(244,247,255)
#F5F9FF
(245,249,255)
#F6FBFF
(246,251,255)
#F7FDFF
(247,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE9FF color. Also use rgb(237,233,255) instead hex code.

Text Font Color

.myTextColor { color: #EDE9FF; }

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

This text font color is #EDE9FF.

Background Color

.myBgColor { background-color: #EDE9FF; }

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

This div background color is #EDE9FF.

Border color

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

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

This div border color is #EDE9FF.

Opacity

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

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

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

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

This text has shadow with #EDE9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE9FF.

Preview

Color preview on black background

This text has color #EDE9FF on black background.


Color preview on white background

This text has color #EDE9FF on white background.


Black color preview on #EDE9FF background

This text has black color on #EDE9FF background.


White color preview on #EDE9FF background

This text has white color on #EDE9FF background.


Related colors

Complementary color

Complementary color for #hex is #121600.


I love getcolorcode.com

Triadic colors

1 #FFEDE9 and #E9FFED with #EDE9FF are triadic colors.

2 #FFE9ED and #E9EDFF with #EDE9FF are triadic colors.