Shades of Mauve #CFACFE
Tints of Mauve #CFACFE
RGB
CMYK
RGB Variations
Color information
#CFACFE (or 0xCFACFE) is known color: Mauve. HEX triplet: CF, AC and FE. RGB value is (207,172,254). Sum of RGB (Red+Green+Blue) = 207+172+254=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACFE is #305301. Grayscale: #BFBFBF. Windows color (decimal): -3166978 or 16690383. OLE color: 16690383.
HSL color Cylindrical-coordinate representation of color #CFACFE: hue angle of 265.61º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFACFE is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 172 | 254 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.00 |
| HSL | 265.61º | 0.98% | 0.84% | - |
| HSV(B) | 265.61º | 0.32% | 1% | - |
| XYZ | 58.37 | 49.93 | 100.33 | - |
| YUV | 191.81 | 163.1 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 254 | 0.19 | 0.32 | 0 | 0.00 | 265.61 | 0.98 | 0.84 |
| Hex | CF | AC | FE | 13 | 20 | 0 | 0 | 10A | 62 | 54 |
| Octal | 317 | 254 | 376 | 23 | 40 | 0 | 0 | 412 | 142 | 124 |
| Binary | 11001111 | 10101100 | 11111110 | 10011 | 100000 | 0 | 0 | 100001010 | 1100010 | 1010100 |
Color Harmonies of #CFACFE
Complementary color
Monochromatic Colors of #CFACFE
Black with #CFACFE
Text Example
Text Example
White with #CFACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACFE; }
p { color: rgb(207,172,254); }
H1.HeaderClassName
{
color: #CFACFE;
}
.AnyTagClassName
{
color: #CFACFE;
}
</style>
background-color css
<style>
a { background-color: #CFACFE; }
a { background-color: rgb(207,172,254); }
div.DivClassName
{
background-color: #CFACFE;
}
.BgClassName
{
background-color: #CFACFE;
}
</style>
border-color css
<style>
span { border-color: #CFACFE; }
span { border-color: rgb(207,172,254); }
td.TdClassName
{
border-color: #CFACFE;
}
.TagClassName
{
border-color: #CFACFE;
}
</style>