Shades of Mauve #ECBFFE
Tints of Mauve #ECBFFE
RGB
CMYK
RGB Variations
Color information
#ECBFFE (or 0xECBFFE) is known color: Mauve. HEX triplet: EC, BF and FE. RGB value is (236,191,254). Sum of RGB (Red+Green+Blue) = 236+191+254=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECBFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFFE is #134001. Grayscale: #D3D3D3. Windows color (decimal): -1261570 or 16695276. OLE color: 16695276.
HSL color Cylindrical-coordinate representation of color #ECBFFE: hue angle of 282.86º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECBFFE is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 191 | 254 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.00 |
| HSL | 282.86º | 0.97% | 0.87% | - |
| HSV(B) | 282.86º | 0.25% | 1% | - |
| XYZ | 71.11 | 62.25 | 102.03 | - |
| YUV | 211.64 | 151.91 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 254 | 0.07 | 0.25 | 0 | 0.00 | 282.86 | 0.97 | 0.87 |
| Hex | EC | BF | FE | 7 | 19 | 0 | 0 | 11B | 61 | 57 |
| Octal | 354 | 277 | 376 | 7 | 31 | 0 | 0 | 433 | 141 | 127 |
| Binary | 11101100 | 10111111 | 11111110 | 111 | 11001 | 0 | 0 | 100011011 | 1100001 | 1010111 |
Color Harmonies of #ECBFFE
Complementary color
Monochromatic Colors of #ECBFFE
Black with #ECBFFE
Text Example
Text Example
White with #ECBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFFE; }
p { color: rgb(236,191,254); }
H1.HeaderClassName
{
color: #ECBFFE;
}
.AnyTagClassName
{
color: #ECBFFE;
}
</style>
background-color css
<style>
a { background-color: #ECBFFE; }
a { background-color: rgb(236,191,254); }
div.DivClassName
{
background-color: #ECBFFE;
}
.BgClassName
{
background-color: #ECBFFE;
}
</style>
border-color css
<style>
span { border-color: #ECBFFE; }
span { border-color: rgb(236,191,254); }
td.TdClassName
{
border-color: #ECBFFE;
}
.TagClassName
{
border-color: #ECBFFE;
}
</style>