Shades of Mauve #CFA8FE
Tints of Mauve #CFA8FE
RGB
CMYK
RGB Variations
Color information
#CFA8FE (or 0xCFA8FE) is known color: Mauve. HEX triplet: CF, A8 and FE. RGB value is (207,168,254). Sum of RGB (Red+Green+Blue) = 207+168+254=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA8FE is #305701. Grayscale: #BDBDBD. Windows color (decimal): -3168002 or 16689359. OLE color: 16689359.
HSL color Cylindrical-coordinate representation of color #CFA8FE: hue angle of 267.21º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFA8FE is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 168 | 254 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.00 |
| HSL | 267.21º | 0.98% | 0.83% | - |
| HSV(B) | 267.21º | 0.34% | 1% | - |
| XYZ | 57.62 | 48.43 | 100.08 | - |
| YUV | 189.47 | 164.42 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 254 | 0.19 | 0.34 | 0 | 0.00 | 267.21 | 0.98 | 0.83 |
| Hex | CF | A8 | FE | 13 | 22 | 0 | 0 | 10B | 62 | 53 |
| Octal | 317 | 250 | 376 | 23 | 42 | 0 | 0 | 413 | 142 | 123 |
| Binary | 11001111 | 10101000 | 11111110 | 10011 | 100010 | 0 | 0 | 100001011 | 1100010 | 1010011 |
Color Harmonies of #CFA8FE
Complementary color
Monochromatic Colors of #CFA8FE
Black with #CFA8FE
Text Example
Text Example
White with #CFA8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8FE; }
p { color: rgb(207,168,254); }
H1.HeaderClassName
{
color: #CFA8FE;
}
.AnyTagClassName
{
color: #CFA8FE;
}
</style>
background-color css
<style>
a { background-color: #CFA8FE; }
a { background-color: rgb(207,168,254); }
div.DivClassName
{
background-color: #CFA8FE;
}
.BgClassName
{
background-color: #CFA8FE;
}
</style>
border-color css
<style>
span { border-color: #CFA8FE; }
span { border-color: rgb(207,168,254); }
td.TdClassName
{
border-color: #CFA8FE;
}
.TagClassName
{
border-color: #CFA8FE;
}
</style>