Shades of Plum #EDB0ED
Tints of Plum #EDB0ED
RGB
CMYK
RGB Variations
Color information
#EDB0ED (or 0xEDB0ED) is known color: Plum. HEX triplet: ED, B0 and ED. RGB value is (237,176,237). Sum of RGB (Red+Green+Blue) = 237+176+237=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDB0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0ED is #124F12. Grayscale: #C9C9C9. Windows color (decimal): -1199891 or 15577325. OLE color: 15577325.
HSL color Cylindrical-coordinate representation of color #EDB0ED: hue angle of 300º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0ED is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 176 | 237 | - |
CMYK | 0 | 0.26 | 0 | 0.07 |
HSL | 300º | 0.63% | 0.81% | - |
HSV(B) | 300º | 0.26% | 0.93% | - |
XYZ | 65.74 | 55.17 | 87.3 | - |
YUV | 201.19 | 148.21 | 153.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 176 | 237 | 0 | 0.26 | 0 | 0.07 | 300 | 0.63 | 0.81 |
Hex | ED | B0 | ED | 0 | 1A | 0 | 7 | 12C | 3F | 51 |
Octal | 355 | 260 | 355 | 0 | 32 | 0 | 7 | 454 | 77 | 121 |
Binary | 11101101 | 10110000 | 11101101 | 0 | 11010 | 0 | 111 | 100101100 | 111111 | 1010001 |
Color Harmonies of #EDB0ED
Complementary color
Monochromatic Colors of #EDB0ED
Black with #EDB0ED
Text Example
Text Example
White with #EDB0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0ED; }
p { color: rgb(237,176,237); }
H1.HeaderClassName
{
color: #EDB0ED;
}
.AnyTagClassName
{
color: #EDB0ED;
}
</style>
background-color css
<style>
a { background-color: #EDB0ED; }
a { background-color: rgb(237,176,237); }
div.DivClassName
{
background-color: #EDB0ED;
}
.BgClassName
{
background-color: #EDB0ED;
}
</style>
border-color css
<style>
span { border-color: #EDB0ED; }
span { border-color: rgb(237,176,237); }
td.TdClassName
{
border-color: #EDB0ED;
}
.TagClassName
{
border-color: #EDB0ED;
}
</style>