Shades of Mauve #CFABFC
Tints of Mauve #CFABFC
RGB
CMYK
RGB Variations
Color information
#CFABFC (or 0xCFABFC) is known color: Mauve. HEX triplet: CF, AB and FC. RGB value is (207,171,252). Sum of RGB (Red+Green+Blue) = 207+171+252=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABFC is #305403. Grayscale: #BEBEBE. Windows color (decimal): -3167236 or 16559055. OLE color: 16559055.
HSL color Cylindrical-coordinate representation of color #CFABFC: hue angle of 266.67º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFABFC is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 171 | 252 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.01 |
| HSL | 266.67º | 0.93% | 0.83% | - |
| HSV(B) | 266.67º | 0.32% | 0.99% | - |
| XYZ | 57.87 | 49.42 | 98.58 | - |
| YUV | 191 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 252 | 0.18 | 0.32 | 0 | 0.01 | 266.67 | 0.93 | 0.83 |
| Hex | CF | AB | FC | 12 | 20 | 0 | 1 | 10B | 5D | 53 |
| Octal | 317 | 253 | 374 | 22 | 40 | 0 | 1 | 413 | 135 | 123 |
| Binary | 11001111 | 10101011 | 11111100 | 10010 | 100000 | 0 | 1 | 100001011 | 1011101 | 1010011 |
Color Harmonies of #CFABFC
Complementary color
Monochromatic Colors of #CFABFC
Black with #CFABFC
Text Example
Text Example
White with #CFABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABFC; }
p { color: rgb(207,171,252); }
H1.HeaderClassName
{
color: #CFABFC;
}
.AnyTagClassName
{
color: #CFABFC;
}
</style>
background-color css
<style>
a { background-color: #CFABFC; }
a { background-color: rgb(207,171,252); }
div.DivClassName
{
background-color: #CFABFC;
}
.BgClassName
{
background-color: #CFABFC;
}
</style>
border-color css
<style>
span { border-color: #CFABFC; }
span { border-color: rgb(207,171,252); }
td.TdClassName
{
border-color: #CFABFC;
}
.TagClassName
{
border-color: #CFABFC;
}
</style>