HEX: #EDD9DD
RGB: (237,217,221)
#EDD9DD contains red, green and blue colors in about the same proportion. #EDD9DD ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.
#EDD9DD color RGB value is (237,217,221).
RGB: (237,217,221)
(93%, 85%, 87%)
R 237 of 255 = 93%
G 217 of 255 = 85%
B 221 of 255 = 87%
R + G + B ~ 88%. #EDD9DD is light color.
R + G + B = 237 + 217 + 221 = 675 (100%)
R 237 of 675 ~ 35.11%
G 217 of 675 ~ 32.15%
B 221 of 675 ~ 32.74'%
#EDD9DD rengi CMYK tonu (0,8,7,7).
CMYK: (0,8,7,7)
C0M8Y7K7 (0%, 8%, 7%, 7%)
(0.00 / 0.08 / 0.07 / 0.07)
Color #EDD9DD in popluar color models
ED | D9 | DD | |
---|---|---|---|
RGB | 237 | 217 | 221 |
HSL | 348° | 35.71% | 89.02% |
HSB/HSV | 348° | 8.44% | 92.94% |
CMYK | 0.00% | 8.44% | 6.75% |
7.06% |
Color #EDD9DD in popluar number systems.
HEX | ED | D9 | DD |
Decimal | 237 | 217 | 221 |
Binary | 11101101 | 11011001 | 11011101 |
Octal | 355 | 331 | 335 |
Shades of #EDD9DD
Tints of #EDD9DD
Examples of css and html codes for elements with #EDD9DD color. Also use rgb(237,217,221) instead hex code.
.myTextColor { color: #EDD9DD; }
<p style="color:#EDD9DD">This sample text font color is #EDD9DD.</p>
This text font color is #EDD9DD.
.myBgColor { background-color: #EDD9DD; }
<div style="background-color:#EDD9DD">Inner text</div>
This div background color is #EDD9DD.
.myBorderColor { border: 1px solid #EDD9DD; }
<div style="border:3px solid #EDD9DD">Div</div>
This div border color is #EDD9DD.
.myOpacity80 { color: #EDD9DD; opacity: 0.8; }
<p style="color:#EDD9DD;opacity:0.8;">80%</p>
Text with #EDD9DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDD9DD;}
<p style="text-shadow: 3px 3px 1px #EDD9DD">Text here.</p>
This text has shadow with #EDD9DD color.
.textShadow {text-shadow: 3px 3px 1px #EDD9DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDD9DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDD9DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD9DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDD9DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDD9DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDD9DD;
-webkit-box-shadow: 1px 1px 3px 2px #EDD9DD;
box-shadow: 1px 1px 3px 2px #EDD9DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD9DD; -webkit-box-shadow: 1px 1px 3px 2px #EDD9DD; box-shadow:1px 1px 3px 2px #EDD9DD;">
Div content here
</div>
This text has color #EDD9DD on black background.
This text has color #EDD9DD on white background.
This text has black color on #EDD9DD background.
This text has white color on #EDD9DD background.
Complementary color for #hex is #122622.