Shades of Plum #EDACED
Tints of Plum #EDACED
RGB
CMYK
RGB Variations
Color information
#EDACED (or 0xEDACED) is known color: Plum. HEX triplet: ED, AC and ED. RGB value is (237,172,237). Sum of RGB (Red+Green+Blue) = 237+172+237=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDACED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACED is #125312. Grayscale: #C6C6C6. Windows color (decimal): -1200915 or 15576301. OLE color: 15576301.
HSL color Cylindrical-coordinate representation of color #EDACED: hue angle of 300º 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 #EDACED is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 172 | 237 | - |
CMYK | 0 | 0.27 | 0 | 0.07 |
HSL | 300º | 0.64% | 0.8% | - |
HSV(B) | 300º | 0.27% | 0.93% | - |
XYZ | 64.96 | 53.62 | 87.05 | - |
YUV | 198.85 | 149.53 | 155.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 172 | 237 | 0 | 0.27 | 0 | 0.07 | 300 | 0.64 | 0.8 |
Hex | ED | AC | ED | 0 | 1B | 0 | 7 | 12C | 40 | 50 |
Octal | 355 | 254 | 355 | 0 | 33 | 0 | 7 | 454 | 100 | 120 |
Binary | 11101101 | 10101100 | 11101101 | 0 | 11011 | 0 | 111 | 100101100 | 1000000 | 1010000 |
Color Harmonies of #EDACED
Complementary color
Monochromatic Colors of #EDACED
Black with #EDACED
Text Example
Text Example
White with #EDACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACED; }
p { color: rgb(237,172,237); }
H1.HeaderClassName
{
color: #EDACED;
}
.AnyTagClassName
{
color: #EDACED;
}
</style>
background-color css
<style>
a { background-color: #EDACED; }
a { background-color: rgb(237,172,237); }
div.DivClassName
{
background-color: #EDACED;
}
.BgClassName
{
background-color: #EDACED;
}
</style>
border-color css
<style>
span { border-color: #EDACED; }
span { border-color: rgb(237,172,237); }
td.TdClassName
{
border-color: #EDACED;
}
.TagClassName
{
border-color: #EDACED;
}
</style>