Shades of Plum #EDA8F3
Tints of Plum #EDA8F3
RGB
CMYK
RGB Variations
Color information
#EDA8F3 (or 0xEDA8F3) is known color: Plum. HEX triplet: ED, A8 and F3. RGB value is (237,168,243). Sum of RGB (Red+Green+Blue) = 237+168+243=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 168 (66.02% from 255 or 25.93% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDA8F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8F3 is #12570C. Grayscale: #C4C4C4. Windows color (decimal): -1201933 or 15968493. OLE color: 15968493.
HSL color Cylindrical-coordinate representation of color #EDA8F3: hue angle of 295.2º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA8F3 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 168 | 243 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.05 |
| HSL | 295.2º | 0.76% | 0.81% | - |
| HSV(B) | 295.2º | 0.31% | 0.95% | - |
| XYZ | 65.11 | 52.48 | 91.49 | - |
| YUV | 197.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 243 | 0.02 | 0.31 | 0 | 0.05 | 295.2 | 0.76 | 0.81 |
| Hex | ED | A8 | F3 | 2 | 1F | 0 | 5 | 127 | 4C | 51 |
| Octal | 355 | 250 | 363 | 2 | 37 | 0 | 5 | 447 | 114 | 121 |
| Binary | 11101101 | 10101000 | 11110011 | 10 | 11111 | 0 | 101 | 100100111 | 1001100 | 1010001 |
Color Harmonies of #EDA8F3
Complementary color
Monochromatic Colors of #EDA8F3
Black with #EDA8F3
Text Example
Text Example
White with #EDA8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8F3; }
p { color: rgb(237,168,243); }
H1.HeaderClassName
{
color: #EDA8F3;
}
.AnyTagClassName
{
color: #EDA8F3;
}
</style>
background-color css
<style>
a { background-color: #EDA8F3; }
a { background-color: rgb(237,168,243); }
div.DivClassName
{
background-color: #EDA8F3;
}
.BgClassName
{
background-color: #EDA8F3;
}
</style>
border-color css
<style>
span { border-color: #EDA8F3; }
span { border-color: rgb(237,168,243); }
td.TdClassName
{
border-color: #EDA8F3;
}
.TagClassName
{
border-color: #EDA8F3;
}
</style>