Shades of Mauve #CEA0FA
Tints of Mauve #CEA0FA
RGB
CMYK
RGB Variations
Color information
#CEA0FA (or 0xCEA0FA) is known color: Mauve. HEX triplet: CE, A0 and FA. RGB value is (206,160,250). Sum of RGB (Red+Green+Blue) = 206+160+250=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0FA is #315F05. Grayscale: #B7B7B7. Windows color (decimal): -3235590 or 16425166. OLE color: 16425166.
HSL color Cylindrical-coordinate representation of color #CEA0FA: hue angle of 270.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEA0FA is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 160 | 250 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.02 |
| HSL | 270.67º | 0.9% | 0.8% | - |
| HSV(B) | 270.67º | 0.36% | 0.98% | - |
| XYZ | 55.28 | 45.17 | 96.25 | - |
| YUV | 184.01 | 165.24 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 250 | 0.18 | 0.36 | 0 | 0.02 | 270.67 | 0.9 | 0.8 |
| Hex | CE | A0 | FA | 12 | 24 | 0 | 2 | 10F | 5A | 50 |
| Octal | 316 | 240 | 372 | 22 | 44 | 0 | 2 | 417 | 132 | 120 |
| Binary | 11001110 | 10100000 | 11111010 | 10010 | 100100 | 0 | 10 | 100001111 | 1011010 | 1010000 |
Color Harmonies of #CEA0FA
Complementary color
Monochromatic Colors of #CEA0FA
Black with #CEA0FA
Text Example
Text Example
White with #CEA0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0FA; }
p { color: rgb(206,160,250); }
H1.HeaderClassName
{
color: #CEA0FA;
}
.AnyTagClassName
{
color: #CEA0FA;
}
</style>
background-color css
<style>
a { background-color: #CEA0FA; }
a { background-color: rgb(206,160,250); }
div.DivClassName
{
background-color: #CEA0FA;
}
.BgClassName
{
background-color: #CEA0FA;
}
</style>
border-color css
<style>
span { border-color: #CEA0FA; }
span { border-color: rgb(206,160,250); }
td.TdClassName
{
border-color: #CEA0FA;
}
.TagClassName
{
border-color: #CEA0FA;
}
</style>