HEX: #EDB2DE
RGB: (237,178,222)
#EDB2DE contains red, green and blue colors in about the same proportion. Web safe color of #EDB2DE is #FF99CC (or #F9C).
#EDB2DE color RGB value is (237,178,222).
RGB: (237,178,222)
(93%, 70%, 87%)
R 237 of 255 = 93%
G 178 of 255 = 70%
B 222 of 255 = 87%
R + G + B ~ 83%. #EDB2DE is quite light color.
R + G + B = 237 + 178 + 222 = 637 (100%)
R 237 of 637 ~ 37.21%
G 178 of 637 ~ 27.94%
B 222 of 637 ~ 34.85'%
#EDB2DE color CMYK value is (0,25,6,7).
CMYK: (0,25,6,7)
C0M25Y6K7 (0%, 25%, 6%, 7%)
(0.00 / 0.25 / 0.06 / 0.07)
Color #EDB2DE in popluar color models
ED | B2 | DE | |
---|---|---|---|
RGB | 237 | 178 | 222 |
HSL | 315° | 62.11% | 81.37% |
HSB/HSV | 315° | 24.89% | 92.94% |
CMYK | 0.00% | 24.89% | 6.33% |
7.06% |
Color #EDB2DE in popluar number systems.
HEX | ED | B2 | DE |
Decimal | 237 | 178 | 222 |
Binary | 11101101 | 10110010 | 11011110 |
Octal | 355 | 262 | 336 |
Shades of #EDB2DE
Tints of #EDB2DE
Examples of css and html codes for elements with #EDB2DE color. Also use rgb(237,178,222) instead hex code.
.myTextColor { color: #EDB2DE; }
<p style="color:#EDB2DE">This sample text font color is #EDB2DE.</p>
This text font color is #EDB2DE.
.myBgColor { background-color: #EDB2DE; }
<div style="background-color:#EDB2DE">Inner text</div>
This div background color is #EDB2DE.
.myBorderColor { border: 1px solid #EDB2DE; }
<div style="border:3px solid #EDB2DE">Div</div>
This div border color is #EDB2DE.
.myOpacity80 { color: #EDB2DE; opacity: 0.8; }
<p style="color:#EDB2DE;opacity:0.8;">80%</p>
Text with #EDB2DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDB2DE;}
<p style="text-shadow: 3px 3px 1px #EDB2DE">Text here.</p>
This text has shadow with #EDB2DE color.
.textShadow {text-shadow: 3px 3px 1px #EDB2DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDB2DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDB2DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB2DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDB2DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDB2DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDB2DE;
-webkit-box-shadow: 1px 1px 3px 2px #EDB2DE;
box-shadow: 1px 1px 3px 2px #EDB2DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB2DE; -webkit-box-shadow: 1px 1px 3px 2px #EDB2DE; box-shadow:1px 1px 3px 2px #EDB2DE;">
Div content here
</div>
This text has color #EDB2DE on black background.
This text has color #EDB2DE on white background.
This text has black color on #EDB2DE background.
This text has white color on #EDB2DE background.
Complementary color for #hex is #124D21.