Shades of Mauve #CFABF1
Tints of Mauve #CFABF1
RGB
CMYK
RGB Variations
Color information
#CFABF1 (or 0xCFABF1) is known color: Mauve. HEX triplet: CF, AB and F1. RGB value is (207,171,241). Sum of RGB (Red+Green+Blue) = 207+171+241=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABF1 is #30540E. Grayscale: #BDBDBD. Windows color (decimal): -3167247 or 15838159. OLE color: 15838159.
HSL color Cylindrical-coordinate representation of color #CFABF1: hue angle of 270.86º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFABF1 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 171 | 241 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.05 |
| HSL | 270.86º | 0.71% | 0.81% | - |
| HSV(B) | 270.86º | 0.29% | 0.95% | - |
| XYZ | 56.17 | 48.74 | 89.67 | - |
| YUV | 189.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 241 | 0.14 | 0.29 | 0 | 0.05 | 270.86 | 0.71 | 0.81 |
| Hex | CF | AB | F1 | E | 1D | 0 | 5 | 10F | 47 | 51 |
| Octal | 317 | 253 | 361 | 16 | 35 | 0 | 5 | 417 | 107 | 121 |
| Binary | 11001111 | 10101011 | 11110001 | 1110 | 11101 | 0 | 101 | 100001111 | 1000111 | 1010001 |
Color Harmonies of #CFABF1
Complementary color
Monochromatic Colors of #CFABF1
Black with #CFABF1
Text Example
Text Example
White with #CFABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABF1; }
p { color: rgb(207,171,241); }
H1.HeaderClassName
{
color: #CFABF1;
}
.AnyTagClassName
{
color: #CFABF1;
}
</style>
background-color css
<style>
a { background-color: #CFABF1; }
a { background-color: rgb(207,171,241); }
div.DivClassName
{
background-color: #CFABF1;
}
.BgClassName
{
background-color: #CFABF1;
}
</style>
border-color css
<style>
span { border-color: #CFABF1; }
span { border-color: rgb(207,171,241); }
td.TdClassName
{
border-color: #CFABF1;
}
.TagClassName
{
border-color: #CFABF1;
}
</style>