Shades of Mauve #CFACFC
Tints of Mauve #CFACFC
RGB
CMYK
RGB Variations
Color information
#CFACFC (or 0xCFACFC) is known color: Mauve. HEX triplet: CF, AC and FC. RGB value is (207,172,252). Sum of RGB (Red+Green+Blue) = 207+172+252=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACFC is #305303. Grayscale: #BFBFBF. Windows color (decimal): -3166980 or 16559311. OLE color: 16559311.
HSL color Cylindrical-coordinate representation of color #CFACFC: hue angle of 266.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFACFC is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 172 | 252 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.01 |
| HSL | 266.25º | 0.93% | 0.83% | - |
| HSV(B) | 266.25º | 0.32% | 0.99% | - |
| XYZ | 58.06 | 49.8 | 98.65 | - |
| YUV | 191.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 252 | 0.18 | 0.32 | 0 | 0.01 | 266.25 | 0.93 | 0.83 |
| Hex | CF | AC | FC | 12 | 20 | 0 | 1 | 10A | 5D | 53 |
| Octal | 317 | 254 | 374 | 22 | 40 | 0 | 1 | 412 | 135 | 123 |
| Binary | 11001111 | 10101100 | 11111100 | 10010 | 100000 | 0 | 1 | 100001010 | 1011101 | 1010011 |
Color Harmonies of #CFACFC
Complementary color
Monochromatic Colors of #CFACFC
Black with #CFACFC
Text Example
Text Example
White with #CFACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACFC; }
p { color: rgb(207,172,252); }
H1.HeaderClassName
{
color: #CFACFC;
}
.AnyTagClassName
{
color: #CFACFC;
}
</style>
background-color css
<style>
a { background-color: #CFACFC; }
a { background-color: rgb(207,172,252); }
div.DivClassName
{
background-color: #CFACFC;
}
.BgClassName
{
background-color: #CFACFC;
}
</style>
border-color css
<style>
span { border-color: #CFACFC; }
span { border-color: rgb(207,172,252); }
td.TdClassName
{
border-color: #CFACFC;
}
.TagClassName
{
border-color: #CFACFC;
}
</style>