Shades of Mauve #CFABF0
Tints of Mauve #CFABF0
RGB
CMYK
RGB Variations
Color information
#CFABF0 (or 0xCFABF0) is known color: Mauve. HEX triplet: CF, AB and F0. RGB value is (207,171,240). Sum of RGB (Red+Green+Blue) = 207+171+240=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABF0 is #30540F. Grayscale: #BDBDBD. Windows color (decimal): -3167248 or 15772623. OLE color: 15772623.
HSL color Cylindrical-coordinate representation of color #CFABF0: hue angle of 271.3º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFABF0 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 171 | 240 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.06 |
| HSL | 271.3º | 0.7% | 0.81% | - |
| HSV(B) | 271.3º | 0.29% | 0.94% | - |
| XYZ | 56.02 | 48.68 | 88.88 | - |
| YUV | 189.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 240 | 0.14 | 0.29 | 0 | 0.06 | 271.3 | 0.7 | 0.81 |
| Hex | CF | AB | F0 | E | 1D | 0 | 6 | 10F | 46 | 51 |
| Octal | 317 | 253 | 360 | 16 | 35 | 0 | 6 | 417 | 106 | 121 |
| Binary | 11001111 | 10101011 | 11110000 | 1110 | 11101 | 0 | 110 | 100001111 | 1000110 | 1010001 |
Color Harmonies of #CFABF0
Complementary color
Monochromatic Colors of #CFABF0
Black with #CFABF0
Text Example
Text Example
White with #CFABF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABF0; }
p { color: rgb(207,171,240); }
H1.HeaderClassName
{
color: #CFABF0;
}
.AnyTagClassName
{
color: #CFABF0;
}
</style>
background-color css
<style>
a { background-color: #CFABF0; }
a { background-color: rgb(207,171,240); }
div.DivClassName
{
background-color: #CFABF0;
}
.BgClassName
{
background-color: #CFABF0;
}
</style>
border-color css
<style>
span { border-color: #CFABF0; }
span { border-color: rgb(207,171,240); }
td.TdClassName
{
border-color: #CFABF0;
}
.TagClassName
{
border-color: #CFABF0;
}
</style>