Shades of Mauve #CEA0F7
Tints of Mauve #CEA0F7
RGB
CMYK
RGB Variations
Color information
#CEA0F7 (or 0xCEA0F7) is known color: Mauve. HEX triplet: CE, A0 and F7. RGB value is (206,160,247). Sum of RGB (Red+Green+Blue) = 206+160+247=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEA0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0F7 is #315F08. Grayscale: #B7B7B7. Windows color (decimal): -3235593 or 16228558. OLE color: 16228558.
HSL color Cylindrical-coordinate representation of color #CEA0F7: hue angle of 271.72º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEA0F7 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 160 | 247 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.03 |
| HSL | 271.72º | 0.84% | 0.8% | - |
| HSV(B) | 271.72º | 0.35% | 0.97% | - |
| XYZ | 54.81 | 44.98 | 93.79 | - |
| YUV | 183.67 | 163.74 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 247 | 0.17 | 0.35 | 0 | 0.03 | 271.72 | 0.84 | 0.8 |
| Hex | CE | A0 | F7 | 11 | 23 | 0 | 3 | 110 | 54 | 50 |
| Octal | 316 | 240 | 367 | 21 | 43 | 0 | 3 | 420 | 124 | 120 |
| Binary | 11001110 | 10100000 | 11110111 | 10001 | 100011 | 0 | 11 | 100010000 | 1010100 | 1010000 |
Color Harmonies of #CEA0F7
Complementary color
Monochromatic Colors of #CEA0F7
Black with #CEA0F7
Text Example
Text Example
White with #CEA0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0F7; }
p { color: rgb(206,160,247); }
H1.HeaderClassName
{
color: #CEA0F7;
}
.AnyTagClassName
{
color: #CEA0F7;
}
</style>
background-color css
<style>
a { background-color: #CEA0F7; }
a { background-color: rgb(206,160,247); }
div.DivClassName
{
background-color: #CEA0F7;
}
.BgClassName
{
background-color: #CEA0F7;
}
</style>
border-color css
<style>
span { border-color: #CEA0F7; }
span { border-color: rgb(206,160,247); }
td.TdClassName
{
border-color: #CEA0F7;
}
.TagClassName
{
border-color: #CEA0F7;
}
</style>