Shades of Mauve #EBC6FF
Tints of Mauve #EBC6FF
RGB
CMYK
RGB Variations
Color information
#EBC6FF (or 0xEBC6FF) is known color: Mauve. HEX triplet: EB, C6 and FF. RGB value is (235,198,255). Sum of RGB (Red+Green+Blue) = 235+198+255=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 198 (77.73% from 255 or 28.78% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBC6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC6FF is #143900. Grayscale: #D7D7D7. Windows color (decimal): -1325313 or 16762603. OLE color: 16762603.
HSL color Cylindrical-coordinate representation of color #EBC6FF: hue angle of 278.95º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBC6FF is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 198 | 255 | - |
| CMYK | 0.08 | 0.22 | 0 | 0 |
| HSL | 278.95º | 1% | 0.89% | - |
| HSV(B) | 278.95º | 0.22% | 1% | - |
| XYZ | 72.51 | 65.27 | 103.38 | - |
| YUV | 215.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 255 | 0.08 | 0.22 | 0 | 0 | 278.95 | 1 | 0.89 |
| Hex | EB | C6 | FF | 8 | 16 | 0 | 0 | 117 | 64 | 59 |
| Octal | 353 | 306 | 377 | 10 | 26 | 0 | 0 | 427 | 144 | 131 |
| Binary | 11101011 | 11000110 | 11111111 | 1000 | 10110 | 0 | 0 | 100010111 | 1100100 | 1011001 |
Color Harmonies of #EBC6FF
Complementary color
Monochromatic Colors of #EBC6FF
Black with #EBC6FF
Text Example
Text Example
White with #EBC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC6FF; }
p { color: rgb(235,198,255); }
H1.HeaderClassName
{
color: #EBC6FF;
}
.AnyTagClassName
{
color: #EBC6FF;
}
</style>
background-color css
<style>
a { background-color: #EBC6FF; }
a { background-color: rgb(235,198,255); }
div.DivClassName
{
background-color: #EBC6FF;
}
.BgClassName
{
background-color: #EBC6FF;
}
</style>
border-color css
<style>
span { border-color: #EBC6FF; }
span { border-color: rgb(235,198,255); }
td.TdClassName
{
border-color: #EBC6FF;
}
.TagClassName
{
border-color: #EBC6FF;
}
</style>