Shades of Mauve #EBC1FD
Tints of Mauve #EBC1FD
RGB
CMYK
RGB Variations
Color information
#EBC1FD (or 0xEBC1FD) is known color: Mauve. HEX triplet: EB, C1 and FD. RGB value is (235,193,253). Sum of RGB (Red+Green+Blue) = 235+193+253=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 193 (75.78% from 255 or 28.34% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBC1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC1FD is #143E02. Grayscale: #D4D4D4. Windows color (decimal): -1326595 or 16630251. OLE color: 16630251.
HSL color Cylindrical-coordinate representation of color #EBC1FD: hue angle of 282º 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 #EBC1FD is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 193 | 253 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.01 |
| HSL | 282º | 0.94% | 0.87% | - |
| HSV(B) | 282º | 0.24% | 0.99% | - |
| XYZ | 71.06 | 62.89 | 101.32 | - |
| YUV | 212.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 253 | 0.07 | 0.24 | 0 | 0.01 | 282 | 0.94 | 0.87 |
| Hex | EB | C1 | FD | 7 | 18 | 0 | 1 | 11A | 5E | 57 |
| Octal | 353 | 301 | 375 | 7 | 30 | 0 | 1 | 432 | 136 | 127 |
| Binary | 11101011 | 11000001 | 11111101 | 111 | 11000 | 0 | 1 | 100011010 | 1011110 | 1010111 |
Color Harmonies of #EBC1FD
Complementary color
Monochromatic Colors of #EBC1FD
Black with #EBC1FD
Text Example
Text Example
White with #EBC1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC1FD; }
p { color: rgb(235,193,253); }
H1.HeaderClassName
{
color: #EBC1FD;
}
.AnyTagClassName
{
color: #EBC1FD;
}
</style>
background-color css
<style>
a { background-color: #EBC1FD; }
a { background-color: rgb(235,193,253); }
div.DivClassName
{
background-color: #EBC1FD;
}
.BgClassName
{
background-color: #EBC1FD;
}
</style>
border-color css
<style>
span { border-color: #EBC1FD; }
span { border-color: rgb(235,193,253); }
td.TdClassName
{
border-color: #EBC1FD;
}
.TagClassName
{
border-color: #EBC1FD;
}
</style>