Shades of Mauve #CFA8FB
Tints of Mauve #CFA8FB
RGB
CMYK
RGB Variations
Color information
#CFA8FB (or 0xCFA8FB) is known color: Mauve. HEX triplet: CF, A8 and FB. RGB value is (207,168,251). Sum of RGB (Red+Green+Blue) = 207+168+251=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFA8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA8FB is #305704. Grayscale: #BCBCBC. Windows color (decimal): -3168005 or 16492751. OLE color: 16492751.
HSL color Cylindrical-coordinate representation of color #CFA8FB: hue angle of 268.19º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFA8FB is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 168 | 251 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.02 |
| HSL | 268.19º | 0.91% | 0.82% | - |
| HSV(B) | 268.19º | 0.33% | 0.98% | - |
| XYZ | 57.15 | 48.24 | 97.57 | - |
| YUV | 189.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 251 | 0.18 | 0.33 | 0 | 0.02 | 268.19 | 0.91 | 0.82 |
| Hex | CF | A8 | FB | 12 | 21 | 0 | 2 | 10C | 5B | 52 |
| Octal | 317 | 250 | 373 | 22 | 41 | 0 | 2 | 414 | 133 | 122 |
| Binary | 11001111 | 10101000 | 11111011 | 10010 | 100001 | 0 | 10 | 100001100 | 1011011 | 1010010 |
Color Harmonies of #CFA8FB
Complementary color
Monochromatic Colors of #CFA8FB
Black with #CFA8FB
Text Example
Text Example
White with #CFA8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8FB; }
p { color: rgb(207,168,251); }
H1.HeaderClassName
{
color: #CFA8FB;
}
.AnyTagClassName
{
color: #CFA8FB;
}
</style>
background-color css
<style>
a { background-color: #CFA8FB; }
a { background-color: rgb(207,168,251); }
div.DivClassName
{
background-color: #CFA8FB;
}
.BgClassName
{
background-color: #CFA8FB;
}
</style>
border-color css
<style>
span { border-color: #CFA8FB; }
span { border-color: rgb(207,168,251); }
td.TdClassName
{
border-color: #CFA8FB;
}
.TagClassName
{
border-color: #CFA8FB;
}
</style>