Shades of Mauve #CFA6FE
Tints of Mauve #CFA6FE
RGB
CMYK
RGB Variations
Color information
#CFA6FE (or 0xCFA6FE) is known color: Mauve. HEX triplet: CF, A6 and FE. RGB value is (207,166,254). Sum of RGB (Red+Green+Blue) = 207+166+254=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 166 (65.23% from 255 or 26.48% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFA6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6FE is #305901. Grayscale: #BBBBBB. Windows color (decimal): -3168514 or 16688847. OLE color: 16688847.
HSL color Cylindrical-coordinate representation of color #CFA6FE: hue angle of 267.95º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFA6FE is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 166 | 254 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.00 |
| HSL | 267.95º | 0.98% | 0.82% | - |
| HSV(B) | 267.95º | 0.35% | 1% | - |
| XYZ | 57.26 | 47.69 | 99.95 | - |
| YUV | 188.29 | 165.08 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 254 | 0.19 | 0.35 | 0 | 0.00 | 267.95 | 0.98 | 0.82 |
| Hex | CF | A6 | FE | 13 | 23 | 0 | 0 | 10C | 62 | 52 |
| Octal | 317 | 246 | 376 | 23 | 43 | 0 | 0 | 414 | 142 | 122 |
| Binary | 11001111 | 10100110 | 11111110 | 10011 | 100011 | 0 | 0 | 100001100 | 1100010 | 1010010 |
Color Harmonies of #CFA6FE
Complementary color
Monochromatic Colors of #CFA6FE
Black with #CFA6FE
Text Example
Text Example
White with #CFA6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6FE; }
p { color: rgb(207,166,254); }
H1.HeaderClassName
{
color: #CFA6FE;
}
.AnyTagClassName
{
color: #CFA6FE;
}
</style>
background-color css
<style>
a { background-color: #CFA6FE; }
a { background-color: rgb(207,166,254); }
div.DivClassName
{
background-color: #CFA6FE;
}
.BgClassName
{
background-color: #CFA6FE;
}
</style>
border-color css
<style>
span { border-color: #CFA6FE; }
span { border-color: rgb(207,166,254); }
td.TdClassName
{
border-color: #CFA6FE;
}
.TagClassName
{
border-color: #CFA6FE;
}
</style>