COLOR #E0EDFF

HEX: #E0EDFF RGB: (224,237,255)

Color info

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

RGB color model

#E0EDFF color RGB value is (224,237,255).

RGB: (224,237,255) (88%, 93%, 100%)

RGB channels and saturation

R 224 of 255 = 88%
G 237 of 255 = 93%
B 255 of 255 = 100%

224
237
255

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

Portions of RGB colors in percentages

R + G + B = 224 + 237 + 255 = 716 (100%)
R 224 of 716 ~ 31.28%
G 237 of 716 ~ 33.1%
B 255 of 716 ~ 35.61'%

%31.28
%33.1
%35.61

CMYK color model

#E0EDFF color CMYK value is (12,7,0,0).

  • cyan value is 12.16%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (12,7,0,0)
C12M7Y0K0 (12%, 7%, 0%, 0%)
(0.12 / 0.07 / 0.00 / 0.00)

CMYK percentages

%12.16
%7.06
%0
%0

Codes

Color #E0EDFF in popluar color models

E0 ED FF
RGB 224 237 255
HSL 215° 100.00% 93.92%
HSB/HSV 215° 12.16% 100.00%
CMYK 12.16% 7.06% 0.00%
0.00%

Color #E0EDFF in popluar number systems.

HEX E0 ED FF
Decimal 224 237 255
Binary 11100000 11101101 11111111
Octal 340 355 377

Shades and tints

Shades of #E0EDFF

#E0EDFF
(224,237,255)
#CCD8E8
(204,216,232)
#B8C3D1
(184,195,209)
#A4AEBA
(164,174,186)
#9099A3
(144,153,163)
#7C848C
(124,132,140)
#686F75
(104,111,117)
#545A5E
(84,90,94)
#404547
(64,69,71)
#2C3030
(44,48,48)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #E0EDFF

#E0EDFF
(224,237,255)
#E2EEFF
(226,238,255)
#E4EFFF
(228,239,255)
#E6F0FF
(230,240,255)
#E8F1FF
(232,241,255)
#EAF2FF
(234,242,255)
#ECF3FF
(236,243,255)
#EEF4FF
(238,244,255)
#F0F5FF
(240,245,255)
#F2F6FF
(242,246,255)
#F4F7FF
(244,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EDFF color. Also use rgb(224,237,255) instead hex code.

Text Font Color

.myTextColor { color: #E0EDFF; }

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

This text font color is #E0EDFF.

Background Color

.myBgColor { background-color: #E0EDFF; }

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

This div background color is #E0EDFF.

Border color

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

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

This div border color is #E0EDFF.

Opacity

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

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

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

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

This text has shadow with #E0EDFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EDFF.

Preview

Color preview on black background

This text has color #E0EDFF on black background.


Color preview on white background

This text has color #E0EDFF on white background.


Black color preview on #E0EDFF background

This text has black color on #E0EDFF background.


White color preview on #E0EDFF background

This text has white color on #E0EDFF background.


Related colors

Complementary color

Complementary color for #hex is #1F1200.


I love getcolorcode.com

Triadic colors

1 #FFE0ED and #EDFFE0 with #E0EDFF are triadic colors.

2 #FFEDE0 and #EDE0FF with #E0EDFF are triadic colors.