Shades of Mauve #EBC3FD
Tints of Mauve #EBC3FD
RGB
CMYK
RGB Variations
Color information
#EBC3FD (or 0xEBC3FD) is known color: Mauve. HEX triplet: EB, C3 and FD. RGB value is (235,195,253). Sum of RGB (Red+Green+Blue) = 235+195+253=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 195 (76.56% from 255 or 28.55% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBC3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3FD is #143C02. Grayscale: #D5D5D5. Windows color (decimal): -1326083 or 16630763. OLE color: 16630763.
HSL color Cylindrical-coordinate representation of color #EBC3FD: hue angle of 281.38º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBC3FD is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 195 | 253 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.01 |
| HSL | 281.38º | 0.94% | 0.88% | - |
| HSV(B) | 281.38º | 0.23% | 0.99% | - |
| XYZ | 71.51 | 63.78 | 101.47 | - |
| YUV | 213.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 253 | 0.07 | 0.23 | 0 | 0.01 | 281.38 | 0.94 | 0.88 |
| Hex | EB | C3 | FD | 7 | 17 | 0 | 1 | 119 | 5E | 58 |
| Octal | 353 | 303 | 375 | 7 | 27 | 0 | 1 | 431 | 136 | 130 |
| Binary | 11101011 | 11000011 | 11111101 | 111 | 10111 | 0 | 1 | 100011001 | 1011110 | 1011000 |
Color Harmonies of #EBC3FD
Complementary color
Monochromatic Colors of #EBC3FD
Black with #EBC3FD
Text Example
Text Example
White with #EBC3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC3FD; }
p { color: rgb(235,195,253); }
H1.HeaderClassName
{
color: #EBC3FD;
}
.AnyTagClassName
{
color: #EBC3FD;
}
</style>
background-color css
<style>
a { background-color: #EBC3FD; }
a { background-color: rgb(235,195,253); }
div.DivClassName
{
background-color: #EBC3FD;
}
.BgClassName
{
background-color: #EBC3FD;
}
</style>
border-color css
<style>
span { border-color: #EBC3FD; }
span { border-color: rgb(235,195,253); }
td.TdClassName
{
border-color: #EBC3FD;
}
.TagClassName
{
border-color: #EBC3FD;
}
</style>