COLOR #E4F0DD

HEX: #E4F0DD RGB: (228,240,221)

Color info

#E4F0DD contains red, green and blue colors in about the same proportion. Web safe color of #E4F0DD is #CCFFCC (or #CFC).

RGB color model

#E4F0DD color RGB value is (228,240,221).

RGB: (228,240,221) (89%, 94%, 87%)

RGB channels and saturation

R 228 of 255 = 89%
G 240 of 255 = 94%
B 221 of 255 = 87%

228
240
221

R + G + B ~ 90%. #E4F0DD is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 240 + 221 = 689 (100%)
R 228 of 689 ~ 33.09%
G 240 of 689 ~ 34.83%
B 221 of 689 ~ 32.08'%

%33.09
%34.83
%32.08

CMYK color model

#E4F0DD color CMYK value is (5,0,8,6).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 7.92%
  • key color value is 5.88%

CMYK: (5,0,8,6)
C5M0Y8K6 (5%, 0%, 8%, 6%)
(0.05 / 0.00 / 0.08 / 0.06)

CMYK percentages

%5
%0
%7.92
%5.88

Codes

Color #E4F0DD in popluar color models

E4 F0 DD
RGB 228 240 221
HSL 98° 38.78% 90.39%
HSB/HSV 98° 7.92% 94.12%
CMYK 5.00% 0.00% 7.92%
5.88%

Color #E4F0DD in popluar number systems.

HEX E4 F0 DD
Decimal 228 240 221
Binary 11100100 11110000 11011101
Octal 344 360 335

Shades and tints

Shades of #E4F0DD

#E4F0DD
(228,240,221)
#D0DBC9
(208,219,201)
#BCC6B5
(188,198,181)
#A8B1A1
(168,177,161)
#949C8D
(148,156,141)
#808779
(128,135,121)
#6C7265
(108,114,101)
#585D51
(88,93,81)
#44483D
(68,72,61)
#303329
(48,51,41)
#1C1E15
(28,30,21)
#000000
(0,0,0)

Tints of #E4F0DD

#E4F0DD
(228,240,221)
#E6F1E0
(230,241,224)
#E8F2E3
(232,242,227)
#EAF3E6
(234,243,230)
#ECF4E9
(236,244,233)
#EEF5EC
(238,245,236)
#F0F6EF
(240,246,239)
#F2F7F2
(242,247,242)
#F4F8F5
(244,248,245)
#F6F9F8
(246,249,248)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F0DD color. Also use rgb(228,240,221) instead hex code.

Text Font Color

.myTextColor { color: #E4F0DD; }

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

This text font color is #E4F0DD.

Background Color

.myBgColor { background-color: #E4F0DD; }

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

This div background color is #E4F0DD.

Border color

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

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

This div border color is #E4F0DD.

Opacity

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

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

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

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

This text has shadow with #E4F0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4F0DD.

Preview

Color preview on black background

This text has color #E4F0DD on black background.


Color preview on white background

This text has color #E4F0DD on white background.


Black color preview on #E4F0DD background

This text has black color on #E4F0DD background.


White color preview on #E4F0DD background

This text has white color on #E4F0DD background.


Related colors

Complementary color

Complementary color for #hex is #1B0F22.


I love getcolorcode.com

Triadic colors

1 #DDE4F0 and #F0DDE4 with #E4F0DD are triadic colors.

2 #DDF0E4 and #F0E4DD with #E4F0DD are triadic colors.