Shades of Plum #EDA8EE
Tints of Plum #EDA8EE
RGB
CMYK
RGB Variations
Color information
#EDA8EE (or 0xEDA8EE) is known color: Plum. HEX triplet: ED, A8 and EE. RGB value is (237,168,238). Sum of RGB (Red+Green+Blue) = 237+168+238=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 168 (66.02% from 255 or 26.13% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDA8EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8EE is #125711. Grayscale: #C4C4C4. Windows color (decimal): -1201938 or 15640813. OLE color: 15640813.
HSL color Cylindrical-coordinate representation of color #EDA8EE: hue angle of 299.14º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA8EE is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 168 | 238 | - |
CMYK | 0.00 | 0.29 | 0 | 0.07 |
HSL | 299.14º | 0.67% | 0.8% | - |
HSV(B) | 299.14º | 0.29% | 0.93% | - |
XYZ | 64.36 | 52.18 | 87.57 | - |
YUV | 196.61 | 151.36 | 156.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 168 | 238 | 0.00 | 0.29 | 0 | 0.07 | 299.14 | 0.67 | 0.8 |
Hex | ED | A8 | EE | 0 | 1D | 0 | 7 | 12B | 43 | 50 |
Octal | 355 | 250 | 356 | 0 | 35 | 0 | 7 | 453 | 103 | 120 |
Binary | 11101101 | 10101000 | 11101110 | 0 | 11101 | 0 | 111 | 100101011 | 1000011 | 1010000 |
Color Harmonies of #EDA8EE
Complementary color
Monochromatic Colors of #EDA8EE
Black with #EDA8EE
Text Example
Text Example
White with #EDA8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8EE; }
p { color: rgb(237,168,238); }
H1.HeaderClassName
{
color: #EDA8EE;
}
.AnyTagClassName
{
color: #EDA8EE;
}
</style>
background-color css
<style>
a { background-color: #EDA8EE; }
a { background-color: rgb(237,168,238); }
div.DivClassName
{
background-color: #EDA8EE;
}
.BgClassName
{
background-color: #EDA8EE;
}
</style>
border-color css
<style>
span { border-color: #EDA8EE; }
span { border-color: rgb(237,168,238); }
td.TdClassName
{
border-color: #EDA8EE;
}
.TagClassName
{
border-color: #EDA8EE;
}
</style>