Shades of Mauve #CFABFB
Tints of Mauve #CFABFB
RGB
CMYK
RGB Variations
Color information
#CFABFB (or 0xCFABFB) is known color: Mauve. HEX triplet: CF, AB and FB. RGB value is (207,171,251). Sum of RGB (Red+Green+Blue) = 207+171+251=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABFB is #305404. Grayscale: #BEBEBE. Windows color (decimal): -3167237 or 16493519. OLE color: 16493519.
HSL color Cylindrical-coordinate representation of color #CFABFB: hue angle of 267º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFABFB is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 171 | 251 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.02 |
| HSL | 267º | 0.91% | 0.83% | - |
| HSV(B) | 267º | 0.32% | 0.98% | - |
| XYZ | 57.71 | 49.36 | 97.75 | - |
| YUV | 190.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 251 | 0.18 | 0.32 | 0 | 0.02 | 267 | 0.91 | 0.83 |
| Hex | CF | AB | FB | 12 | 20 | 0 | 2 | 10B | 5B | 53 |
| Octal | 317 | 253 | 373 | 22 | 40 | 0 | 2 | 413 | 133 | 123 |
| Binary | 11001111 | 10101011 | 11111011 | 10010 | 100000 | 0 | 10 | 100001011 | 1011011 | 1010011 |
Color Harmonies of #CFABFB
Complementary color
Monochromatic Colors of #CFABFB
Black with #CFABFB
Text Example
Text Example
White with #CFABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABFB; }
p { color: rgb(207,171,251); }
H1.HeaderClassName
{
color: #CFABFB;
}
.AnyTagClassName
{
color: #CFABFB;
}
</style>
background-color css
<style>
a { background-color: #CFABFB; }
a { background-color: rgb(207,171,251); }
div.DivClassName
{
background-color: #CFABFB;
}
.BgClassName
{
background-color: #CFABFB;
}
</style>
border-color css
<style>
span { border-color: #CFABFB; }
span { border-color: rgb(207,171,251); }
td.TdClassName
{
border-color: #CFABFB;
}
.TagClassName
{
border-color: #CFABFB;
}
</style>