HEX: #E5FDDD
RGB: (229,253,221)
#E5FDDD contains red, green and blue colors in about the same proportion. Web safe color of #E5FDDD is #CCFFCC (or #CFC).
#E5FDDD color RGB value is (229,253,221).
RGB: (229,253,221)
(90%, 99%, 87%)
R 229 of 255 = 90%
G 253 of 255 = 99%
B 221 of 255 = 87%
R + G + B ~ 92%. #E5FDDD is light color.
R + G + B = 229 + 253 + 221 = 703 (100%)
R 229 of 703 ~ 32.57%
G 253 of 703 ~ 35.99%
B 221 of 703 ~ 31.44'%
#E5FDDD color CMYK value is (9,0,13,1).
CMYK: (9,0,13,1) C9M0Y13K1 (9%,0%,13%,1%) (0.09/0.00/0.13/0.01)
Color #E5FDDD in popluar color models
E5 | FD | DD | |
---|---|---|---|
RGB | 229 | 253 | 221 |
HSL | 105° | 88.89% | 92.94% |
HSB/HSV | 105° | 12.65% | 99.22% |
CMYK | 9.49% | 0.00% | 12.65% |
0.78% |
Color #E5FDDD in popluar number systems.
HEX | E5 | FD | DD |
Decimal | 229 | 253 | 221 |
Binary | 11100101 | 11111101 | 11011101 |
Octal | 345 | 375 | 335 |
Shades of #E5FDDD
Tints of #E5FDDD
Examples of css and html codes for elements with #E5FDDD color. Also use rgb(229,253,221) instead hex code.
.myTextColor { color: #E5FDDD; }
<p style="color:#E5FDDD">This sample text font color is #E5FDDD.</p>
This text font color is #E5FDDD.
.myBgColor { background-color: #E5FDDD; }
<div style="background-color:#E5FDDD">Inner text</div>
This div background color is #E5FDDD.
.myBorderColor { border: 1px solid #E5FDDD; }
<div style="border:3px solid #E5FDDD">Div</div>
This div border color is #E5FDDD.
.myOpacity80 { color: #E5FDDD; opacity: 0.8; }
<p style="color:#E5FDDD;opacity:0.8;">80%</p>
Text with #E5FDDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5FDDD;}
<p style="text-shadow: 3px 3px 1px #E5FDDD">Text here.</p>
This text has shadow with #E5FDDD color.
.textShadow {text-shadow: 3px 3px 1px #E5FDDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5FDDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5FDDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5FDDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5FDDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5FDDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5FDDD;
-webkit-box-shadow: 1px 1px 3px 2px #E5FDDD;
box-shadow: 1px 1px 3px 2px #E5FDDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5FDDD; -webkit-box-shadow: 1px 1px 3px 2px #E5FDDD; box-shadow:1px 1px 3px 2px #E5FDDD;">
Div content here
</div>
This text has color #E5FDDD on black background.
This text has color #E5FDDD on white background.
This text has black color on #E5FDDD background.
This text has white color on #E5FDDD background.
Complementary color for #hex is #1A0222.