Shades of Mauve #EBC4FF
Tints of Mauve #EBC4FF
RGB
CMYK
RGB Variations
Color information
#EBC4FF (or 0xEBC4FF) is known color: Mauve. HEX triplet: EB, C4 and FF. RGB value is (235,196,255). Sum of RGB (Red+Green+Blue) = 235+196+255=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 196 (76.95% from 255 or 28.57% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC4FF is #143B00. Grayscale: #D6D6D6. Windows color (decimal): -1325825 or 16762091. OLE color: 16762091.
HSL color Cylindrical-coordinate representation of color #EBC4FF: hue angle of 279.66º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBC4FF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 196 | 255 | - |
| CMYK | 0.08 | 0.23 | 0 | 0 |
| HSL | 279.66º | 1% | 0.88% | - |
| HSV(B) | 279.66º | 0.23% | 1% | - |
| XYZ | 72.05 | 64.36 | 103.23 | - |
| YUV | 214.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 255 | 0.08 | 0.23 | 0 | 0 | 279.66 | 1 | 0.88 |
| Hex | EB | C4 | FF | 8 | 17 | 0 | 0 | 118 | 64 | 58 |
| Octal | 353 | 304 | 377 | 10 | 27 | 0 | 0 | 430 | 144 | 130 |
| Binary | 11101011 | 11000100 | 11111111 | 1000 | 10111 | 0 | 0 | 100011000 | 1100100 | 1011000 |
Color Harmonies of #EBC4FF
Complementary color
Monochromatic Colors of #EBC4FF
Black with #EBC4FF
Text Example
Text Example
White with #EBC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC4FF; }
p { color: rgb(235,196,255); }
H1.HeaderClassName
{
color: #EBC4FF;
}
.AnyTagClassName
{
color: #EBC4FF;
}
</style>
background-color css
<style>
a { background-color: #EBC4FF; }
a { background-color: rgb(235,196,255); }
div.DivClassName
{
background-color: #EBC4FF;
}
.BgClassName
{
background-color: #EBC4FF;
}
</style>
border-color css
<style>
span { border-color: #EBC4FF; }
span { border-color: rgb(235,196,255); }
td.TdClassName
{
border-color: #EBC4FF;
}
.TagClassName
{
border-color: #EBC4FF;
}
</style>