Shades of Plum #ECADEC
Tints of Plum #ECADEC
RGB
CMYK
RGB Variations
Color information
#ECADEC (or 0xECADEC) is known color: Plum. HEX triplet: EC, AD and EC. RGB value is (236,173,236). Sum of RGB (Red+Green+Blue) = 236+173+236=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADEC is #135213. Grayscale: #C6C6C6. Windows color (decimal): -1266196 or 15511020. OLE color: 15511020.
HSL color Cylindrical-coordinate representation of color #ECADEC: hue angle of 300º degrees, saturation: 0.62, 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 #ECADEC is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 173 | 236 | - |
CMYK | 0 | 0.27 | 0 | 0.07 |
HSL | 300º | 0.62% | 0.8% | - |
HSV(B) | 300º | 0.27% | 0.93% | - |
XYZ | 64.68 | 53.78 | 86.33 | - |
YUV | 199.02 | 148.87 | 154.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 173 | 236 | 0 | 0.27 | 0 | 0.07 | 300 | 0.62 | 0.8 |
Hex | EC | AD | EC | 0 | 1B | 0 | 7 | 12C | 3E | 50 |
Octal | 354 | 255 | 354 | 0 | 33 | 0 | 7 | 454 | 76 | 120 |
Binary | 11101100 | 10101101 | 11101100 | 0 | 11011 | 0 | 111 | 100101100 | 111110 | 1010000 |
Color Harmonies of #ECADEC
Complementary color
Monochromatic Colors of #ECADEC
Black with #ECADEC
Text Example
Text Example
White with #ECADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADEC; }
p { color: rgb(236,173,236); }
H1.HeaderClassName
{
color: #ECADEC;
}
.AnyTagClassName
{
color: #ECADEC;
}
</style>
background-color css
<style>
a { background-color: #ECADEC; }
a { background-color: rgb(236,173,236); }
div.DivClassName
{
background-color: #ECADEC;
}
.BgClassName
{
background-color: #ECADEC;
}
</style>
border-color css
<style>
span { border-color: #ECADEC; }
span { border-color: rgb(236,173,236); }
td.TdClassName
{
border-color: #ECADEC;
}
.TagClassName
{
border-color: #ECADEC;
}
</style>