Shades of Plum #EDADEC
Tints of Plum #EDADEC
RGB
CMYK
RGB Variations
Color information
#EDADEC (or 0xEDADEC) is known color: Plum. HEX triplet: ED, AD and EC. RGB value is (237,173,236). Sum of RGB (Red+Green+Blue) = 237+173+236=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADEC is #125213. Grayscale: #C7C7C7. Windows color (decimal): -1200660 or 15511021. OLE color: 15511021.
HSL color Cylindrical-coordinate representation of color #EDADEC: hue angle of 300.94º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDADEC is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 236 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.07 |
| HSL | 300.94º | 0.64% | 0.8% | - |
| HSV(B) | 300.94º | 0.27% | 0.93% | - |
| XYZ | 65.01 | 53.95 | 86.34 | - |
| YUV | 199.32 | 148.7 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 236 | 0 | 0.27 | 0.00 | 0.07 | 300.94 | 0.64 | 0.8 |
| Hex | ED | AD | EC | 0 | 1B | 0 | 7 | 12D | 40 | 50 |
| Octal | 355 | 255 | 354 | 0 | 33 | 0 | 7 | 455 | 100 | 120 |
| Binary | 11101101 | 10101101 | 11101100 | 0 | 11011 | 0 | 111 | 100101101 | 1000000 | 1010000 |
Color Harmonies of #EDADEC
Complementary color
Monochromatic Colors of #EDADEC
Black with #EDADEC
Text Example
Text Example
White with #EDADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADEC; }
p { color: rgb(237,173,236); }
H1.HeaderClassName
{
color: #EDADEC;
}
.AnyTagClassName
{
color: #EDADEC;
}
</style>
background-color css
<style>
a { background-color: #EDADEC; }
a { background-color: rgb(237,173,236); }
div.DivClassName
{
background-color: #EDADEC;
}
.BgClassName
{
background-color: #EDADEC;
}
</style>
border-color css
<style>
span { border-color: #EDADEC; }
span { border-color: rgb(237,173,236); }
td.TdClassName
{
border-color: #EDADEC;
}
.TagClassName
{
border-color: #EDADEC;
}
</style>