Shades of Mauve #CFACFA
Tints of Mauve #CFACFA
RGB
CMYK
RGB Variations
Color information
#CFACFA (or 0xCFACFA) is known color: Mauve. HEX triplet: CF, AC and FA. RGB value is (207,172,250). Sum of RGB (Red+Green+Blue) = 207+172+250=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACFA is #305305. Grayscale: #BFBFBF. Windows color (decimal): -3166982 or 16428239. OLE color: 16428239.
HSL color Cylindrical-coordinate representation of color #CFACFA: hue angle of 266.92º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFACFA is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 172 | 250 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.02 |
| HSL | 266.92º | 0.89% | 0.83% | - |
| HSV(B) | 266.92º | 0.31% | 0.98% | - |
| XYZ | 57.74 | 49.67 | 96.99 | - |
| YUV | 191.36 | 161.1 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 250 | 0.17 | 0.31 | 0 | 0.02 | 266.92 | 0.89 | 0.83 |
| Hex | CF | AC | FA | 11 | 1F | 0 | 2 | 10B | 59 | 53 |
| Octal | 317 | 254 | 372 | 21 | 37 | 0 | 2 | 413 | 131 | 123 |
| Binary | 11001111 | 10101100 | 11111010 | 10001 | 11111 | 0 | 10 | 100001011 | 1011001 | 1010011 |
Color Harmonies of #CFACFA
Complementary color
Monochromatic Colors of #CFACFA
Black with #CFACFA
Text Example
Text Example
White with #CFACFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACFA; }
p { color: rgb(207,172,250); }
H1.HeaderClassName
{
color: #CFACFA;
}
.AnyTagClassName
{
color: #CFACFA;
}
</style>
background-color css
<style>
a { background-color: #CFACFA; }
a { background-color: rgb(207,172,250); }
div.DivClassName
{
background-color: #CFACFA;
}
.BgClassName
{
background-color: #CFACFA;
}
</style>
border-color css
<style>
span { border-color: #CFACFA; }
span { border-color: rgb(207,172,250); }
td.TdClassName
{
border-color: #CFACFA;
}
.TagClassName
{
border-color: #CFACFA;
}
</style>