Shades of Mauve #ECBCFF
Tints of Mauve #ECBCFF
RGB
CMYK
RGB Variations
Color information
#ECBCFF (or 0xECBCFF) is known color: Mauve. HEX triplet: EC, BC and FF. RGB value is (236,188,255). Sum of RGB (Red+Green+Blue) = 236+188+255=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 188 (73.83% from 255 or 27.69% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECBCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBCFF is #134300. Grayscale: #D1D1D1. Windows color (decimal): -1262337 or 16760044. OLE color: 16760044.
HSL color Cylindrical-coordinate representation of color #ECBCFF: hue angle of 282.99º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECBCFF is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 188 | 255 | - |
| CMYK | 0.07 | 0.26 | 0 | 0 |
| HSL | 282.99º | 1% | 0.87% | - |
| HSV(B) | 282.99º | 0.26% | 1% | - |
| XYZ | 70.63 | 61.02 | 102.66 | - |
| YUV | 209.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 255 | 0.07 | 0.26 | 0 | 0 | 282.99 | 1 | 0.87 |
| Hex | EC | BC | FF | 7 | 1A | 0 | 0 | 11B | 64 | 57 |
| Octal | 354 | 274 | 377 | 7 | 32 | 0 | 0 | 433 | 144 | 127 |
| Binary | 11101100 | 10111100 | 11111111 | 111 | 11010 | 0 | 0 | 100011011 | 1100100 | 1010111 |
Color Harmonies of #ECBCFF
Complementary color
Monochromatic Colors of #ECBCFF
Black with #ECBCFF
Text Example
Text Example
White with #ECBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCFF; }
p { color: rgb(236,188,255); }
H1.HeaderClassName
{
color: #ECBCFF;
}
.AnyTagClassName
{
color: #ECBCFF;
}
</style>
background-color css
<style>
a { background-color: #ECBCFF; }
a { background-color: rgb(236,188,255); }
div.DivClassName
{
background-color: #ECBCFF;
}
.BgClassName
{
background-color: #ECBCFF;
}
</style>
border-color css
<style>
span { border-color: #ECBCFF; }
span { border-color: rgb(236,188,255); }
td.TdClassName
{
border-color: #ECBCFF;
}
.TagClassName
{
border-color: #ECBCFF;
}
</style>