Shades of Mauve #CE9CFE
Tints of Mauve #CE9CFE
RGB
CMYK
RGB Variations
Color information
#CE9CFE (or 0xCE9CFE) is known color: Mauve. HEX triplet: CE, 9C and FE. RGB value is (206,156,254). Sum of RGB (Red+Green+Blue) = 206+156+254=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE9CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9CFE is #316301. Grayscale: #B5B5B5. Windows color (decimal): -3236610 or 16686286. OLE color: 16686286.
HSL color Cylindrical-coordinate representation of color #CE9CFE: hue angle of 270.61º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE9CFE is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 156 | 254 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.00 |
| HSL | 270.61º | 0.98% | 0.8% | - |
| HSV(B) | 270.61º | 0.39% | 1% | - |
| XYZ | 55.23 | 44.05 | 99.36 | - |
| YUV | 182.12 | 168.57 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 254 | 0.19 | 0.39 | 0 | 0.00 | 270.61 | 0.98 | 0.8 |
| Hex | CE | 9C | FE | 13 | 27 | 0 | 0 | 10F | 62 | 50 |
| Octal | 316 | 234 | 376 | 23 | 47 | 0 | 0 | 417 | 142 | 120 |
| Binary | 11001110 | 10011100 | 11111110 | 10011 | 100111 | 0 | 0 | 100001111 | 1100010 | 1010000 |
Color Harmonies of #CE9CFE
Complementary color
Monochromatic Colors of #CE9CFE
Black with #CE9CFE
Text Example
Text Example
White with #CE9CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9CFE; }
p { color: rgb(206,156,254); }
H1.HeaderClassName
{
color: #CE9CFE;
}
.AnyTagClassName
{
color: #CE9CFE;
}
</style>
background-color css
<style>
a { background-color: #CE9CFE; }
a { background-color: rgb(206,156,254); }
div.DivClassName
{
background-color: #CE9CFE;
}
.BgClassName
{
background-color: #CE9CFE;
}
</style>
border-color css
<style>
span { border-color: #CE9CFE; }
span { border-color: rgb(206,156,254); }
td.TdClassName
{
border-color: #CE9CFE;
}
.TagClassName
{
border-color: #CE9CFE;
}
</style>