Shades of Mauve #CFACF0
Tints of Mauve #CFACF0
RGB
CMYK
RGB Variations
Color information
#CFACF0 (or 0xCFACF0) is known color: Mauve. HEX triplet: CF, AC and F0. RGB value is (207,172,240). Sum of RGB (Red+Green+Blue) = 207+172+240=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACF0 is #30530F. Grayscale: #BDBDBD. Windows color (decimal): -3166992 or 15772879. OLE color: 15772879.
HSL color Cylindrical-coordinate representation of color #CFACF0: hue angle of 270.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFACF0 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 172 | 240 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.06 |
| HSL | 270.88º | 0.69% | 0.81% | - |
| HSV(B) | 270.88º | 0.28% | 0.94% | - |
| XYZ | 56.21 | 49.06 | 88.95 | - |
| YUV | 190.22 | 156.1 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 240 | 0.14 | 0.28 | 0 | 0.06 | 270.88 | 0.69 | 0.81 |
| Hex | CF | AC | F0 | E | 1C | 0 | 6 | 10F | 45 | 51 |
| Octal | 317 | 254 | 360 | 16 | 34 | 0 | 6 | 417 | 105 | 121 |
| Binary | 11001111 | 10101100 | 11110000 | 1110 | 11100 | 0 | 110 | 100001111 | 1000101 | 1010001 |
Color Harmonies of #CFACF0
Complementary color
Monochromatic Colors of #CFACF0
Black with #CFACF0
Text Example
Text Example
White with #CFACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACF0; }
p { color: rgb(207,172,240); }
H1.HeaderClassName
{
color: #CFACF0;
}
.AnyTagClassName
{
color: #CFACF0;
}
</style>
background-color css
<style>
a { background-color: #CFACF0; }
a { background-color: rgb(207,172,240); }
div.DivClassName
{
background-color: #CFACF0;
}
.BgClassName
{
background-color: #CFACF0;
}
</style>
border-color css
<style>
span { border-color: #CFACF0; }
span { border-color: rgb(207,172,240); }
td.TdClassName
{
border-color: #CFACF0;
}
.TagClassName
{
border-color: #CFACF0;
}
</style>