Shades of Mauve #CE99FE
Tints of Mauve #CE99FE
RGB
CMYK
RGB Variations
Color information
#CE99FE (or 0xCE99FE) is known color: Mauve. HEX triplet: CE, 99 and FE. RGB value is (206,153,254). Sum of RGB (Red+Green+Blue) = 206+153+254=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99FE is #316601. Grayscale: #B4B4B4. Windows color (decimal): -3237378 or 16685518. OLE color: 16685518.
HSL color Cylindrical-coordinate representation of color #CE99FE: hue angle of 271.49º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE99FE is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 153 | 254 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.00 |
| HSL | 271.49º | 0.98% | 0.8% | - |
| HSV(B) | 271.49º | 0.4% | 1% | - |
| XYZ | 54.73 | 43.06 | 99.19 | - |
| YUV | 180.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 254 | 0.19 | 0.40 | 0 | 0.00 | 271.49 | 0.98 | 0.8 |
| Hex | CE | 99 | FE | 13 | 28 | 0 | 0 | 10F | 62 | 50 |
| Octal | 316 | 231 | 376 | 23 | 50 | 0 | 0 | 417 | 142 | 120 |
| Binary | 11001110 | 10011001 | 11111110 | 10011 | 101000 | 0 | 0 | 100001111 | 1100010 | 1010000 |
Color Harmonies of #CE99FE
Complementary color
Monochromatic Colors of #CE99FE
Black with #CE99FE
Text Example
Text Example
White with #CE99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE99FE; }
p { color: rgb(206,153,254); }
H1.HeaderClassName
{
color: #CE99FE;
}
.AnyTagClassName
{
color: #CE99FE;
}
</style>
background-color css
<style>
a { background-color: #CE99FE; }
a { background-color: rgb(206,153,254); }
div.DivClassName
{
background-color: #CE99FE;
}
.BgClassName
{
background-color: #CE99FE;
}
</style>
border-color css
<style>
span { border-color: #CE99FE; }
span { border-color: rgb(206,153,254); }
td.TdClassName
{
border-color: #CE99FE;
}
.TagClassName
{
border-color: #CE99FE;
}
</style>