Shades of Plum #EDAFED
Tints of Plum #EDAFED
RGB
CMYK
RGB Variations
Color information
#EDAFED (or 0xEDAFED) is known color: Plum. HEX triplet: ED, AF and ED. RGB value is (237,175,237). Sum of RGB (Red+Green+Blue) = 237+175+237=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDAFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAFED is #125012. Grayscale: #C8C8C8. Windows color (decimal): -1200147 or 15577069. OLE color: 15577069.
HSL color Cylindrical-coordinate representation of color #EDAFED: 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 #EDAFED is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 175 | 237 | - |
CMYK | 0 | 0.26 | 0 | 0.07 |
HSL | 300º | 0.63% | 0.81% | - |
HSV(B) | 300º | 0.26% | 0.93% | - |
XYZ | 65.54 | 54.78 | 87.24 | - |
YUV | 200.61 | 148.54 | 153.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 175 | 237 | 0 | 0.26 | 0 | 0.07 | 300 | 0.63 | 0.81 |
Hex | ED | AF | ED | 0 | 1A | 0 | 7 | 12C | 3F | 51 |
Octal | 355 | 257 | 355 | 0 | 32 | 0 | 7 | 454 | 77 | 121 |
Binary | 11101101 | 10101111 | 11101101 | 0 | 11010 | 0 | 111 | 100101100 | 111111 | 1010001 |
Color Harmonies of #EDAFED
Complementary color
Monochromatic Colors of #EDAFED
Black with #EDAFED
Text Example
Text Example
White with #EDAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAFED; }
p { color: rgb(237,175,237); }
H1.HeaderClassName
{
color: #EDAFED;
}
.AnyTagClassName
{
color: #EDAFED;
}
</style>
background-color css
<style>
a { background-color: #EDAFED; }
a { background-color: rgb(237,175,237); }
div.DivClassName
{
background-color: #EDAFED;
}
.BgClassName
{
background-color: #EDAFED;
}
</style>
border-color css
<style>
span { border-color: #EDAFED; }
span { border-color: rgb(237,175,237); }
td.TdClassName
{
border-color: #EDAFED;
}
.TagClassName
{
border-color: #EDAFED;
}
</style>