COLOR #E4FDED

HEX: #E4FDED RGB: (228,253,237)

Color info

#E4FDED contains red, green and blue colors in about the same proportion. Web safe color of #E4FDED is #CCFFFF (or #CFF).

RGB color model

#E4FDED color RGB value is (228,253,237).

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

RGB channels and saturation

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

228
253
237

R + G + B ~ 94%. #E4FDED is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 253 + 237 = 718 (100%)
R 228 of 718 ~ 31.75%
G 253 of 718 ~ 35.24%
B 237 of 718 ~ 33.01'%

%31.75
%35.24
%33.01

CMYK color model

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

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 0.78%
CMYK: (10,0,6,1) C10M0Y6K1 (10%,0%,6%,1%) (0.10/0.00/0.06/0.01) 

CMYK percentages

%9.88
%0
%6.32
%0.78

Codes

Color #E4FDED in popluar color models

E4 FD ED
RGB 228 253 237
HSL 142° 86.21% 94.31%
HSB/HSV 142° 9.88% 99.22%
CMYK 9.88% 0.00% 6.32%
0.78%

Color #E4FDED in popluar number systems.

HEX E4 FD ED
Decimal 228 253 237
Binary 11100100 11111101 11101101
Octal 344 375 355

Shades and tints

Shades of #E4FDED

#E4FDED
(228,253,237)
#D0E6D8
(208,230,216)
#BCCFC3
(188,207,195)
#A8B8AE
(168,184,174)
#94A199
(148,161,153)
#808A84
(128,138,132)
#6C736F
(108,115,111)
#585C5A
(88,92,90)
#444545
(68,69,69)
#302E30
(48,46,48)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #E4FDED

#E4FDED
(228,253,237)
#E6FDEE
(230,253,238)
#E8FDEF
(232,253,239)
#EAFDF0
(234,253,240)
#ECFDF1
(236,253,241)
#EEFDF2
(238,253,242)
#F0FDF3
(240,253,243)
#F2FDF4
(242,253,244)
#F4FDF5
(244,253,245)
#F6FDF6
(246,253,246)
#F8FDF7
(248,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FDED; }

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

This text font color is #E4FDED.

Background Color

.myBgColor { background-color: #E4FDED; }

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

This div background color is #E4FDED.

Border color

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

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

This div border color is #E4FDED.

Opacity

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

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

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

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

This text has shadow with #E4FDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FDED.

Preview

Color preview on black background

This text has color #E4FDED on black background.


Color preview on white background

This text has color #E4FDED on white background.


Black color preview on #E4FDED background

This text has black color on #E4FDED background.


White color preview on #E4FDED background

This text has white color on #E4FDED background.


Related colors

Complementary color

Complementary color for #hex is #1B0212.


I love getcolorcode.com

Triadic colors

1 #EDE4FD and #FDEDE4 with #E4FDED are triadic colors.

2 #EDFDE4 and #FDE4ED with #E4FDED are triadic colors.