COLOR #E4EDFD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

228
237
253

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

Portions of RGB colors in percentages

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

%31.75
%33.01
%35.24

CMYK color model

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

  • cyan value is 9.88%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (10,6,0,1)
C10M6Y0K1 (10%, 6%, 0%, 1%)
(0.10 / 0.06 / 0.00 / 0.01)

CMYK percentages

%9.88
%6.32
%0
%0.78

Codes

Color #E4EDFD in popluar color models

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

Color #E4EDFD in popluar number systems.

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

Shades and tints

Shades of #E4EDFD

#E4EDFD
(228,237,253)
#D0D8E6
(208,216,230)
#BCC3CF
(188,195,207)
#A8AEB8
(168,174,184)
#9499A1
(148,153,161)
#80848A
(128,132,138)
#6C6F73
(108,111,115)
#585A5C
(88,90,92)
#444545
(68,69,69)
#30302E
(48,48,46)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #E4EDFD

#E4EDFD
(228,237,253)
#E6EEFD
(230,238,253)
#E8EFFD
(232,239,253)
#EAF0FD
(234,240,253)
#ECF1FD
(236,241,253)
#EEF2FD
(238,242,253)
#F0F3FD
(240,243,253)
#F2F4FD
(242,244,253)
#F4F5FD
(244,245,253)
#F6F6FD
(246,246,253)
#F8F7FD
(248,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EDFD; }

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

This text font color is #E4EDFD.

Background Color

.myBgColor { background-color: #E4EDFD; }

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

This div background color is #E4EDFD.

Border color

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

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

This div border color is #E4EDFD.

Opacity

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

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

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

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

This text has shadow with #E4EDFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4EDFD.

Preview

Color preview on black background

This text has color #E4EDFD on black background.


Color preview on white background

This text has color #E4EDFD on white background.


Black color preview on #E4EDFD background

This text has black color on #E4EDFD background.


White color preview on #E4EDFD background

This text has white color on #E4EDFD background.


Related colors

Complementary color

Complementary color for #hex is #1B1202.


I love getcolorcode.com

Triadic colors

1 #FDE4ED and #EDFDE4 with #E4EDFD are triadic colors.

2 #FDEDE4 and #EDE4FD with #E4EDFD are triadic colors.