HEX: #EDFDDC
RGB: (237,253,220)
#EDFDDC contains red, green and blue colors in about the same proportion. Web safe color of #EDFDDC is #FFFFCC (or #FFC).
#EDFDDC color RGB value is (237,253,220).
RGB: (237,253,220)
(93%, 99%, 86%)
R 237 of 255 = 93%
G 253 of 255 = 99%
B 220 of 255 = 86%
R + G + B ~ 93%. #EDFDDC is light color.
R + G + B = 237 + 253 + 220 = 710 (100%)
R 237 of 710 ~ 33.38%
G 253 of 710 ~ 35.63%
B 220 of 710 ~ 30.99'%
#EDFDDC color CMYK value is (6,0,13,1).
CMYK: (6,0,13,1)
C6M0Y13K1 (6%, 0%, 13%, 1%)
(0.06 / 0.00 / 0.13 / 0.01)
Color #EDFDDC in popluar color models
ED | FD | DC | |
---|---|---|---|
RGB | 237 | 253 | 220 |
HSL | 89° | 89.19% | 92.75% |
HSB/HSV | 89° | 13.04% | 99.22% |
CMYK | 6.32% | 0.00% | 13.04% |
0.78% |
Color #EDFDDC in popluar number systems.
HEX | ED | FD | DC |
Decimal | 237 | 253 | 220 |
Binary | 11101101 | 11111101 | 11011100 |
Octal | 355 | 375 | 334 |
Shades of #EDFDDC
Tints of #EDFDDC
Examples of css and html codes for elements with #EDFDDC color. Also use rgb(237,253,220) instead hex code.
.myTextColor { color: #EDFDDC; }
<p style="color:#EDFDDC">This sample text font color is #EDFDDC.</p>
This text font color is #EDFDDC.
.myBgColor { background-color: #EDFDDC; }
<div style="background-color:#EDFDDC">Inner text</div>
This div background color is #EDFDDC.
.myBorderColor { border: 1px solid #EDFDDC; }
<div style="border:3px solid #EDFDDC">Div</div>
This div border color is #EDFDDC.
.myOpacity80 { color: #EDFDDC; opacity: 0.8; }
<p style="color:#EDFDDC;opacity:0.8;">80%</p>
Text with #EDFDDC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFDDC;}
<p style="text-shadow: 3px 3px 1px #EDFDDC">Text here.</p>
This text has shadow with #EDFDDC color.
.textShadow {text-shadow: 3px 3px 1px #EDFDDC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFDDC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDFDDC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFDDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFDDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFDDC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFDDC;
-webkit-box-shadow: 1px 1px 3px 2px #EDFDDC;
box-shadow: 1px 1px 3px 2px #EDFDDC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFDDC; -webkit-box-shadow: 1px 1px 3px 2px #EDFDDC; box-shadow:1px 1px 3px 2px #EDFDDC;">
Div content here
</div>
This text has color #EDFDDC on black background.
This text has color #EDFDDC on white background.
This text has black color on #EDFDDC background.
This text has white color on #EDFDDC background.
Complementary color for #hex is #120223.