Shades of Plum #EFADEE
Tints of Plum #EFADEE
RGB
CMYK
RGB Variations
Color information
#EFADEE (or 0xEFADEE) is known color: Plum. HEX triplet: EF, AD and EE. RGB value is (239,173,238). Sum of RGB (Red+Green+Blue) = 239+173+238=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADEE is #105211. Grayscale: #C7C7C7. Windows color (decimal): -1069586 or 15642095. OLE color: 15642095.
HSL color Cylindrical-coordinate representation of color #EFADEE: hue angle of 300.91º 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 #EFADEE is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 238 | - |
| CMYK | 0 | 0.28 | 0.00 | 0.06 |
| HSL | 300.91º | 0.67% | 0.81% | - |
| HSV(B) | 300.91º | 0.28% | 0.94% | - |
| XYZ | 65.97 | 54.41 | 87.91 | - |
| YUV | 200.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 238 | 0 | 0.28 | 0.00 | 0.06 | 300.91 | 0.67 | 0.81 |
| Hex | EF | AD | EE | 0 | 1C | 0 | 6 | 12D | 43 | 51 |
| Octal | 357 | 255 | 356 | 0 | 34 | 0 | 6 | 455 | 103 | 121 |
| Binary | 11101111 | 10101101 | 11101110 | 0 | 11100 | 0 | 110 | 100101101 | 1000011 | 1010001 |
Color Harmonies of #EFADEE
Complementary color
Monochromatic Colors of #EFADEE
Black with #EFADEE
Text Example
Text Example
White with #EFADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADEE; }
p { color: rgb(239,173,238); }
H1.HeaderClassName
{
color: #EFADEE;
}
.AnyTagClassName
{
color: #EFADEE;
}
</style>
background-color css
<style>
a { background-color: #EFADEE; }
a { background-color: rgb(239,173,238); }
div.DivClassName
{
background-color: #EFADEE;
}
.BgClassName
{
background-color: #EFADEE;
}
</style>
border-color css
<style>
span { border-color: #EFADEE; }
span { border-color: rgb(239,173,238); }
td.TdClassName
{
border-color: #EFADEE;
}
.TagClassName
{
border-color: #EFADEE;
}
</style>