COLOR #ECFEED

HEX: #ECFEED RGB: (236,254,237)

Color info

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

RGB color model

#ECFEED color RGB value is (236,254,237).

RGB: (236,254,237) (93%, 100%, 93%)

RGB channels and saturation

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

236
254
237

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

Portions of RGB colors in percentages

R + G + B = 236 + 254 + 237 = 727 (100%)
R 236 of 727 ~ 32.46%
G 254 of 727 ~ 34.94%
B 237 of 727 ~ 32.6'%

%32.46
%34.94
%32.6

CMYK color model

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

  • cyan value is 7.09%
  • magenta value is 0.00%
  • yellow value is 6.69%
  • key color value is 0.39%

CMYK: (7,0,7,0)
C7M0Y7K0 (7%, 0%, 7%, 0%)
(0.07 / 0.00 / 0.07 / 0.00)

CMYK percentages

%7.09
%0
%6.69
%0.39

Codes

Color #ECFEED in popluar color models

EC FE ED
RGB 236 254 237
HSL 123° 90.00% 96.08%
HSB/HSV 123° 7.09% 99.61%
CMYK 7.09% 0.00% 6.69%
0.39%

Color #ECFEED in popluar number systems.

HEX EC FE ED
Decimal 236 254 237
Binary 11101100 11111110 11101101
Octal 354 376 355

Shades and tints

Shades of #ECFEED

#ECFEED
(236,254,237)
#D7E7D8
(215,231,216)
#C2D0C3
(194,208,195)
#ADB9AE
(173,185,174)
#98A299
(152,162,153)
#838B84
(131,139,132)
#6E746F
(110,116,111)
#595D5A
(89,93,90)
#444645
(68,70,69)
#2F2F30
(47,47,48)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #ECFEED

#ECFEED
(236,254,237)
#EDFEEE
(237,254,238)
#EEFEEF
(238,254,239)
#EFFEF0
(239,254,240)
#F0FEF1
(240,254,241)
#F1FEF2
(241,254,242)
#F2FEF3
(242,254,243)
#F3FEF4
(243,254,244)
#F4FEF5
(244,254,245)
#F5FEF6
(245,254,246)
#F6FEF7
(246,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFEED; }

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

This text font color is #ECFEED.

Background Color

.myBgColor { background-color: #ECFEED; }

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

This div background color is #ECFEED.

Border color

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

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

This div border color is #ECFEED.

Opacity

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

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

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

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

This text has shadow with #ECFEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFEED.

Preview

Color preview on black background

This text has color #ECFEED on black background.


Color preview on white background

This text has color #ECFEED on white background.


Black color preview on #ECFEED background

This text has black color on #ECFEED background.


White color preview on #ECFEED background

This text has white color on #ECFEED background.


Related colors

Complementary color

Complementary color for #hex is #130112.


I love getcolorcode.com

Triadic colors

1 #EDECFE and #FEEDEC with #ECFEED are triadic colors.

2 #EDFEEC and #FEECED with #ECFEED are triadic colors.