COLOR #E4FADD

HEX: #E4FADD RGB: (228,250,221)

Color info

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

RGB color model

#E4FADD color RGB value is (228,250,221).

RGB: (228,250,221) (89%, 98%, 87%)

RGB channels and saturation

R 228 of 255 = 89%
G 250 of 255 = 98%
B 221 of 255 = 87%

228
250
221

R + G + B ~ 91%. #E4FADD is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 250 + 221 = 699 (100%)
R 228 of 699 ~ 32.62%
G 250 of 699 ~ 35.77%
B 221 of 699 ~ 31.62'%

%32.62
%35.77
%31.62

CMYK color model

#E4FADD color CMYK value is (9,0,12,2).

  • cyan value is 8.80%
  • magenta value is 0.00%
  • yellow value is 11.60%
  • key color value is 1.96%

CMYK: (9,0,12,2)
C9M0Y12K2 (9%, 0%, 12%, 2%)
(0.09 / 0.00 / 0.12 / 0.02)

CMYK percentages

%8.8
%0
%11.6
%1.96

Codes

Color #E4FADD in popluar color models

E4 FA DD
RGB 228 250 221
HSL 106° 74.36% 92.35%
HSB/HSV 106° 11.60% 98.04%
CMYK 8.80% 0.00% 11.60%
1.96%

Color #E4FADD in popluar number systems.

HEX E4 FA DD
Decimal 228 250 221
Binary 11100100 11111010 11011101
Octal 344 372 335

Shades and tints

Shades of #E4FADD

#E4FADD
(228,250,221)
#D0E4C9
(208,228,201)
#BCCEB5
(188,206,181)
#A8B8A1
(168,184,161)
#94A28D
(148,162,141)
#808C79
(128,140,121)
#6C7665
(108,118,101)
#586051
(88,96,81)
#444A3D
(68,74,61)
#303429
(48,52,41)
#1C1E15
(28,30,21)
#000000
(0,0,0)

Tints of #E4FADD

#E4FADD
(228,250,221)
#E6FAE0
(230,250,224)
#E8FAE3
(232,250,227)
#EAFAE6
(234,250,230)
#ECFAE9
(236,250,233)
#EEFAEC
(238,250,236)
#F0FAEF
(240,250,239)
#F2FAF2
(242,250,242)
#F4FAF5
(244,250,245)
#F6FAF8
(246,250,248)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FADD; }

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

This text font color is #E4FADD.

Background Color

.myBgColor { background-color: #E4FADD; }

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

This div background color is #E4FADD.

Border color

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

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

This div border color is #E4FADD.

Opacity

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

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

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

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

This text has shadow with #E4FADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FADD.

Preview

Color preview on black background

This text has color #E4FADD on black background.


Color preview on white background

This text has color #E4FADD on white background.


Black color preview on #E4FADD background

This text has black color on #E4FADD background.


White color preview on #E4FADD background

This text has white color on #E4FADD background.


Related colors

Complementary color

Complementary color for #hex is #1B0522.


I love getcolorcode.com

Triadic colors

1 #DDE4FA and #FADDE4 with #E4FADD are triadic colors.

2 #DDFAE4 and #FAE4DD with #E4FADD are triadic colors.