Shades of Mauve #CFABF3
Tints of Mauve #CFABF3
RGB
CMYK
RGB Variations
Color information
#CFABF3 (or 0xCFABF3) is known color: Mauve. HEX triplet: CF, AB and F3. RGB value is (207,171,243). Sum of RGB (Red+Green+Blue) = 207+171+243=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABF3 is #30540C. Grayscale: #BDBDBD. Windows color (decimal): -3167245 or 15969231. OLE color: 15969231.
HSL color Cylindrical-coordinate representation of color #CFABF3: hue angle of 270º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFABF3 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 171 | 243 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.05 |
| HSL | 270º | 0.75% | 0.81% | - |
| HSV(B) | 270º | 0.3% | 0.95% | - |
| XYZ | 56.47 | 48.86 | 91.25 | - |
| YUV | 189.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 243 | 0.15 | 0.30 | 0 | 0.05 | 270 | 0.75 | 0.81 |
| Hex | CF | AB | F3 | F | 1E | 0 | 5 | 10E | 4B | 51 |
| Octal | 317 | 253 | 363 | 17 | 36 | 0 | 5 | 416 | 113 | 121 |
| Binary | 11001111 | 10101011 | 11110011 | 1111 | 11110 | 0 | 101 | 100001110 | 1001011 | 1010001 |
Color Harmonies of #CFABF3
Complementary color
Monochromatic Colors of #CFABF3
Black with #CFABF3
Text Example
Text Example
White with #CFABF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABF3; }
p { color: rgb(207,171,243); }
H1.HeaderClassName
{
color: #CFABF3;
}
.AnyTagClassName
{
color: #CFABF3;
}
</style>
background-color css
<style>
a { background-color: #CFABF3; }
a { background-color: rgb(207,171,243); }
div.DivClassName
{
background-color: #CFABF3;
}
.BgClassName
{
background-color: #CFABF3;
}
</style>
border-color css
<style>
span { border-color: #CFABF3; }
span { border-color: rgb(207,171,243); }
td.TdClassName
{
border-color: #CFABF3;
}
.TagClassName
{
border-color: #CFABF3;
}
</style>