Shades of Mauve #CFA8F9
Tints of Mauve #CFA8F9
RGB
CMYK
RGB Variations
Color information
#CFA8F9 (or 0xCFA8F9) is known color: Mauve. HEX triplet: CF, A8 and F9. RGB value is (207,168,249). Sum of RGB (Red+Green+Blue) = 207+168+249=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFA8F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA8F9 is #305706. Grayscale: #BCBCBC. Windows color (decimal): -3168007 or 16361679. OLE color: 16361679.
HSL color Cylindrical-coordinate representation of color #CFA8F9: hue angle of 268.89º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFA8F9 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 168 | 249 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.02 |
| HSL | 268.89º | 0.87% | 0.82% | - |
| HSV(B) | 268.89º | 0.33% | 0.98% | - |
| XYZ | 56.83 | 48.11 | 95.91 | - |
| YUV | 188.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 249 | 0.17 | 0.33 | 0 | 0.02 | 268.89 | 0.87 | 0.82 |
| Hex | CF | A8 | F9 | 11 | 21 | 0 | 2 | 10D | 57 | 52 |
| Octal | 317 | 250 | 371 | 21 | 41 | 0 | 2 | 415 | 127 | 122 |
| Binary | 11001111 | 10101000 | 11111001 | 10001 | 100001 | 0 | 10 | 100001101 | 1010111 | 1010010 |
Color Harmonies of #CFA8F9
Complementary color
Monochromatic Colors of #CFA8F9
Black with #CFA8F9
Text Example
Text Example
White with #CFA8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8F9; }
p { color: rgb(207,168,249); }
H1.HeaderClassName
{
color: #CFA8F9;
}
.AnyTagClassName
{
color: #CFA8F9;
}
</style>
background-color css
<style>
a { background-color: #CFA8F9; }
a { background-color: rgb(207,168,249); }
div.DivClassName
{
background-color: #CFA8F9;
}
.BgClassName
{
background-color: #CFA8F9;
}
</style>
border-color css
<style>
span { border-color: #CFA8F9; }
span { border-color: rgb(207,168,249); }
td.TdClassName
{
border-color: #CFA8F9;
}
.TagClassName
{
border-color: #CFA8F9;
}
</style>