Shades of Mauve #CEA1FE
Tints of Mauve #CEA1FE
RGB
CMYK
RGB Variations
Color information
#CEA1FE (or 0xCEA1FE) is known color: Mauve. HEX triplet: CE, A1 and FE. RGB value is (206,161,254). Sum of RGB (Red+Green+Blue) = 206+161+254=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA1FE is #315E01. Grayscale: #B8B8B8. Windows color (decimal): -3235330 or 16687566. OLE color: 16687566.
HSL color Cylindrical-coordinate representation of color #CEA1FE: hue angle of 269.03º 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 #CEA1FE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 161 | 254 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.00 |
| HSL | 269.03º | 0.98% | 0.81% | - |
| HSV(B) | 269.03º | 0.37% | 1% | - |
| XYZ | 56.09 | 45.77 | 99.64 | - |
| YUV | 185.06 | 166.91 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 254 | 0.19 | 0.37 | 0 | 0.00 | 269.03 | 0.98 | 0.81 |
| Hex | CE | A1 | FE | 13 | 25 | 0 | 0 | 10D | 62 | 51 |
| Octal | 316 | 241 | 376 | 23 | 45 | 0 | 0 | 415 | 142 | 121 |
| Binary | 11001110 | 10100001 | 11111110 | 10011 | 100101 | 0 | 0 | 100001101 | 1100010 | 1010001 |
Color Harmonies of #CEA1FE
Complementary color
Monochromatic Colors of #CEA1FE
Black with #CEA1FE
Text Example
Text Example
White with #CEA1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA1FE; }
p { color: rgb(206,161,254); }
H1.HeaderClassName
{
color: #CEA1FE;
}
.AnyTagClassName
{
color: #CEA1FE;
}
</style>
background-color css
<style>
a { background-color: #CEA1FE; }
a { background-color: rgb(206,161,254); }
div.DivClassName
{
background-color: #CEA1FE;
}
.BgClassName
{
background-color: #CEA1FE;
}
</style>
border-color css
<style>
span { border-color: #CEA1FE; }
span { border-color: rgb(206,161,254); }
td.TdClassName
{
border-color: #CEA1FE;
}
.TagClassName
{
border-color: #CEA1FE;
}
</style>