HEX: #EABEDD
RGB: (234,190,221)
#EABEDD contains red, green and blue colors in about the same proportion. Web safe color of #EABEDD is #FFCCCC (or #FCC).
#EABEDD color RGB value is (234,190,221).
RGB: (234,190,221)
(92%, 75%, 87%)
R 234 of 255 = 92%
G 190 of 255 = 75%
B 221 of 255 = 87%
R + G + B ~ 85%. #EABEDD is quite light color.
R + G + B = 234 + 190 + 221 = 645 (100%)
R 234 of 645 ~ 36.28%
G 190 of 645 ~ 29.46%
B 221 of 645 ~ 34.26'%
#EABEDD color CMYK value is (0,19,6,8).
CMYK: (0,19,6,8) C0M19Y6K8 (0%,19%,6%,8%) (0.00/0.19/0.06/0.08)
Color #EABEDD in popluar color models
EA | BE | DD | |
---|---|---|---|
RGB | 234 | 190 | 221 |
HSL | 318° | 51.16% | 83.14% |
HSB/HSV | 318° | 18.80% | 91.76% |
CMYK | 0.00% | 18.80% | 5.56% |
8.24% |
Color #EABEDD in popluar number systems.
HEX | EA | BE | DD |
Decimal | 234 | 190 | 221 |
Binary | 11101010 | 10111110 | 11011101 |
Octal | 352 | 276 | 335 |
Shades of #EABEDD
Tints of #EABEDD
Examples of css and html codes for elements with #EABEDD color. Also use rgb(234,190,221) instead hex code.
.myTextColor { color: #EABEDD; }
<p style="color:#EABEDD">This sample text font color is #EABEDD.</p>
This text font color is #EABEDD.
.myBgColor { background-color: #EABEDD; }
<div style="background-color:#EABEDD">Inner text</div>
This div background color is #EABEDD.
.myBorderColor { border: 1px solid #EABEDD; }
<div style="border:3px solid #EABEDD">Div</div>
This div border color is #EABEDD.
.myOpacity80 { color: #EABEDD; opacity: 0.8; }
<p style="color:#EABEDD;opacity:0.8;">80%</p>
Text with #EABEDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EABEDD;}
<p style="text-shadow: 3px 3px 1px #EABEDD">Text here.</p>
This text has shadow with #EABEDD color.
.textShadow {text-shadow: 3px 3px 1px #EABEDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EABEDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EABEDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EABEDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EABEDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EABEDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EABEDD;
-webkit-box-shadow: 1px 1px 3px 2px #EABEDD;
box-shadow: 1px 1px 3px 2px #EABEDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EABEDD; -webkit-box-shadow: 1px 1px 3px 2px #EABEDD; box-shadow:1px 1px 3px 2px #EABEDD;">
Div content here
</div>
This text has color #EABEDD on black background.
This text has color #EABEDD on white background.
This text has black color on #EABEDD background.
This text has white color on #EABEDD background.
Complementary color for #hex is #154122.