Shades of Mauve #CFA8F6
Tints of Mauve #CFA8F6
RGB
CMYK
RGB Variations
Color information
#CFA8F6 (or 0xCFA8F6) is known color: Mauve. HEX triplet: CF, A8 and F6. RGB value is (207,168,246). Sum of RGB (Red+Green+Blue) = 207+168+246=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFA8F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA8F6 is #305709. Grayscale: #BCBCBC. Windows color (decimal): -3168010 or 16165071. OLE color: 16165071.
HSL color Cylindrical-coordinate representation of color #CFA8F6: hue angle of 270º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA8F6 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 168 | 246 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.04 |
| HSL | 270º | 0.81% | 0.81% | - |
| HSV(B) | 270º | 0.32% | 0.96% | - |
| XYZ | 56.37 | 47.92 | 93.47 | - |
| YUV | 188.55 | 160.42 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 246 | 0.16 | 0.32 | 0 | 0.04 | 270 | 0.81 | 0.81 |
| Hex | CF | A8 | F6 | 10 | 20 | 0 | 4 | 10E | 51 | 51 |
| Octal | 317 | 250 | 366 | 20 | 40 | 0 | 4 | 416 | 121 | 121 |
| Binary | 11001111 | 10101000 | 11110110 | 10000 | 100000 | 0 | 100 | 100001110 | 1010001 | 1010001 |
Color Harmonies of #CFA8F6
Complementary color
Monochromatic Colors of #CFA8F6
Black with #CFA8F6
Text Example
Text Example
White with #CFA8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8F6; }
p { color: rgb(207,168,246); }
H1.HeaderClassName
{
color: #CFA8F6;
}
.AnyTagClassName
{
color: #CFA8F6;
}
</style>
background-color css
<style>
a { background-color: #CFA8F6; }
a { background-color: rgb(207,168,246); }
div.DivClassName
{
background-color: #CFA8F6;
}
.BgClassName
{
background-color: #CFA8F6;
}
</style>
border-color css
<style>
span { border-color: #CFA8F6; }
span { border-color: rgb(207,168,246); }
td.TdClassName
{
border-color: #CFA8F6;
}
.TagClassName
{
border-color: #CFA8F6;
}
</style>