COLOR #EDECFA

HEX: #EDECFA RGB: (237,236,250)

Color info

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

RGB color model

#EDECFA color RGB value is (237,236,250).

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

RGB channels and saturation

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

237
236
250

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

Portions of RGB colors in percentages

R + G + B = 237 + 236 + 250 = 723 (100%)
R 237 of 723 ~ 32.78%
G 236 of 723 ~ 32.64%
B 250 of 723 ~ 34.58'%

%32.78
%32.64
%34.58

CMYK color model

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

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

CMYK percentages

%5.2
%5.6
%0
%1.96

Codes

Color #EDECFA in popluar color models

ED EC FA
RGB 237 236 250
HSL 244° 58.33% 95.29%
HSB/HSV 244° 5.60% 98.04%
CMYK 5.20% 5.60% 0.00%
1.96%

Color #EDECFA in popluar number systems.

HEX ED EC FA
Decimal 237 236 250
Binary 11101101 11101100 11111010
Octal 355 354 372

Shades and tints

Shades of #EDECFA

#EDECFA
(237,236,250)
#D8D7E4
(216,215,228)
#C3C2CE
(195,194,206)
#AEADB8
(174,173,184)
#9998A2
(153,152,162)
#84838C
(132,131,140)
#6F6E76
(111,110,118)
#5A5960
(90,89,96)
#45444A
(69,68,74)
#302F34
(48,47,52)
#1B1A1E
(27,26,30)
#000000
(0,0,0)

Tints of #EDECFA

#EDECFA
(237,236,250)
#EEEDFA
(238,237,250)
#EFEEFA
(239,238,250)
#F0EFFA
(240,239,250)
#F1F0FA
(241,240,250)
#F2F1FA
(242,241,250)
#F3F2FA
(243,242,250)
#F4F3FA
(244,243,250)
#F5F4FA
(245,244,250)
#F6F5FA
(246,245,250)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECFA; }

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

This text font color is #EDECFA.

Background Color

.myBgColor { background-color: #EDECFA; }

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

This div background color is #EDECFA.

Border color

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

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

This div border color is #EDECFA.

Opacity

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

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

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

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

This text has shadow with #EDECFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDECFA.

Preview

Color preview on black background

This text has color #EDECFA on black background.


Color preview on white background

This text has color #EDECFA on white background.


Black color preview on #EDECFA background

This text has black color on #EDECFA background.


White color preview on #EDECFA background

This text has white color on #EDECFA background.


Related colors

Complementary color

Complementary color for #hex is #121305.


I love getcolorcode.com

Triadic colors

1 #FAEDEC and #ECFAED with #EDECFA are triadic colors.

2 #FAECED and #ECEDFA with #EDECFA are triadic colors.