COLOR #EDEDFF

HEX: #EDEDFF
RGB: (237,237,255)

Color info

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

RGB color model

#EDEDFF color RGB value is (237,237,255).

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

RGB channels and saturation

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

237
237
255

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

Portions of RGB colors in percentages

R + G + B =
237 + 237 + 255 = 729 (100%)
R 237 of 729 ~ 32.51%
G 237 of 729 ~ 32.51%
B 255 of 729 ~ 34.98%

%32.51
%32.51
%34.98

CMYK color model

#EDEDFF color CMYK value is (7,7,0,0).

  • cyan value is 7.06%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(7,7,0,0)
C7M7Y0K0 
(7%,7%,0%,0%)
(0.07/0.07/0.00/0.00)	

CMYK percentages

%7.06
%7.06
%0
%0

Codes

Color #EDEDFF in popluar color models

EDEDFF
RGB237237255
HSL240°100.00%96.47%
HSB/HSV240°7.06%100.00%
CMYK7.06%7.06%0.00%
0.00%

Color #EDEDFF in popluar number systems.

HEXEDEDFF
Decimal237237255
Binary111011011110110111111111
Octal355355377

Shades and tints

Shades of #EDEDFF

#EDEDFF
(237,237,255)
#D8D8E8
(216,216,232)
#C3C3D1
(195,195,209)
#AEAEBA
(174,174,186)
#9999A3
(153,153,163)
#84848C
(132,132,140)
#6F6F75
(111,111,117)
#5A5A5E
(90,90,94)
#454547
(69,69,71)
#303030
(48,48,48)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #EDEDFF

#EDEDFF
(237,237,255)
#EEEEFF
(238,238,255)
#EFEFFF
(239,239,255)
#F0F0FF
(240,240,255)
#F1F1FF
(241,241,255)
#F2F2FF
(242,242,255)
#F3F3FF
(243,243,255)
#F4F4FF
(244,244,255)
#F5F5FF
(245,245,255)
#F6F6FF
(246,246,255)
#F7F7FF
(247,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDFF; }

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

This text font color is #EDEDFF.


Background Color

.myBgColor { background-color: #EDEDFF; }

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

This div background color is #EDEDFF.


Border color

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

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

This div border color is #EDEDFF.


Opacity

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

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

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

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

This text has shadow with #EDEDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDFF on black background.


Color preview on white background

This text has color #EDEDFF on white background.



Black color preview on #EDEDFF background

This text has black color on #EDEDFF background.


White color preview on #EDEDFF background

This text has white color on #EDEDFF background.