HEX: #EDBEDC
RGB: (237,190,220)
#EDBEDC contains red, green and blue colors in about the same proportion. #EDBEDC ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.
#EDBEDC color RGB value is (237,190,220).
RGB: (237,190,220)
(93%, 75%, 86%)
R 237 of 255 = 93%
G 190 of 255 = 75%
B 220 of 255 = 86%
R + G + B ~ 85%. #EDBEDC is quite light color.
R + G + B = 237 + 190 + 220 = 647 (100%)
R 237 of 647 ~ 36.63%
G 190 of 647 ~ 29.37%
B 220 of 647 ~ 34'%
#EDBEDC rengi CMYK tonu (0,20,7,7).
CMYK: (0,20,7,7) C0M20Y7K7 (0%,20%,7%,7%) (0.00/0.20/0.07/0.07)
Color #EDBEDC in popluar color models
ED | BE | DC | |
---|---|---|---|
RGB | 237 | 190 | 220 |
HSL | 322° | 56.63% | 83.73% |
HSB/HSV | 322° | 19.83% | 92.94% |
CMYK | 0.00% | 19.83% | 7.17% |
7.06% |
Color #EDBEDC in popluar number systems.
HEX | ED | BE | DC |
Decimal | 237 | 190 | 220 |
Binary | 11101101 | 10111110 | 11011100 |
Octal | 355 | 276 | 334 |
Shades of #EDBEDC
Tints of #EDBEDC
Examples of css and html codes for elements with #EDBEDC color. Also use rgb(237,190,220) instead hex code.
.myTextColor { color: #EDBEDC; }
<p style="color:#EDBEDC">This sample text font color is #EDBEDC.</p>
This text font color is #EDBEDC.
.myBgColor { background-color: #EDBEDC; }
<div style="background-color:#EDBEDC">Inner text</div>
This div background color is #EDBEDC.
.myBorderColor { border: 1px solid #EDBEDC; }
<div style="border:3px solid #EDBEDC">Div</div>
This div border color is #EDBEDC.
.myOpacity80 { color: #EDBEDC; opacity: 0.8; }
<p style="color:#EDBEDC;opacity:0.8;">80%</p>
Text with #EDBEDC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDBEDC;}
<p style="text-shadow: 3px 3px 1px #EDBEDC">Text here.</p>
This text has shadow with #EDBEDC color.
.textShadow {text-shadow: 3px 3px 1px #EDBEDC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDBEDC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDBEDC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDBEDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDBEDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDBEDC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDBEDC;
-webkit-box-shadow: 1px 1px 3px 2px #EDBEDC;
box-shadow: 1px 1px 3px 2px #EDBEDC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDBEDC; -webkit-box-shadow: 1px 1px 3px 2px #EDBEDC; box-shadow:1px 1px 3px 2px #EDBEDC;">
Div content here
</div>
This text has color #EDBEDC on black background.
This text has color #EDBEDC on white background.
This text has black color on #EDBEDC background.
This text has white color on #EDBEDC background.
Complementary color for #hex is #124123.