Shades of Mauve #CE90FE
Tints of Mauve #CE90FE
RGB
CMYK
RGB Variations
Color information
#CE90FE (or 0xCE90FE) is known color: Mauve. HEX triplet: CE, 90 and FE. RGB value is (206,144,254). Sum of RGB (Red+Green+Blue) = 206+144+254=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE90FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE90FE is #316F01. Grayscale: #AEAEAE. Windows color (decimal): -3239682 or 16683214. OLE color: 16683214.
HSL color Cylindrical-coordinate representation of color #CE90FE: hue angle of 273.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE90FE is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 144 | 254 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.00 |
| HSL | 273.82º | 0.98% | 0.78% | - |
| HSV(B) | 273.82º | 0.43% | 1% | - |
| XYZ | 53.32 | 40.22 | 98.72 | - |
| YUV | 175.08 | 172.54 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 254 | 0.19 | 0.43 | 0 | 0.00 | 273.82 | 0.98 | 0.78 |
| Hex | CE | 90 | FE | 13 | 2B | 0 | 0 | 112 | 62 | 4E |
| Octal | 316 | 220 | 376 | 23 | 53 | 0 | 0 | 422 | 142 | 116 |
| Binary | 11001110 | 10010000 | 11111110 | 10011 | 101011 | 0 | 0 | 100010010 | 1100010 | 1001110 |
Color Harmonies of #CE90FE
Complementary color
Monochromatic Colors of #CE90FE
Black with #CE90FE
Text Example
Text Example
White with #CE90FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90FE; }
p { color: rgb(206,144,254); }
H1.HeaderClassName
{
color: #CE90FE;
}
.AnyTagClassName
{
color: #CE90FE;
}
</style>
background-color css
<style>
a { background-color: #CE90FE; }
a { background-color: rgb(206,144,254); }
div.DivClassName
{
background-color: #CE90FE;
}
.BgClassName
{
background-color: #CE90FE;
}
</style>
border-color css
<style>
span { border-color: #CE90FE; }
span { border-color: rgb(206,144,254); }
td.TdClassName
{
border-color: #CE90FE;
}
.TagClassName
{
border-color: #CE90FE;
}
</style>