Shades of Mauve #CFA5FB
Tints of Mauve #CFA5FB
RGB
CMYK
RGB Variations
Color information
#CFA5FB (or 0xCFA5FB) is known color: Mauve. HEX triplet: CF, A5 and FB. RGB value is (207,165,251). Sum of RGB (Red+Green+Blue) = 207+165+251=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 165 (64.84% from 255 or 26.48% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFA5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA5FB is #305A04. Grayscale: #BBBBBB. Windows color (decimal): -3168773 or 16491983. OLE color: 16491983.
HSL color Cylindrical-coordinate representation of color #CFA5FB: hue angle of 269.3º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFA5FB is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 165 | 251 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.02 |
| HSL | 269.3º | 0.91% | 0.82% | - |
| HSV(B) | 269.3º | 0.34% | 0.98% | - |
| XYZ | 56.6 | 47.14 | 97.38 | - |
| YUV | 187.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 251 | 0.18 | 0.34 | 0 | 0.02 | 269.3 | 0.91 | 0.82 |
| Hex | CF | A5 | FB | 12 | 22 | 0 | 2 | 10D | 5B | 52 |
| Octal | 317 | 245 | 373 | 22 | 42 | 0 | 2 | 415 | 133 | 122 |
| Binary | 11001111 | 10100101 | 11111011 | 10010 | 100010 | 0 | 10 | 100001101 | 1011011 | 1010010 |
Color Harmonies of #CFA5FB
Complementary color
Monochromatic Colors of #CFA5FB
Black with #CFA5FB
Text Example
Text Example
White with #CFA5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5FB; }
p { color: rgb(207,165,251); }
H1.HeaderClassName
{
color: #CFA5FB;
}
.AnyTagClassName
{
color: #CFA5FB;
}
</style>
background-color css
<style>
a { background-color: #CFA5FB; }
a { background-color: rgb(207,165,251); }
div.DivClassName
{
background-color: #CFA5FB;
}
.BgClassName
{
background-color: #CFA5FB;
}
</style>
border-color css
<style>
span { border-color: #CFA5FB; }
span { border-color: rgb(207,165,251); }
td.TdClassName
{
border-color: #CFA5FB;
}
.TagClassName
{
border-color: #CFA5FB;
}
</style>