Shades of Plum #EFADF0
Tints of Plum #EFADF0
RGB
CMYK
RGB Variations
Color information
#EFADF0 (or 0xEFADF0) is known color: Plum. HEX triplet: EF, AD and F0. RGB value is (239,173,240). Sum of RGB (Red+Green+Blue) = 239+173+240=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADF0 is #10520F. Grayscale: #C8C8C8. Windows color (decimal): -1069584 or 15773167. OLE color: 15773167.
HSL color Cylindrical-coordinate representation of color #EFADF0: hue angle of 299.1º degrees, saturation: 0.69, 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 #EFADF0 is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 240 | - |
| CMYK | 0.00 | 0.28 | 0 | 0.06 |
| HSL | 299.1º | 0.69% | 0.81% | - |
| HSV(B) | 299.1º | 0.28% | 0.94% | - |
| XYZ | 66.27 | 54.53 | 89.47 | - |
| YUV | 200.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 240 | 0.00 | 0.28 | 0 | 0.06 | 299.1 | 0.69 | 0.81 |
| Hex | EF | AD | F0 | 0 | 1C | 0 | 6 | 12B | 45 | 51 |
| Octal | 357 | 255 | 360 | 0 | 34 | 0 | 6 | 453 | 105 | 121 |
| Binary | 11101111 | 10101101 | 11110000 | 0 | 11100 | 0 | 110 | 100101011 | 1000101 | 1010001 |
Color Harmonies of #EFADF0
Complementary color
Monochromatic Colors of #EFADF0
Black with #EFADF0
Text Example
Text Example
White with #EFADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADF0; }
p { color: rgb(239,173,240); }
H1.HeaderClassName
{
color: #EFADF0;
}
.AnyTagClassName
{
color: #EFADF0;
}
</style>
background-color css
<style>
a { background-color: #EFADF0; }
a { background-color: rgb(239,173,240); }
div.DivClassName
{
background-color: #EFADF0;
}
.BgClassName
{
background-color: #EFADF0;
}
</style>
border-color css
<style>
span { border-color: #EFADF0; }
span { border-color: rgb(239,173,240); }
td.TdClassName
{
border-color: #EFADF0;
}
.TagClassName
{
border-color: #EFADF0;
}
</style>