COLOR #EDEDFA

HEX: #EDEDFA
RGB: (237,237,250)

Color info

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

RGB color model

#EDEDFA color RGB value is (237,237,250).

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

RGB channels and saturation

R 237 of 255 = 93%
G 237 of 255 = 93%
B 250 of 255 = 98%

237
237
250

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

Portions of RGB colors in percentages

R + G + B =
237 + 237 + 250 = 724 (100%)
R 237 of 724 ~ 32.73%
G 237 of 724 ~ 32.73%
B 250 of 724 ~ 34.53%

%32.73
%32.73
%34.53

CMYK color model

#EDEDFA color CMYK value is (5,5,0,2).

  • cyan value is 5.20%
  • magenta value is 5.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(5,5,0,2)
C5M5Y0K2 
(5%,5%,0%,2%)
(0.05/0.05/0.00/0.02)	

CMYK percentages

%5.2
%5.2
%0
%1.96

Codes

Color #EDEDFA in popluar color models

EDEDFA
RGB237237250
HSL240°56.52%95.49%
HSB/HSV240°5.20%98.04%
CMYK5.20%5.20%0.00%
1.96%

Color #EDEDFA in popluar number systems.

HEXEDEDFA
Decimal237237250
Binary111011011110110111111010
Octal355355372

Shades and tints

Shades of #EDEDFA

#EDEDFA
(237,237,250)
#D8D8E4
(216,216,228)
#C3C3CE
(195,195,206)
#AEAEB8
(174,174,184)
#9999A2
(153,153,162)
#84848C
(132,132,140)
#6F6F76
(111,111,118)
#5A5A60
(90,90,96)
#45454A
(69,69,74)
#303034
(48,48,52)
#1B1B1E
(27,27,30)
#000000
(0,0,0)

Tints of #EDEDFA

#EDEDFA
(237,237,250)
#EEEEFA
(238,238,250)
#EFEFFA
(239,239,250)
#F0F0FA
(240,240,250)
#F1F1FA
(241,241,250)
#F2F2FA
(242,242,250)
#F3F3FA
(243,243,250)
#F4F4FA
(244,244,250)
#F5F5FA
(245,245,250)
#F6F6FA
(246,246,250)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDFA; }

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

This text font color is #EDEDFA.


Background Color

.myBgColor { background-color: #EDEDFA; }

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

This div background color is #EDEDFA.


Border color

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

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

This div border color is #EDEDFA.


Opacity

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

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

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

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

This text has shadow with #EDEDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDFA on black background.


Color preview on white background

This text has color #EDEDFA on white background.



Black color preview on #EDEDFA background

This text has black color on #EDEDFA background.


White color preview on #EDEDFA background

This text has white color on #EDEDFA background.