Shades of Mauve #CE9BFC
Tints of Mauve #CE9BFC
RGB
CMYK
RGB Variations
Color information
#CE9BFC (or 0xCE9BFC) is known color: Mauve. HEX triplet: CE, 9B and FC. RGB value is (206,155,252). Sum of RGB (Red+Green+Blue) = 206+155+252=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE9BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BFC is #316403. Grayscale: #B4B4B4. Windows color (decimal): -3236868 or 16554958. OLE color: 16554958.
HSL color Cylindrical-coordinate representation of color #CE9BFC: hue angle of 271.55º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE9BFC is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 155 | 252 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.01 |
| HSL | 271.55º | 0.94% | 0.8% | - |
| HSV(B) | 271.55º | 0.38% | 0.99% | - |
| XYZ | 54.75 | 43.59 | 97.62 | - |
| YUV | 181.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 252 | 0.18 | 0.38 | 0 | 0.01 | 271.55 | 0.94 | 0.8 |
| Hex | CE | 9B | FC | 12 | 26 | 0 | 1 | 110 | 5E | 50 |
| Octal | 316 | 233 | 374 | 22 | 46 | 0 | 1 | 420 | 136 | 120 |
| Binary | 11001110 | 10011011 | 11111100 | 10010 | 100110 | 0 | 1 | 100010000 | 1011110 | 1010000 |
Color Harmonies of #CE9BFC
Complementary color
Monochromatic Colors of #CE9BFC
Black with #CE9BFC
Text Example
Text Example
White with #CE9BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9BFC; }
p { color: rgb(206,155,252); }
H1.HeaderClassName
{
color: #CE9BFC;
}
.AnyTagClassName
{
color: #CE9BFC;
}
</style>
background-color css
<style>
a { background-color: #CE9BFC; }
a { background-color: rgb(206,155,252); }
div.DivClassName
{
background-color: #CE9BFC;
}
.BgClassName
{
background-color: #CE9BFC;
}
</style>
border-color css
<style>
span { border-color: #CE9BFC; }
span { border-color: rgb(206,155,252); }
td.TdClassName
{
border-color: #CE9BFC;
}
.TagClassName
{
border-color: #CE9BFC;
}
</style>