Shades of Mauve #CE96FB
Tints of Mauve #CE96FB
RGB
CMYK
RGB Variations
Color information
#CE96FB (or 0xCE96FB) is known color: Mauve. HEX triplet: CE, 96 and FB. RGB value is (206,150,251). Sum of RGB (Red+Green+Blue) = 206+150+251=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE96FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE96FB is #316904. Grayscale: #B1B1B1. Windows color (decimal): -3238149 or 16488142. OLE color: 16488142.
HSL color Cylindrical-coordinate representation of color #CE96FB: hue angle of 273.27º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE96FB is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 150 | 251 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.02 |
| HSL | 273.27º | 0.93% | 0.79% | - |
| HSV(B) | 273.27º | 0.4% | 0.98% | - |
| XYZ | 53.77 | 41.9 | 96.52 | - |
| YUV | 178.26 | 169.05 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 251 | 0.18 | 0.40 | 0 | 0.02 | 273.27 | 0.93 | 0.79 |
| Hex | CE | 96 | FB | 12 | 28 | 0 | 2 | 111 | 5D | 4F |
| Octal | 316 | 226 | 373 | 22 | 50 | 0 | 2 | 421 | 135 | 117 |
| Binary | 11001110 | 10010110 | 11111011 | 10010 | 101000 | 0 | 10 | 100010001 | 1011101 | 1001111 |
Color Harmonies of #CE96FB
Complementary color
Monochromatic Colors of #CE96FB
Black with #CE96FB
Text Example
Text Example
White with #CE96FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE96FB; }
p { color: rgb(206,150,251); }
H1.HeaderClassName
{
color: #CE96FB;
}
.AnyTagClassName
{
color: #CE96FB;
}
</style>
background-color css
<style>
a { background-color: #CE96FB; }
a { background-color: rgb(206,150,251); }
div.DivClassName
{
background-color: #CE96FB;
}
.BgClassName
{
background-color: #CE96FB;
}
</style>
border-color css
<style>
span { border-color: #CE96FB; }
span { border-color: rgb(206,150,251); }
td.TdClassName
{
border-color: #CE96FB;
}
.TagClassName
{
border-color: #CE96FB;
}
</style>