Shades of Mauve #CE9FFE
Tints of Mauve #CE9FFE
RGB
CMYK
RGB Variations
Color information
#CE9FFE (or 0xCE9FFE) is known color: Mauve. HEX triplet: CE, 9F and FE. RGB value is (206,159,254). Sum of RGB (Red+Green+Blue) = 206+159+254=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE9FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FFE is #316001. Grayscale: #B7B7B7. Windows color (decimal): -3235842 or 16687054. OLE color: 16687054.
HSL color Cylindrical-coordinate representation of color #CE9FFE: hue angle of 269.68º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE9FFE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 159 | 254 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.00 |
| HSL | 269.68º | 0.98% | 0.81% | - |
| HSV(B) | 269.68º | 0.37% | 1% | - |
| XYZ | 55.74 | 45.07 | 99.53 | - |
| YUV | 183.88 | 167.57 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 254 | 0.19 | 0.37 | 0 | 0.00 | 269.68 | 0.98 | 0.81 |
| Hex | CE | 9F | FE | 13 | 25 | 0 | 0 | 10E | 62 | 51 |
| Octal | 316 | 237 | 376 | 23 | 45 | 0 | 0 | 416 | 142 | 121 |
| Binary | 11001110 | 10011111 | 11111110 | 10011 | 100101 | 0 | 0 | 100001110 | 1100010 | 1010001 |
Color Harmonies of #CE9FFE
Complementary color
Monochromatic Colors of #CE9FFE
Black with #CE9FFE
Text Example
Text Example
White with #CE9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FFE; }
p { color: rgb(206,159,254); }
H1.HeaderClassName
{
color: #CE9FFE;
}
.AnyTagClassName
{
color: #CE9FFE;
}
</style>
background-color css
<style>
a { background-color: #CE9FFE; }
a { background-color: rgb(206,159,254); }
div.DivClassName
{
background-color: #CE9FFE;
}
.BgClassName
{
background-color: #CE9FFE;
}
</style>
border-color css
<style>
span { border-color: #CE9FFE; }
span { border-color: rgb(206,159,254); }
td.TdClassName
{
border-color: #CE9FFE;
}
.TagClassName
{
border-color: #CE9FFE;
}
</style>