Shades of Mauve #ECABFF
Tints of Mauve #ECABFF
RGB
CMYK
RGB Variations
Color information
#ECABFF (or 0xECABFF) is known color: Mauve. HEX triplet: EC, AB and FF. RGB value is (236,171,255). Sum of RGB (Red+Green+Blue) = 236+171+255=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 171 (67.19% from 255 or 25.83% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECABFF is #135400. Grayscale: #C7C7C7. Windows color (decimal): -1266689 or 16755692. OLE color: 16755692.
HSL color Cylindrical-coordinate representation of color #ECABFF: hue angle of 286.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECABFF is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 171 | 255 | - |
| CMYK | 0.07 | 0.33 | 0 | 0 |
| HSL | 286.43º | 1% | 0.84% | - |
| HSV(B) | 286.43º | 0.33% | 1% | - |
| XYZ | 67.2 | 54.18 | 101.52 | - |
| YUV | 200.01 | 159.03 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 255 | 0.07 | 0.33 | 0 | 0 | 286.43 | 1 | 0.84 |
| Hex | EC | AB | FF | 7 | 21 | 0 | 0 | 11E | 64 | 54 |
| Octal | 354 | 253 | 377 | 7 | 41 | 0 | 0 | 436 | 144 | 124 |
| Binary | 11101100 | 10101011 | 11111111 | 111 | 100001 | 0 | 0 | 100011110 | 1100100 | 1010100 |
Color Harmonies of #ECABFF
Complementary color
Monochromatic Colors of #ECABFF
Black with #ECABFF
Text Example
Text Example
White with #ECABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABFF; }
p { color: rgb(236,171,255); }
H1.HeaderClassName
{
color: #ECABFF;
}
.AnyTagClassName
{
color: #ECABFF;
}
</style>
background-color css
<style>
a { background-color: #ECABFF; }
a { background-color: rgb(236,171,255); }
div.DivClassName
{
background-color: #ECABFF;
}
.BgClassName
{
background-color: #ECABFF;
}
</style>
border-color css
<style>
span { border-color: #ECABFF; }
span { border-color: rgb(236,171,255); }
td.TdClassName
{
border-color: #ECABFF;
}
.TagClassName
{
border-color: #ECABFF;
}
</style>