Shades of Plum #EDADED
Tints of Plum #EDADED
RGB
CMYK
RGB Variations
Color information
#EDADED (or 0xEDADED) is known color: Plum. HEX triplet: ED, AD and ED. RGB value is (237,173,237). Sum of RGB (Red+Green+Blue) = 237+173+237=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADED is #125212. Grayscale: #C7C7C7. Windows color (decimal): -1200659 or 15576557. OLE color: 15576557.
HSL color Cylindrical-coordinate representation of color #EDADED: 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 #EDADED is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 173 | 237 | - |
CMYK | 0 | 0.27 | 0 | 0.07 |
HSL | 300º | 0.64% | 0.8% | - |
HSV(B) | 300º | 0.27% | 0.93% | - |
XYZ | 65.15 | 54.01 | 87.11 | - |
YUV | 199.43 | 149.2 | 154.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 173 | 237 | 0 | 0.27 | 0 | 0.07 | 300 | 0.64 | 0.8 |
Hex | ED | AD | ED | 0 | 1B | 0 | 7 | 12C | 40 | 50 |
Octal | 355 | 255 | 355 | 0 | 33 | 0 | 7 | 454 | 100 | 120 |
Binary | 11101101 | 10101101 | 11101101 | 0 | 11011 | 0 | 111 | 100101100 | 1000000 | 1010000 |
Color Harmonies of #EDADED
Complementary color
Monochromatic Colors of #EDADED
Black with #EDADED
Text Example
Text Example
White with #EDADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADED; }
p { color: rgb(237,173,237); }
H1.HeaderClassName
{
color: #EDADED;
}
.AnyTagClassName
{
color: #EDADED;
}
</style>
background-color css
<style>
a { background-color: #EDADED; }
a { background-color: rgb(237,173,237); }
div.DivClassName
{
background-color: #EDADED;
}
.BgClassName
{
background-color: #EDADED;
}
</style>
border-color css
<style>
span { border-color: #EDADED; }
span { border-color: rgb(237,173,237); }
td.TdClassName
{
border-color: #EDADED;
}
.TagClassName
{
border-color: #EDADED;
}
</style>