Shades of Mauve #ECBFFF
Tints of Mauve #ECBFFF
RGB
CMYK
RGB Variations
Color information
#ECBFFF (or 0xECBFFF) is known color: Mauve. HEX triplet: EC, BF and FF. RGB value is (236,191,255). Sum of RGB (Red+Green+Blue) = 236+191+255=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECBFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFFF is #134000. Grayscale: #D3D3D3. Windows color (decimal): -1261569 or 16760812. OLE color: 16760812.
HSL color Cylindrical-coordinate representation of color #ECBFFF: hue angle of 282.19º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECBFFF is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 191 | 255 | - |
| CMYK | 0.07 | 0.25 | 0 | 0 |
| HSL | 282.19º | 1% | 0.87% | - |
| HSV(B) | 282.19º | 0.25% | 1% | - |
| XYZ | 71.27 | 62.31 | 102.88 | - |
| YUV | 211.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 255 | 0.07 | 0.25 | 0 | 0 | 282.19 | 1 | 0.87 |
| Hex | EC | BF | FF | 7 | 19 | 0 | 0 | 11A | 64 | 57 |
| Octal | 354 | 277 | 377 | 7 | 31 | 0 | 0 | 432 | 144 | 127 |
| Binary | 11101100 | 10111111 | 11111111 | 111 | 11001 | 0 | 0 | 100011010 | 1100100 | 1010111 |
Color Harmonies of #ECBFFF
Complementary color
Monochromatic Colors of #ECBFFF
Black with #ECBFFF
Text Example
Text Example
White with #ECBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFFF; }
p { color: rgb(236,191,255); }
H1.HeaderClassName
{
color: #ECBFFF;
}
.AnyTagClassName
{
color: #ECBFFF;
}
</style>
background-color css
<style>
a { background-color: #ECBFFF; }
a { background-color: rgb(236,191,255); }
div.DivClassName
{
background-color: #ECBFFF;
}
.BgClassName
{
background-color: #ECBFFF;
}
</style>
border-color css
<style>
span { border-color: #ECBFFF; }
span { border-color: rgb(236,191,255); }
td.TdClassName
{
border-color: #ECBFFF;
}
.TagClassName
{
border-color: #ECBFFF;
}
</style>