Shades of Mauve #CFA6F8
Tints of Mauve #CFA6F8
RGB
CMYK
RGB Variations
Color information
#CFA6F8 (or 0xCFA6F8) is known color: Mauve. HEX triplet: CF, A6 and F8. RGB value is (207,166,248). Sum of RGB (Red+Green+Blue) = 207+166+248=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFA6F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6F8 is #305907. Grayscale: #BBBBBB. Windows color (decimal): -3168520 or 16295631. OLE color: 16295631.
HSL color Cylindrical-coordinate representation of color #CFA6F8: hue angle of 270º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFA6F8 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 166 | 248 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.03 |
| HSL | 270º | 0.85% | 0.81% | - |
| HSV(B) | 270º | 0.33% | 0.97% | - |
| XYZ | 56.31 | 47.32 | 94.97 | - |
| YUV | 187.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 248 | 0.17 | 0.33 | 0 | 0.03 | 270 | 0.85 | 0.81 |
| Hex | CF | A6 | F8 | 11 | 21 | 0 | 3 | 10E | 55 | 51 |
| Octal | 317 | 246 | 370 | 21 | 41 | 0 | 3 | 416 | 125 | 121 |
| Binary | 11001111 | 10100110 | 11111000 | 10001 | 100001 | 0 | 11 | 100001110 | 1010101 | 1010001 |
Color Harmonies of #CFA6F8
Complementary color
Monochromatic Colors of #CFA6F8
Black with #CFA6F8
Text Example
Text Example
White with #CFA6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6F8; }
p { color: rgb(207,166,248); }
H1.HeaderClassName
{
color: #CFA6F8;
}
.AnyTagClassName
{
color: #CFA6F8;
}
</style>
background-color css
<style>
a { background-color: #CFA6F8; }
a { background-color: rgb(207,166,248); }
div.DivClassName
{
background-color: #CFA6F8;
}
.BgClassName
{
background-color: #CFA6F8;
}
</style>
border-color css
<style>
span { border-color: #CFA6F8; }
span { border-color: rgb(207,166,248); }
td.TdClassName
{
border-color: #CFA6F8;
}
.TagClassName
{
border-color: #CFA6F8;
}
</style>