Shades of Mauve #EBC0FD
Tints of Mauve #EBC0FD
RGB
CMYK
RGB Variations
Color information
#EBC0FD (or 0xEBC0FD) is known color: Mauve. HEX triplet: EB, C0 and FD. RGB value is (235,192,253). Sum of RGB (Red+Green+Blue) = 235+192+253=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 192 (75.39% from 255 or 28.24% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBC0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0FD is #143F02. Grayscale: #D3D3D3. Windows color (decimal): -1326851 or 16629995. OLE color: 16629995.
HSL color Cylindrical-coordinate representation of color #EBC0FD: hue angle of 282.3º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBC0FD is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 192 | 253 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.01 |
| HSL | 282.3º | 0.94% | 0.87% | - |
| HSV(B) | 282.3º | 0.24% | 0.99% | - |
| XYZ | 70.84 | 62.45 | 101.25 | - |
| YUV | 211.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 253 | 0.07 | 0.24 | 0 | 0.01 | 282.3 | 0.94 | 0.87 |
| Hex | EB | C0 | FD | 7 | 18 | 0 | 1 | 11A | 5E | 57 |
| Octal | 353 | 300 | 375 | 7 | 30 | 0 | 1 | 432 | 136 | 127 |
| Binary | 11101011 | 11000000 | 11111101 | 111 | 11000 | 0 | 1 | 100011010 | 1011110 | 1010111 |
Color Harmonies of #EBC0FD
Complementary color
Monochromatic Colors of #EBC0FD
Black with #EBC0FD
Text Example
Text Example
White with #EBC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0FD; }
p { color: rgb(235,192,253); }
H1.HeaderClassName
{
color: #EBC0FD;
}
.AnyTagClassName
{
color: #EBC0FD;
}
</style>
background-color css
<style>
a { background-color: #EBC0FD; }
a { background-color: rgb(235,192,253); }
div.DivClassName
{
background-color: #EBC0FD;
}
.BgClassName
{
background-color: #EBC0FD;
}
</style>
border-color css
<style>
span { border-color: #EBC0FD; }
span { border-color: rgb(235,192,253); }
td.TdClassName
{
border-color: #EBC0FD;
}
.TagClassName
{
border-color: #EBC0FD;
}
</style>