Shades of Plum #EDACEF
Tints of Plum #EDACEF
RGB
CMYK
RGB Variations
Color information
#EDACEF (or 0xEDACEF) is known color: Plum. HEX triplet: ED, AC and EF. RGB value is (237,172,239). Sum of RGB (Red+Green+Blue) = 237+172+239=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDACEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACEF is #125310. Grayscale: #C6C6C6. Windows color (decimal): -1200913 or 15707373. OLE color: 15707373.
HSL color Cylindrical-coordinate representation of color #EDACEF: hue angle of 298.21º 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 #EDACEF is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 172 | 239 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.06 |
| HSL | 298.21º | 0.68% | 0.81% | - |
| HSV(B) | 298.21º | 0.28% | 0.94% | - |
| XYZ | 65.26 | 53.74 | 88.6 | - |
| YUV | 199.07 | 150.53 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 239 | 0.01 | 0.28 | 0 | 0.06 | 298.21 | 0.68 | 0.81 |
| Hex | ED | AC | EF | 1 | 1C | 0 | 6 | 12A | 44 | 51 |
| Octal | 355 | 254 | 357 | 1 | 34 | 0 | 6 | 452 | 104 | 121 |
| Binary | 11101101 | 10101100 | 11101111 | 1 | 11100 | 0 | 110 | 100101010 | 1000100 | 1010001 |
Color Harmonies of #EDACEF
Complementary color
Monochromatic Colors of #EDACEF
Black with #EDACEF
Text Example
Text Example
White with #EDACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACEF; }
p { color: rgb(237,172,239); }
H1.HeaderClassName
{
color: #EDACEF;
}
.AnyTagClassName
{
color: #EDACEF;
}
</style>
background-color css
<style>
a { background-color: #EDACEF; }
a { background-color: rgb(237,172,239); }
div.DivClassName
{
background-color: #EDACEF;
}
.BgClassName
{
background-color: #EDACEF;
}
</style>
border-color css
<style>
span { border-color: #EDACEF; }
span { border-color: rgb(237,172,239); }
td.TdClassName
{
border-color: #EDACEF;
}
.TagClassName
{
border-color: #EDACEF;
}
</style>