COLOR #EDFCEE

HEX: #EDFCEE RGB: (237,252,238)

Color info

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

RGB color model

#EDFCEE color RGB value is (237,252,238).

RGB: (237,252,238) (93%, 99%, 93%)

RGB channels and saturation

R 237 of 255 = 93%
G 252 of 255 = 99%
B 238 of 255 = 93%

237
252
238

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

Portions of RGB colors in percentages

R + G + B = 237 + 252 + 238 = 727 (100%)
R 237 of 727 ~ 32.6%
G 252 of 727 ~ 34.66%
B 238 of 727 ~ 32.74'%

%32.6
%34.66
%32.74

CMYK color model

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

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 1.18%
CMYK: (6,0,6,1) C6M0Y6K1 (6%,0%,6%,1%) (0.06/0.00/0.06/0.01) 

CMYK percentages

%5.95
%0
%5.56
%1.18

Codes

Color #EDFCEE in popluar color models

ED FC EE
RGB 237 252 238
HSL 124° 71.43% 95.88%
HSB/HSV 124° 5.95% 98.82%
CMYK 5.95% 0.00% 5.56%
1.18%

Color #EDFCEE in popluar number systems.

HEX ED FC EE
Decimal 237 252 238
Binary 11101101 11111100 11101110
Octal 355 374 356

Shades and tints

Shades of #EDFCEE

#EDFCEE
(237,252,238)
#D8E6D9
(216,230,217)
#C3D0C4
(195,208,196)
#AEBAAF
(174,186,175)
#99A49A
(153,164,154)
#848E85
(132,142,133)
#6F7870
(111,120,112)
#5A625B
(90,98,91)
#454C46
(69,76,70)
#303631
(48,54,49)
#1B201C
(27,32,28)
#000000
(0,0,0)

Tints of #EDFCEE

#EDFCEE
(237,252,238)
#EEFCEF
(238,252,239)
#EFFCF0
(239,252,240)
#F0FCF1
(240,252,241)
#F1FCF2
(241,252,242)
#F2FCF3
(242,252,243)
#F3FCF4
(243,252,244)
#F4FCF5
(244,252,245)
#F5FCF6
(245,252,246)
#F6FCF7
(246,252,247)
#F7FCF8
(247,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFCEE; }

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

This text font color is #EDFCEE.

Background Color

.myBgColor { background-color: #EDFCEE; }

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

This div background color is #EDFCEE.

Border color

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

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

This div border color is #EDFCEE.

Opacity

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

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

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

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

This text has shadow with #EDFCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFCEE.

Preview

Color preview on black background

This text has color #EDFCEE on black background.


Color preview on white background

This text has color #EDFCEE on white background.


Black color preview on #EDFCEE background

This text has black color on #EDFCEE background.


White color preview on #EDFCEE background

This text has white color on #EDFCEE background.


Related colors

Complementary color

Complementary color for #hex is #120311.


I love getcolorcode.com

Triadic colors

1 #EEEDFC and #FCEEED with #EDFCEE are triadic colors.

2 #EEFCED and #FCEDEE with #EDFCEE are triadic colors.