Shades of Mauve #CEA1FA
Tints of Mauve #CEA1FA
RGB
CMYK
RGB Variations
Color information
#CEA1FA (or 0xCEA1FA) is known color: Mauve. HEX triplet: CE, A1 and FA. RGB value is (206,161,250). Sum of RGB (Red+Green+Blue) = 206+161+250=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEA1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA1FA is #315E05. Grayscale: #B8B8B8. Windows color (decimal): -3235334 or 16425422. OLE color: 16425422.
HSL color Cylindrical-coordinate representation of color #CEA1FA: hue angle of 270.34º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEA1FA is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 161 | 250 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.02 |
| HSL | 270.34º | 0.9% | 0.81% | - |
| HSV(B) | 270.34º | 0.36% | 0.98% | - |
| XYZ | 55.45 | 45.51 | 96.3 | - |
| YUV | 184.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 250 | 0.18 | 0.36 | 0 | 0.02 | 270.34 | 0.9 | 0.81 |
| Hex | CE | A1 | FA | 12 | 24 | 0 | 2 | 10E | 5A | 51 |
| Octal | 316 | 241 | 372 | 22 | 44 | 0 | 2 | 416 | 132 | 121 |
| Binary | 11001110 | 10100001 | 11111010 | 10010 | 100100 | 0 | 10 | 100001110 | 1011010 | 1010001 |
Color Harmonies of #CEA1FA
Complementary color
Monochromatic Colors of #CEA1FA
Black with #CEA1FA
Text Example
Text Example
White with #CEA1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA1FA; }
p { color: rgb(206,161,250); }
H1.HeaderClassName
{
color: #CEA1FA;
}
.AnyTagClassName
{
color: #CEA1FA;
}
</style>
background-color css
<style>
a { background-color: #CEA1FA; }
a { background-color: rgb(206,161,250); }
div.DivClassName
{
background-color: #CEA1FA;
}
.BgClassName
{
background-color: #CEA1FA;
}
</style>
border-color css
<style>
span { border-color: #CEA1FA; }
span { border-color: rgb(206,161,250); }
td.TdClassName
{
border-color: #CEA1FA;
}
.TagClassName
{
border-color: #CEA1FA;
}
</style>