COLOR #E1FDEE

HEX: #E1FDEE RGB: (225,253,238)

Color info

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

RGB color model

#E1FDEE color RGB value is (225,253,238).

RGB: (225,253,238) (88%, 99%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 253 of 255 = 99%
B 238 of 255 = 93%

225
253
238

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

Portions of RGB colors in percentages

R + G + B = 225 + 253 + 238 = 716 (100%)
R 225 of 716 ~ 31.42%
G 253 of 716 ~ 35.34%
B 238 of 716 ~ 33.24'%

%31.42
%35.34
%33.24

CMYK color model

#E1FDEE color CMYK value is (11,0,6,1).

  • cyan value is 11.07%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 0.78%

CMYK: (11,0,6,1)
C11M0Y6K1 (11%, 0%, 6%, 1%)
(0.11 / 0.00 / 0.06 / 0.01)

CMYK percentages

%11.07
%0
%5.93
%0.78

Codes

Color #E1FDEE in popluar color models

E1 FD EE
RGB 225 253 238
HSL 148° 87.50% 93.73%
HSB/HSV 148° 11.07% 99.22%
CMYK 11.07% 0.00% 5.93%
0.78%

Color #E1FDEE in popluar number systems.

HEX E1 FD EE
Decimal 225 253 238
Binary 11100001 11111101 11101110
Octal 341 375 356

Shades and tints

Shades of #E1FDEE

#E1FDEE
(225,253,238)
#CDE6D9
(205,230,217)
#B9CFC4
(185,207,196)
#A5B8AF
(165,184,175)
#91A19A
(145,161,154)
#7D8A85
(125,138,133)
#697370
(105,115,112)
#555C5B
(85,92,91)
#414546
(65,69,70)
#2D2E31
(45,46,49)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #E1FDEE

#E1FDEE
(225,253,238)
#E3FDEF
(227,253,239)
#E5FDF0
(229,253,240)
#E7FDF1
(231,253,241)
#E9FDF2
(233,253,242)
#EBFDF3
(235,253,243)
#EDFDF4
(237,253,244)
#EFFDF5
(239,253,245)
#F1FDF6
(241,253,246)
#F3FDF7
(243,253,247)
#F5FDF8
(245,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1FDEE color. Also use rgb(225,253,238) instead hex code.

Text Font Color

.myTextColor { color: #E1FDEE; }

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

This text font color is #E1FDEE.

Background Color

.myBgColor { background-color: #E1FDEE; }

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

This div background color is #E1FDEE.

Border color

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

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

This div border color is #E1FDEE.

Opacity

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

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

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

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

This text has shadow with #E1FDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1FDEE.

Preview

Color preview on black background

This text has color #E1FDEE on black background.


Color preview on white background

This text has color #E1FDEE on white background.


Black color preview on #E1FDEE background

This text has black color on #E1FDEE background.


White color preview on #E1FDEE background

This text has white color on #E1FDEE background.


Related colors

Complementary color

Complementary color for #hex is #1E0211.


I love getcolorcode.com

Triadic colors

1 #EEE1FD and #FDEEE1 with #E1FDEE are triadic colors.

2 #EEFDE1 and #FDE1EE with #E1FDEE are triadic colors.