Shades of Mauve #CFA1FB
Tints of Mauve #CFA1FB
RGB
CMYK
RGB Variations
Color information
#CFA1FB (or 0xCFA1FB) is known color: Mauve. HEX triplet: CF, A1 and FB. RGB value is (207,161,251). Sum of RGB (Red+Green+Blue) = 207+161+251=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFA1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA1FB is #305E04. Grayscale: #B8B8B8. Windows color (decimal): -3169797 or 16490959. OLE color: 16490959.
HSL color Cylindrical-coordinate representation of color #CFA1FB: hue angle of 270.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFA1FB is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 161 | 251 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.02 |
| HSL | 270.67º | 0.92% | 0.81% | - |
| HSV(B) | 270.67º | 0.36% | 0.98% | - |
| XYZ | 55.89 | 45.72 | 97.15 | - |
| YUV | 185.01 | 165.24 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 251 | 0.18 | 0.36 | 0 | 0.02 | 270.67 | 0.92 | 0.81 |
| Hex | CF | A1 | FB | 12 | 24 | 0 | 2 | 10F | 5C | 51 |
| Octal | 317 | 241 | 373 | 22 | 44 | 0 | 2 | 417 | 134 | 121 |
| Binary | 11001111 | 10100001 | 11111011 | 10010 | 100100 | 0 | 10 | 100001111 | 1011100 | 1010001 |
Color Harmonies of #CFA1FB
Complementary color
Monochromatic Colors of #CFA1FB
Black with #CFA1FB
Text Example
Text Example
White with #CFA1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1FB; }
p { color: rgb(207,161,251); }
H1.HeaderClassName
{
color: #CFA1FB;
}
.AnyTagClassName
{
color: #CFA1FB;
}
</style>
background-color css
<style>
a { background-color: #CFA1FB; }
a { background-color: rgb(207,161,251); }
div.DivClassName
{
background-color: #CFA1FB;
}
.BgClassName
{
background-color: #CFA1FB;
}
</style>
border-color css
<style>
span { border-color: #CFA1FB; }
span { border-color: rgb(207,161,251); }
td.TdClassName
{
border-color: #CFA1FB;
}
.TagClassName
{
border-color: #CFA1FB;
}
</style>