Shades of Plum #ECADEF
Tints of Plum #ECADEF
RGB
CMYK
RGB Variations
Color information
#ECADEF (or 0xECADEF) is known color: Plum. HEX triplet: EC, AD and EF. RGB value is (236,173,239). Sum of RGB (Red+Green+Blue) = 236+173+239=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADEF is #135210. Grayscale: #C7C7C7. Windows color (decimal): -1266193 or 15707628. OLE color: 15707628.
HSL color Cylindrical-coordinate representation of color #ECADEF: hue angle of 297.27º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECADEF is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 173 | 239 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.06 |
| HSL | 297.27º | 0.67% | 0.81% | - |
| HSV(B) | 297.27º | 0.28% | 0.94% | - |
| XYZ | 65.12 | 53.95 | 88.64 | - |
| YUV | 199.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 239 | 0.01 | 0.28 | 0 | 0.06 | 297.27 | 0.67 | 0.81 |
| Hex | EC | AD | EF | 1 | 1C | 0 | 6 | 129 | 43 | 51 |
| Octal | 354 | 255 | 357 | 1 | 34 | 0 | 6 | 451 | 103 | 121 |
| Binary | 11101100 | 10101101 | 11101111 | 1 | 11100 | 0 | 110 | 100101001 | 1000011 | 1010001 |
Color Harmonies of #ECADEF
Complementary color
Monochromatic Colors of #ECADEF
Black with #ECADEF
Text Example
Text Example
White with #ECADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADEF; }
p { color: rgb(236,173,239); }
H1.HeaderClassName
{
color: #ECADEF;
}
.AnyTagClassName
{
color: #ECADEF;
}
</style>
background-color css
<style>
a { background-color: #ECADEF; }
a { background-color: rgb(236,173,239); }
div.DivClassName
{
background-color: #ECADEF;
}
.BgClassName
{
background-color: #ECADEF;
}
</style>
border-color css
<style>
span { border-color: #ECADEF; }
span { border-color: rgb(236,173,239); }
td.TdClassName
{
border-color: #ECADEF;
}
.TagClassName
{
border-color: #ECADEF;
}
</style>