COLOR #EDEDFD

HEX: #EDEDFD RGB: (237,237,253)

Color info

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

RGB color model

#EDEDFD color RGB value is (237,237,253).

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

RGB channels and saturation

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

237
237
253

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

Portions of RGB colors in percentages

R + G + B = 237 + 237 + 253 = 727 (100%)
R 237 of 727 ~ 32.6%
G 237 of 727 ~ 32.6%
B 253 of 727 ~ 34.8'%

%32.6
%32.6
%34.8

CMYK color model

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

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

CMYK: (6,6,0,1)
C6M6Y0K1 (6%, 6%, 0%, 1%)
(0.06 / 0.06 / 0.00 / 0.01)

CMYK percentages

%6.32
%6.32
%0
%0.78

Codes

Color #EDEDFD in popluar color models

ED ED FD
RGB 237 237 253
HSL 240° 80.00% 96.08%
HSB/HSV 240° 6.32% 99.22%
CMYK 6.32% 6.32% 0.00%
0.78%

Color #EDEDFD in popluar number systems.

HEX ED ED FD
Decimal 237 237 253
Binary 11101101 11101101 11111101
Octal 355 355 375

Shades and tints

Shades of #EDEDFD

#EDEDFD
(237,237,253)
#D8D8E6
(216,216,230)
#C3C3CF
(195,195,207)
#AEAEB8
(174,174,184)
#9999A1
(153,153,161)
#84848A
(132,132,138)
#6F6F73
(111,111,115)
#5A5A5C
(90,90,92)
#454545
(69,69,69)
#30302E
(48,48,46)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #EDEDFD

#EDEDFD
(237,237,253)
#EEEEFD
(238,238,253)
#EFEFFD
(239,239,253)
#F0F0FD
(240,240,253)
#F1F1FD
(241,241,253)
#F2F2FD
(242,242,253)
#F3F3FD
(243,243,253)
#F4F4FD
(244,244,253)
#F5F5FD
(245,245,253)
#F6F6FD
(246,246,253)
#F7F7FD
(247,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDFD; }

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

This text font color is #EDEDFD.

Background Color

.myBgColor { background-color: #EDEDFD; }

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

This div background color is #EDEDFD.

Border color

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

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

This div border color is #EDEDFD.

Opacity

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

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

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

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

This text has shadow with #EDEDFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEDFD.

Preview

Color preview on black background

This text has color #EDEDFD on black background.


Color preview on white background

This text has color #EDEDFD on white background.


Black color preview on #EDEDFD background

This text has black color on #EDEDFD background.


White color preview on #EDEDFD background

This text has white color on #EDEDFD background.


Related colors

Complementary color

Complementary color for #hex is #121202.


I love getcolorcode.com