Shades of Plum #EFACEE
Tints of Plum #EFACEE
RGB
CMYK
RGB Variations
Color information
#EFACEE (or 0xEFACEE) is known color: Plum. HEX triplet: EF, AC and EE. RGB value is (239,172,238). Sum of RGB (Red+Green+Blue) = 239+172+238=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACEE is #105311. Grayscale: #C7C7C7. Windows color (decimal): -1069842 or 15641839. OLE color: 15641839.
HSL color Cylindrical-coordinate representation of color #EFACEE: hue angle of 300.9º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFACEE is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 238 | - |
| CMYK | 0 | 0.28 | 0.00 | 0.06 |
| HSL | 300.9º | 0.68% | 0.81% | - |
| HSV(B) | 300.9º | 0.28% | 0.94% | - |
| XYZ | 65.78 | 54.03 | 87.85 | - |
| YUV | 199.56 | 149.7 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 238 | 0 | 0.28 | 0.00 | 0.06 | 300.9 | 0.68 | 0.81 |
| Hex | EF | AC | EE | 0 | 1C | 0 | 6 | 12D | 44 | 51 |
| Octal | 357 | 254 | 356 | 0 | 34 | 0 | 6 | 455 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11101110 | 0 | 11100 | 0 | 110 | 100101101 | 1000100 | 1010001 |
Color Harmonies of #EFACEE
Complementary color
Monochromatic Colors of #EFACEE
Black with #EFACEE
Text Example
Text Example
White with #EFACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACEE; }
p { color: rgb(239,172,238); }
H1.HeaderClassName
{
color: #EFACEE;
}
.AnyTagClassName
{
color: #EFACEE;
}
</style>
background-color css
<style>
a { background-color: #EFACEE; }
a { background-color: rgb(239,172,238); }
div.DivClassName
{
background-color: #EFACEE;
}
.BgClassName
{
background-color: #EFACEE;
}
</style>
border-color css
<style>
span { border-color: #EFACEE; }
span { border-color: rgb(239,172,238); }
td.TdClassName
{
border-color: #EFACEE;
}
.TagClassName
{
border-color: #EFACEE;
}
</style>