Shades of Plum #EDB0EE
Tints of Plum #EDB0EE
RGB
CMYK
RGB Variations
Color information
#EDB0EE (or 0xEDB0EE) is known color: Plum. HEX triplet: ED, B0 and EE. RGB value is (237,176,238). Sum of RGB (Red+Green+Blue) = 237+176+238=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDB0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0EE is #124F11. Grayscale: #C9C9C9. Windows color (decimal): -1199890 or 15642861. OLE color: 15642861.
HSL color Cylindrical-coordinate representation of color #EDB0EE: hue angle of 299.03º degrees, saturation: 0.65, 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 #EDB0EE is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 238 | - |
| CMYK | 0.00 | 0.26 | 0 | 0.07 |
| HSL | 299.03º | 0.65% | 0.81% | - |
| HSV(B) | 299.03º | 0.26% | 0.93% | - |
| XYZ | 65.88 | 55.23 | 88.08 | - |
| YUV | 201.31 | 148.71 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 238 | 0.00 | 0.26 | 0 | 0.07 | 299.03 | 0.65 | 0.81 |
| Hex | ED | B0 | EE | 0 | 1A | 0 | 7 | 12B | 41 | 51 |
| Octal | 355 | 260 | 356 | 0 | 32 | 0 | 7 | 453 | 101 | 121 |
| Binary | 11101101 | 10110000 | 11101110 | 0 | 11010 | 0 | 111 | 100101011 | 1000001 | 1010001 |
Color Harmonies of #EDB0EE
Complementary color
Monochromatic Colors of #EDB0EE
Black with #EDB0EE
Text Example
Text Example
White with #EDB0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0EE; }
p { color: rgb(237,176,238); }
H1.HeaderClassName
{
color: #EDB0EE;
}
.AnyTagClassName
{
color: #EDB0EE;
}
</style>
background-color css
<style>
a { background-color: #EDB0EE; }
a { background-color: rgb(237,176,238); }
div.DivClassName
{
background-color: #EDB0EE;
}
.BgClassName
{
background-color: #EDB0EE;
}
</style>
border-color css
<style>
span { border-color: #EDB0EE; }
span { border-color: rgb(237,176,238); }
td.TdClassName
{
border-color: #EDB0EE;
}
.TagClassName
{
border-color: #EDB0EE;
}
</style>