HEX: #E1DDBE
RGB: (225,221,190)
#E1DDBE contains red, green and blue colors in about the same proportion. Web safe color of #E1DDBE is #CCCCCC (or #CCC).
#E1DDBE color RGB value is (225,221,190).
RGB: (225,221,190)
(88%, 87%, 75%)
R 225 of 255 = 88%
G 221 of 255 = 87%
B 190 of 255 = 75%
R + G + B ~ 83%. #E1DDBE is quite light color.
R + G + B = 225 + 221 + 190 = 636 (100%)
R 225 of 636 ~ 35.38%
G 221 of 636 ~ 34.75%
B 190 of 636 ~ 29.87'%
#E1DDBE color CMYK value is (0,2,16,12).
CMYK: (0,2,16,12)
C0M2Y16K12 (0%, 2%, 16%, 12%)
(0.00 / 0.02 / 0.16 / 0.12)
Color #E1DDBE in popluar color models
E1 | DD | BE | |
---|---|---|---|
RGB | 225 | 221 | 190 |
HSL | 53° | 36.84% | 81.37% |
HSB/HSV | 53° | 15.56% | 88.24% |
CMYK | 0.00% | 1.78% | 15.56% |
11.76% |
Color #E1DDBE in popluar number systems.
HEX | E1 | DD | BE |
Decimal | 225 | 221 | 190 |
Binary | 11100001 | 11011101 | 10111110 |
Octal | 341 | 335 | 276 |
Shades of #E1DDBE
Tints of #E1DDBE
Examples of css and html codes for elements with #E1DDBE color. Also use rgb(225,221,190) instead hex code.
.myTextColor { color: #E1DDBE; }
<p style="color:#E1DDBE">This sample text font color is #E1DDBE.</p>
This text font color is #E1DDBE.
.myBgColor { background-color: #E1DDBE; }
<div style="background-color:#E1DDBE">Inner text</div>
This div background color is #E1DDBE.
.myBorderColor { border: 1px solid #E1DDBE; }
<div style="border:3px solid #E1DDBE">Div</div>
This div border color is #E1DDBE.
.myOpacity80 { color: #E1DDBE; opacity: 0.8; }
<p style="color:#E1DDBE;opacity:0.8;">80%</p>
Text with #E1DDBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1DDBE;}
<p style="text-shadow: 3px 3px 1px #E1DDBE">Text here.</p>
This text has shadow with #E1DDBE color.
.textShadow {text-shadow: 3px 3px 1px #E1DDBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1DDBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1DDBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1DDBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1DDBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1DDBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1DDBE;
-webkit-box-shadow: 1px 1px 3px 2px #E1DDBE;
box-shadow: 1px 1px 3px 2px #E1DDBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1DDBE; -webkit-box-shadow: 1px 1px 3px 2px #E1DDBE; box-shadow:1px 1px 3px 2px #E1DDBE;">
Div content here
</div>
This text has color #E1DDBE on black background.
This text has color #E1DDBE on white background.
This text has black color on #E1DDBE background.
This text has white color on #E1DDBE background.
Complementary color for #hex is #1E2241.