Shades of Mauve #CFACF4
Tints of Mauve #CFACF4
RGB
CMYK
RGB Variations
Color information
#CFACF4 (or 0xCFACF4) is known color: Mauve. HEX triplet: CF, AC and F4. RGB value is (207,172,244). Sum of RGB (Red+Green+Blue) = 207+172+244=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 244 (95.70% from 255 or 39.17% from 623); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACF4 is #30530B. Grayscale: #BEBEBE. Windows color (decimal): -3166988 or 16035023. OLE color: 16035023.
HSL color Cylindrical-coordinate representation of color #CFACF4: hue angle of 269.17º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFACF4 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 172 | 244 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.04 |
| HSL | 269.17º | 0.77% | 0.82% | - |
| HSV(B) | 269.17º | 0.3% | 0.96% | - |
| XYZ | 56.81 | 49.3 | 92.11 | - |
| YUV | 190.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 244 | 0.15 | 0.30 | 0 | 0.04 | 269.17 | 0.77 | 0.82 |
| Hex | CF | AC | F4 | F | 1E | 0 | 4 | 10D | 4D | 52 |
| Octal | 317 | 254 | 364 | 17 | 36 | 0 | 4 | 415 | 115 | 122 |
| Binary | 11001111 | 10101100 | 11110100 | 1111 | 11110 | 0 | 100 | 100001101 | 1001101 | 1010010 |
Color Harmonies of #CFACF4
Complementary color
Monochromatic Colors of #CFACF4
Black with #CFACF4
Text Example
Text Example
White with #CFACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACF4; }
p { color: rgb(207,172,244); }
H1.HeaderClassName
{
color: #CFACF4;
}
.AnyTagClassName
{
color: #CFACF4;
}
</style>
background-color css
<style>
a { background-color: #CFACF4; }
a { background-color: rgb(207,172,244); }
div.DivClassName
{
background-color: #CFACF4;
}
.BgClassName
{
background-color: #CFACF4;
}
</style>
border-color css
<style>
span { border-color: #CFACF4; }
span { border-color: rgb(207,172,244); }
td.TdClassName
{
border-color: #CFACF4;
}
.TagClassName
{
border-color: #CFACF4;
}
</style>