Shades of Mauve #CFABFD
Tints of Mauve #CFABFD
RGB
CMYK
RGB Variations
Color information
#CFABFD (or 0xCFABFD) is known color: Mauve. HEX triplet: CF, AB and FD. RGB value is (207,171,253). Sum of RGB (Red+Green+Blue) = 207+171+253=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABFD is #305402. Grayscale: #BEBEBE. Windows color (decimal): -3167235 or 16624591. OLE color: 16624591.
HSL color Cylindrical-coordinate representation of color #CFABFD: hue angle of 266.34º degrees, saturation: 0.95, 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 #CFABFD is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 171 | 253 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.01 |
| HSL | 266.34º | 0.95% | 0.83% | - |
| HSV(B) | 266.34º | 0.32% | 0.99% | - |
| XYZ | 58.02 | 49.48 | 99.42 | - |
| YUV | 191.11 | 162.93 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 253 | 0.18 | 0.32 | 0 | 0.01 | 266.34 | 0.95 | 0.83 |
| Hex | CF | AB | FD | 12 | 20 | 0 | 1 | 10A | 5F | 53 |
| Octal | 317 | 253 | 375 | 22 | 40 | 0 | 1 | 412 | 137 | 123 |
| Binary | 11001111 | 10101011 | 11111101 | 10010 | 100000 | 0 | 1 | 100001010 | 1011111 | 1010011 |
Color Harmonies of #CFABFD
Complementary color
Monochromatic Colors of #CFABFD
Black with #CFABFD
Text Example
Text Example
White with #CFABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABFD; }
p { color: rgb(207,171,253); }
H1.HeaderClassName
{
color: #CFABFD;
}
.AnyTagClassName
{
color: #CFABFD;
}
</style>
background-color css
<style>
a { background-color: #CFABFD; }
a { background-color: rgb(207,171,253); }
div.DivClassName
{
background-color: #CFABFD;
}
.BgClassName
{
background-color: #CFABFD;
}
</style>
border-color css
<style>
span { border-color: #CFABFD; }
span { border-color: rgb(207,171,253); }
td.TdClassName
{
border-color: #CFABFD;
}
.TagClassName
{
border-color: #CFABFD;
}
</style>