COLOR #E1F0DD

HEX: #E1F0DD RGB: (225,240,221)

Color info

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

RGB color model

#E1F0DD color RGB value is (225,240,221).

RGB: (225,240,221) (88%, 94%, 87%)

RGB channels and saturation

R 225 of 255 = 88%
G 240 of 255 = 94%
B 221 of 255 = 87%

225
240
221

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

Portions of RGB colors in percentages

R + G + B = 225 + 240 + 221 = 686 (100%)
R 225 of 686 ~ 32.8%
G 240 of 686 ~ 34.99%
B 221 of 686 ~ 32.22'%

%32.8
%34.99
%32.22

CMYK color model

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

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

CMYK: (6,0,8,6)
C6M0Y8K6 (6%, 0%, 8%, 6%)
(0.06 / 0.00 / 0.08 / 0.06)

CMYK percentages

%6.25
%0
%7.92
%5.88

Codes

Color #E1F0DD in popluar color models

E1 F0 DD
RGB 225 240 221
HSL 107° 38.78% 90.39%
HSB/HSV 107° 7.92% 94.12%
CMYK 6.25% 0.00% 7.92%
5.88%

Color #E1F0DD in popluar number systems.

HEX E1 F0 DD
Decimal 225 240 221
Binary 11100001 11110000 11011101
Octal 341 360 335

Shades and tints

Shades of #E1F0DD

#E1F0DD
(225,240,221)
#CDDBC9
(205,219,201)
#B9C6B5
(185,198,181)
#A5B1A1
(165,177,161)
#919C8D
(145,156,141)
#7D8779
(125,135,121)
#697265
(105,114,101)
#555D51
(85,93,81)
#41483D
(65,72,61)
#2D3329
(45,51,41)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #E1F0DD

#E1F0DD
(225,240,221)
#E3F1E0
(227,241,224)
#E5F2E3
(229,242,227)
#E7F3E6
(231,243,230)
#E9F4E9
(233,244,233)
#EBF5EC
(235,245,236)
#EDF6EF
(237,246,239)
#EFF7F2
(239,247,242)
#F1F8F5
(241,248,245)
#F3F9F8
(243,249,248)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F0DD; }

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

This text font color is #E1F0DD.

Background Color

.myBgColor { background-color: #E1F0DD; }

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

This div background color is #E1F0DD.

Border color

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

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

This div border color is #E1F0DD.

Opacity

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

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

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

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

This text has shadow with #E1F0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1F0DD.

Preview

Color preview on black background

This text has color #E1F0DD on black background.


Color preview on white background

This text has color #E1F0DD on white background.


Black color preview on #E1F0DD background

This text has black color on #E1F0DD background.


White color preview on #E1F0DD background

This text has white color on #E1F0DD background.


Related colors

Complementary color

Complementary color for #hex is #1E0F22.


I love getcolorcode.com

Triadic colors

1 #DDE1F0 and #F0DDE1 with #E1F0DD are triadic colors.

2 #DDF0E1 and #F0E1DD with #E1F0DD are triadic colors.