Shades of Mauve #CFACF3
Tints of Mauve #CFACF3
RGB
CMYK
RGB Variations
Color information
#CFACF3 (or 0xCFACF3) is known color: Mauve. HEX triplet: CF, AC and F3. RGB value is (207,172,243). Sum of RGB (Red+Green+Blue) = 207+172+243=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACF3 is #30530C. Grayscale: #BEBEBE. Windows color (decimal): -3166989 or 15969487. OLE color: 15969487.
HSL color Cylindrical-coordinate representation of color #CFACF3: hue angle of 269.58º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFACF3 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 172 | 243 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.05 |
| HSL | 269.58º | 0.75% | 0.81% | - |
| HSV(B) | 269.58º | 0.29% | 0.95% | - |
| XYZ | 56.66 | 49.24 | 91.31 | - |
| YUV | 190.56 | 157.6 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 243 | 0.15 | 0.29 | 0 | 0.05 | 269.58 | 0.75 | 0.81 |
| Hex | CF | AC | F3 | F | 1D | 0 | 5 | 10E | 4B | 51 |
| Octal | 317 | 254 | 363 | 17 | 35 | 0 | 5 | 416 | 113 | 121 |
| Binary | 11001111 | 10101100 | 11110011 | 1111 | 11101 | 0 | 101 | 100001110 | 1001011 | 1010001 |
Color Harmonies of #CFACF3
Complementary color
Monochromatic Colors of #CFACF3
Black with #CFACF3
Text Example
Text Example
White with #CFACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACF3; }
p { color: rgb(207,172,243); }
H1.HeaderClassName
{
color: #CFACF3;
}
.AnyTagClassName
{
color: #CFACF3;
}
</style>
background-color css
<style>
a { background-color: #CFACF3; }
a { background-color: rgb(207,172,243); }
div.DivClassName
{
background-color: #CFACF3;
}
.BgClassName
{
background-color: #CFACF3;
}
</style>
border-color css
<style>
span { border-color: #CFACF3; }
span { border-color: rgb(207,172,243); }
td.TdClassName
{
border-color: #CFACF3;
}
.TagClassName
{
border-color: #CFACF3;
}
</style>