HEX: #FFE5DC
RGB: (255,229,220)
#FFE5DC contains red, green and blue colors in about the same proportion. Web safe color of #FFE5DC is #FFCCCC (or #FCC).
#FFE5DC color RGB value is (255,229,220).
RGB: (255,229,220)
(100%, 90%, 86%)
R 255 of 255 = 100%
G 229 of 255 = 90%
B 220 of 255 = 86%
R + G + B ~ 92%. #FFE5DC is light color.
R + G + B = 255 + 229 + 220 = 704 (100%)
R 255 of 704 ~ 36.22%
G 229 of 704 ~ 32.53%
B 220 of 704 ~ 31.25'%
#FFE5DC color CMYK value is (0,10,14,0).
CMYK: (0,10,14,0)
C0M10Y14K0 (0%, 10%, 14%, 0%)
(0.00 / 0.10 / 0.14 / 0.00)
Color #FFE5DC in popluar color models
FF | E5 | DC | |
---|---|---|---|
RGB | 255 | 229 | 220 |
HSL | 15° | 100.00% | 93.14% |
HSB/HSV | 15° | 13.73% | 100.00% |
CMYK | 0.00% | 10.20% | 13.73% |
0.00% |
Color #FFE5DC in popluar number systems.
HEX | FF | E5 | DC |
Decimal | 255 | 229 | 220 |
Binary | 11111111 | 11100101 | 11011100 |
Octal | 377 | 345 | 334 |
Shades of #FFE5DC
Tints of #FFE5DC
Examples of css and html codes for elements with #FFE5DC color. Also use rgb(255,229,220) instead hex code.
.myTextColor { color: #FFE5DC; }
<p style="color:#FFE5DC">This sample text font color is #FFE5DC.</p>
This text font color is #FFE5DC.
.myBgColor { background-color: #FFE5DC; }
<div style="background-color:#FFE5DC">Inner text</div>
This div background color is #FFE5DC.
.myBorderColor { border: 1px solid #FFE5DC; }
<div style="border:3px solid #FFE5DC">Div</div>
This div border color is #FFE5DC.
.myOpacity80 { color: #FFE5DC; opacity: 0.8; }
<p style="color:#FFE5DC;opacity:0.8;">80%</p>
Text with #FFE5DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFE5DC;}
<p style="text-shadow: 3px 3px 1px #FFE5DC">Text here.</p>
This text has shadow with #FFE5DC color.
.textShadow {text-shadow: 3px 3px 1px #FFE5DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFE5DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #FFE5DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFE5DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFE5DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFE5DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFE5DC;
-webkit-box-shadow: 1px 1px 3px 2px #FFE5DC;
box-shadow: 1px 1px 3px 2px #FFE5DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFE5DC; -webkit-box-shadow: 1px 1px 3px 2px #FFE5DC; box-shadow:1px 1px 3px 2px #FFE5DC;">
Div content here
</div>
This text has color #FFE5DC on black background.
This text has color #FFE5DC on white background.
This text has black color on #FFE5DC background.
This text has white color on #FFE5DC background.
Complementary color for #hex is #001A23.