Shades of Mauve #CFACF9
Tints of Mauve #CFACF9
RGB
CMYK
RGB Variations
Color information
#CFACF9 (or 0xCFACF9) is known color: Mauve. HEX triplet: CF, AC and F9. RGB value is (207,172,249). Sum of RGB (Red+Green+Blue) = 207+172+249=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACF9 is #305306. Grayscale: #BEBEBE. Windows color (decimal): -3166983 or 16362703. OLE color: 16362703.
HSL color Cylindrical-coordinate representation of color #CFACF9: hue angle of 267.27º degrees, saturation: 0.87, 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 #CFACF9 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 172 | 249 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.02 |
| HSL | 267.27º | 0.87% | 0.83% | - |
| HSV(B) | 267.27º | 0.31% | 0.98% | - |
| XYZ | 57.58 | 49.61 | 96.16 | - |
| YUV | 191.24 | 160.6 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 249 | 0.17 | 0.31 | 0 | 0.02 | 267.27 | 0.87 | 0.83 |
| Hex | CF | AC | F9 | 11 | 1F | 0 | 2 | 10B | 57 | 53 |
| Octal | 317 | 254 | 371 | 21 | 37 | 0 | 2 | 413 | 127 | 123 |
| Binary | 11001111 | 10101100 | 11111001 | 10001 | 11111 | 0 | 10 | 100001011 | 1010111 | 1010011 |
Color Harmonies of #CFACF9
Complementary color
Monochromatic Colors of #CFACF9
Black with #CFACF9
Text Example
Text Example
White with #CFACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACF9; }
p { color: rgb(207,172,249); }
H1.HeaderClassName
{
color: #CFACF9;
}
.AnyTagClassName
{
color: #CFACF9;
}
</style>
background-color css
<style>
a { background-color: #CFACF9; }
a { background-color: rgb(207,172,249); }
div.DivClassName
{
background-color: #CFACF9;
}
.BgClassName
{
background-color: #CFACF9;
}
</style>
border-color css
<style>
span { border-color: #CFACF9; }
span { border-color: rgb(207,172,249); }
td.TdClassName
{
border-color: #CFACF9;
}
.TagClassName
{
border-color: #CFACF9;
}
</style>