COLOR #EDEEFA

HEX: #EDEEFA RGB: (237,238,250)

Color info

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

RGB color model

#EDEEFA color RGB value is (237,238,250).

RGB: (237,238,250) (93%, 93%, 98%)

RGB channels and saturation

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

237
238
250

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

Portions of RGB colors in percentages

R + G + B = 237 + 238 + 250 = 725 (100%)
R 237 of 725 ~ 32.69%
G 238 of 725 ~ 32.83%
B 250 of 725 ~ 34.48'%

%32.69
%32.83
%34.48

CMYK color model

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

  • cyan value is 5.20%
  • magenta value is 4.80%
  • 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
%4.8
%0
%1.96

Codes

Color #EDEEFA in popluar color models

ED EE FA
RGB 237 238 250
HSL 235° 56.52% 95.49%
HSB/HSV 235° 5.20% 98.04%
CMYK 5.20% 4.80% 0.00%
1.96%

Color #EDEEFA in popluar number systems.

HEX ED EE FA
Decimal 237 238 250
Binary 11101101 11101110 11111010
Octal 355 356 372

Shades and tints

Shades of #EDEEFA

#EDEEFA
(237,238,250)
#D8D9E4
(216,217,228)
#C3C4CE
(195,196,206)
#AEAFB8
(174,175,184)
#999AA2
(153,154,162)
#84858C
(132,133,140)
#6F7076
(111,112,118)
#5A5B60
(90,91,96)
#45464A
(69,70,74)
#303134
(48,49,52)
#1B1C1E
(27,28,30)
#000000
(0,0,0)

Tints of #EDEEFA

#EDEEFA
(237,238,250)
#EEEFFA
(238,239,250)
#EFF0FA
(239,240,250)
#F0F1FA
(240,241,250)
#F1F2FA
(241,242,250)
#F2F3FA
(242,243,250)
#F3F4FA
(243,244,250)
#F4F5FA
(244,245,250)
#F5F6FA
(245,246,250)
#F6F7FA
(246,247,250)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEEFA; }

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

This text font color is #EDEEFA.

Background Color

.myBgColor { background-color: #EDEEFA; }

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

This div background color is #EDEEFA.

Border color

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

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

This div border color is #EDEEFA.

Opacity

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

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

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

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

This text has shadow with #EDEEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEEFA.

Preview

Color preview on black background

This text has color #EDEEFA on black background.


Color preview on white background

This text has color #EDEEFA on white background.


Black color preview on #EDEEFA background

This text has black color on #EDEEFA background.


White color preview on #EDEEFA background

This text has white color on #EDEEFA background.


Related colors

Complementary color

Complementary color for #hex is #121105.


I love getcolorcode.com

Triadic colors

1 #FAEDEE and #EEFAED with #EDEEFA are triadic colors.

2 #FAEEED and #EEEDFA with #EDEEFA are triadic colors.