Shades of Plum #EFABEC
Tints of Plum #EFABEC
RGB
CMYK
RGB Variations
Color information
#EFABEC (or 0xEFABEC) is known color: Plum. HEX triplet: EF, AB and EC. RGB value is (239,171,236). Sum of RGB (Red+Green+Blue) = 239+171+236=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 171 (67.19% from 255 or 26.47% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABEC is #105413. Grayscale: #C6C6C6. Windows color (decimal): -1070100 or 15510511. OLE color: 15510511.
HSL color Cylindrical-coordinate representation of color #EFABEC: hue angle of 302.65º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABEC is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 236 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.06 |
| HSL | 302.65º | 0.68% | 0.8% | - |
| HSV(B) | 302.65º | 0.28% | 0.94% | - |
| XYZ | 65.3 | 53.53 | 86.25 | - |
| YUV | 198.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 236 | 0 | 0.28 | 0.01 | 0.06 | 302.65 | 0.68 | 0.8 |
| Hex | EF | AB | EC | 0 | 1C | 1 | 6 | 12F | 44 | 50 |
| Octal | 357 | 253 | 354 | 0 | 34 | 1 | 6 | 457 | 104 | 120 |
| Binary | 11101111 | 10101011 | 11101100 | 0 | 11100 | 1 | 110 | 100101111 | 1000100 | 1010000 |
Color Harmonies of #EFABEC
Complementary color
Monochromatic Colors of #EFABEC
Black with #EFABEC
Text Example
Text Example
White with #EFABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABEC; }
p { color: rgb(239,171,236); }
H1.HeaderClassName
{
color: #EFABEC;
}
.AnyTagClassName
{
color: #EFABEC;
}
</style>
background-color css
<style>
a { background-color: #EFABEC; }
a { background-color: rgb(239,171,236); }
div.DivClassName
{
background-color: #EFABEC;
}
.BgClassName
{
background-color: #EFABEC;
}
</style>
border-color css
<style>
span { border-color: #EFABEC; }
span { border-color: rgb(239,171,236); }
td.TdClassName
{
border-color: #EFABEC;
}
.TagClassName
{
border-color: #EFABEC;
}
</style>