COLOR #E0FAED

HEX: #E0FAED RGB: (224,250,237)

Color info

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

RGB color model

#E0FAED color RGB value is (224,250,237).

RGB: (224,250,237) (88%, 98%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 250 of 255 = 98%
B 237 of 255 = 93%

224
250
237

R + G + B ~ 93%. #E0FAED is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 250 + 237 = 711 (100%)
R 224 of 711 ~ 31.5%
G 250 of 711 ~ 35.16%
B 237 of 711 ~ 33.33'%

%31.5
%35.16
%33.33

CMYK color model

#E0FAED color CMYK value is (10,0,5,2).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 5.20%
  • key color value is 1.96%

CMYK: (10,0,5,2)
C10M0Y5K2 (10%, 0%, 5%, 2%)
(0.10 / 0.00 / 0.05 / 0.02)

CMYK percentages

%10.4
%0
%5.2
%1.96

Codes

Color #E0FAED in popluar color models

E0 FA ED
RGB 224 250 237
HSL 150° 72.22% 92.94%
HSB/HSV 150° 10.40% 98.04%
CMYK 10.40% 0.00% 5.20%
1.96%

Color #E0FAED in popluar number systems.

HEX E0 FA ED
Decimal 224 250 237
Binary 11100000 11111010 11101101
Octal 340 372 355

Shades and tints

Shades of #E0FAED

#E0FAED
(224,250,237)
#CCE4D8
(204,228,216)
#B8CEC3
(184,206,195)
#A4B8AE
(164,184,174)
#90A299
(144,162,153)
#7C8C84
(124,140,132)
#68766F
(104,118,111)
#54605A
(84,96,90)
#404A45
(64,74,69)
#2C3430
(44,52,48)
#181E1B
(24,30,27)
#000000
(0,0,0)

Tints of #E0FAED

#E0FAED
(224,250,237)
#E2FAEE
(226,250,238)
#E4FAEF
(228,250,239)
#E6FAF0
(230,250,240)
#E8FAF1
(232,250,241)
#EAFAF2
(234,250,242)
#ECFAF3
(236,250,243)
#EEFAF4
(238,250,244)
#F0FAF5
(240,250,245)
#F2FAF6
(242,250,246)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FAED; }

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

This text font color is #E0FAED.

Background Color

.myBgColor { background-color: #E0FAED; }

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

This div background color is #E0FAED.

Border color

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

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

This div border color is #E0FAED.

Opacity

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

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

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

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

This text has shadow with #E0FAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0FAED.

Preview

Color preview on black background

This text has color #E0FAED on black background.


Color preview on white background

This text has color #E0FAED on white background.


Black color preview on #E0FAED background

This text has black color on #E0FAED background.


White color preview on #E0FAED background

This text has white color on #E0FAED background.


Related colors

Complementary color

Complementary color for #hex is #1F0512.


I love getcolorcode.com

Triadic colors

1 #EDE0FA and #FAEDE0 with #E0FAED are triadic colors.

2 #EDFAE0 and #FAE0ED with #E0FAED are triadic colors.