Shades of Plum #EFADEF
Tints of Plum #EFADEF
RGB
CMYK
RGB Variations
Color information
#EFADEF (or 0xEFADEF) is known color: Plum. HEX triplet: EF, AD and EF. RGB value is (239,173,239). Sum of RGB (Red+Green+Blue) = 239+173+239=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 173 (67.97% from 255 or 26.57% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADEF is #105210. Grayscale: #C8C8C8. Windows color (decimal): -1069585 or 15707631. OLE color: 15707631.
HSL color Cylindrical-coordinate representation of color #EFADEF: hue angle of 300º degrees, saturation: 0.67, 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 #EFADEF is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 173 | 239 | - |
CMYK | 0 | 0.28 | 0 | 0.06 |
HSL | 300º | 0.67% | 0.81% | - |
HSV(B) | 300º | 0.28% | 0.94% | - |
XYZ | 66.12 | 54.47 | 88.69 | - |
YUV | 200.26 | 149.87 | 155.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 173 | 239 | 0 | 0.28 | 0 | 0.06 | 300 | 0.67 | 0.81 |
Hex | EF | AD | EF | 0 | 1C | 0 | 6 | 12C | 43 | 51 |
Octal | 357 | 255 | 357 | 0 | 34 | 0 | 6 | 454 | 103 | 121 |
Binary | 11101111 | 10101101 | 11101111 | 0 | 11100 | 0 | 110 | 100101100 | 1000011 | 1010001 |
Color Harmonies of #EFADEF
Complementary color
Monochromatic Colors of #EFADEF
Black with #EFADEF
Text Example
Text Example
White with #EFADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADEF; }
p { color: rgb(239,173,239); }
H1.HeaderClassName
{
color: #EFADEF;
}
.AnyTagClassName
{
color: #EFADEF;
}
</style>
background-color css
<style>
a { background-color: #EFADEF; }
a { background-color: rgb(239,173,239); }
div.DivClassName
{
background-color: #EFADEF;
}
.BgClassName
{
background-color: #EFADEF;
}
</style>
border-color css
<style>
span { border-color: #EFADEF; }
span { border-color: rgb(239,173,239); }
td.TdClassName
{
border-color: #EFADEF;
}
.TagClassName
{
border-color: #EFADEF;
}
</style>