Shades of Plum #EDACF0
Tints of Plum #EDACF0
RGB
CMYK
RGB Variations
Color information
#EDACF0 (or 0xEDACF0) is known color: Plum. HEX triplet: ED, AC and F0. RGB value is (237,172,240). Sum of RGB (Red+Green+Blue) = 237+172+240=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACF0 is #12530F. Grayscale: #C6C6C6. Windows color (decimal): -1200912 or 15772909. OLE color: 15772909.
HSL color Cylindrical-coordinate representation of color #EDACF0: hue angle of 297.35º 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 #EDACF0 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 172 | 240 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.06 |
| HSL | 297.35º | 0.69% | 0.81% | - |
| HSV(B) | 297.35º | 0.28% | 0.94% | - |
| XYZ | 65.41 | 53.8 | 89.38 | - |
| YUV | 199.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 240 | 0.01 | 0.28 | 0 | 0.06 | 297.35 | 0.69 | 0.81 |
| Hex | ED | AC | F0 | 1 | 1C | 0 | 6 | 129 | 45 | 51 |
| Octal | 355 | 254 | 360 | 1 | 34 | 0 | 6 | 451 | 105 | 121 |
| Binary | 11101101 | 10101100 | 11110000 | 1 | 11100 | 0 | 110 | 100101001 | 1000101 | 1010001 |
Color Harmonies of #EDACF0
Complementary color
Monochromatic Colors of #EDACF0
Black with #EDACF0
Text Example
Text Example
White with #EDACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACF0; }
p { color: rgb(237,172,240); }
H1.HeaderClassName
{
color: #EDACF0;
}
.AnyTagClassName
{
color: #EDACF0;
}
</style>
background-color css
<style>
a { background-color: #EDACF0; }
a { background-color: rgb(237,172,240); }
div.DivClassName
{
background-color: #EDACF0;
}
.BgClassName
{
background-color: #EDACF0;
}
</style>
border-color css
<style>
span { border-color: #EDACF0; }
span { border-color: rgb(237,172,240); }
td.TdClassName
{
border-color: #EDACF0;
}
.TagClassName
{
border-color: #EDACF0;
}
</style>