Shades of Mauve #EBBCFD
Tints of Mauve #EBBCFD
RGB
CMYK
RGB Variations
Color information
#EBBCFD (or 0xEBBCFD) is known color: Mauve. HEX triplet: EB, BC and FD. RGB value is (235,188,253). Sum of RGB (Red+Green+Blue) = 235+188+253=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 188 (73.83% from 255 or 27.81% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBBCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBCFD is #144302. Grayscale: #D1D1D1. Windows color (decimal): -1327875 or 16628971. OLE color: 16628971.
HSL color Cylindrical-coordinate representation of color #EBBCFD: hue angle of 283.38º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBBCFD is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 188 | 253 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.01 |
| HSL | 283.38º | 0.94% | 0.86% | - |
| HSV(B) | 283.38º | 0.26% | 0.99% | - |
| XYZ | 69.97 | 60.72 | 100.96 | - |
| YUV | 209.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 253 | 0.07 | 0.26 | 0 | 0.01 | 283.38 | 0.94 | 0.86 |
| Hex | EB | BC | FD | 7 | 1A | 0 | 1 | 11B | 5E | 56 |
| Octal | 353 | 274 | 375 | 7 | 32 | 0 | 1 | 433 | 136 | 126 |
| Binary | 11101011 | 10111100 | 11111101 | 111 | 11010 | 0 | 1 | 100011011 | 1011110 | 1010110 |
Color Harmonies of #EBBCFD
Complementary color
Monochromatic Colors of #EBBCFD
Black with #EBBCFD
Text Example
Text Example
White with #EBBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBCFD; }
p { color: rgb(235,188,253); }
H1.HeaderClassName
{
color: #EBBCFD;
}
.AnyTagClassName
{
color: #EBBCFD;
}
</style>
background-color css
<style>
a { background-color: #EBBCFD; }
a { background-color: rgb(235,188,253); }
div.DivClassName
{
background-color: #EBBCFD;
}
.BgClassName
{
background-color: #EBBCFD;
}
</style>
border-color css
<style>
span { border-color: #EBBCFD; }
span { border-color: rgb(235,188,253); }
td.TdClassName
{
border-color: #EBBCFD;
}
.TagClassName
{
border-color: #EBBCFD;
}
</style>