HEX: #EDEBDE
RGB: (237,235,222)
#EDEBDE contains red, green and blue colors in about the same proportion. Web safe color of #EDEBDE is #FFFFCC (or #FFC).
#EDEBDE color RGB value is (237,235,222).
RGB: (237,235,222)
(93%, 92%, 87%)
R 237 of 255 = 93%
G 235 of 255 = 92%
B 222 of 255 = 87%
R + G + B ~ 91%. #EDEBDE is light color.
R + G + B = 237 + 235 + 222 = 694 (100%)
R 237 of 694 ~ 34.15%
G 235 of 694 ~ 33.86%
B 222 of 694 ~ 31.99'%
#EDEBDE color CMYK value is (0,1,6,7).
CMYK: (0,1,6,7)
C0M1Y6K7 (0%, 1%, 6%, 7%)
(0.00 / 0.01 / 0.06 / 0.07)
Color #EDEBDE in popluar color models
ED | EB | DE | |
---|---|---|---|
RGB | 237 | 235 | 222 |
HSL | 52° | 29.41% | 90.00% |
HSB/HSV | 52° | 6.33% | 92.94% |
CMYK | 0.00% | 0.84% | 6.33% |
7.06% |
Color #EDEBDE in popluar number systems.
HEX | ED | EB | DE |
Decimal | 237 | 235 | 222 |
Binary | 11101101 | 11101011 | 11011110 |
Octal | 355 | 353 | 336 |
Shades of #EDEBDE
Tints of #EDEBDE
Examples of css and html codes for elements with #EDEBDE color. Also use rgb(237,235,222) instead hex code.
.myTextColor { color: #EDEBDE; }
<p style="color:#EDEBDE">This sample text font color is #EDEBDE.</p>
This text font color is #EDEBDE.
.myBgColor { background-color: #EDEBDE; }
<div style="background-color:#EDEBDE">Inner text</div>
This div background color is #EDEBDE.
.myBorderColor { border: 1px solid #EDEBDE; }
<div style="border:3px solid #EDEBDE">Div</div>
This div border color is #EDEBDE.
.myOpacity80 { color: #EDEBDE; opacity: 0.8; }
<p style="color:#EDEBDE;opacity:0.8;">80%</p>
Text with #EDEBDE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDEBDE;}
<p style="text-shadow: 3px 3px 1px #EDEBDE">Text here.</p>
This text has shadow with #EDEBDE color.
.textShadow {text-shadow: 3px 3px 1px #EDEBDE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDEBDE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDEBDE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDEBDE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDEBDE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDEBDE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDEBDE;
-webkit-box-shadow: 1px 1px 3px 2px #EDEBDE;
box-shadow: 1px 1px 3px 2px #EDEBDE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDEBDE; -webkit-box-shadow: 1px 1px 3px 2px #EDEBDE; box-shadow:1px 1px 3px 2px #EDEBDE;">
Div content here
</div>
This text has color #EDEBDE on black background.
This text has color #EDEBDE on white background.
This text has black color on #EDEBDE background.
This text has white color on #EDEBDE background.
Complementary color for #hex is #121421.