Shades of Mauve #CFABFE
Tints of Mauve #CFABFE
RGB
CMYK
RGB Variations
Color information
#CFABFE (or 0xCFABFE) is known color: Mauve. HEX triplet: CF, AB and FE. RGB value is (207,171,254). Sum of RGB (Red+Green+Blue) = 207+171+254=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABFE is #305401. Grayscale: #BEBEBE. Windows color (decimal): -3167234 or 16690127. OLE color: 16690127.
HSL color Cylindrical-coordinate representation of color #CFABFE: hue angle of 266.02º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFABFE is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 171 | 254 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.00 |
| HSL | 266.02º | 0.98% | 0.83% | - |
| HSV(B) | 266.02º | 0.33% | 1% | - |
| XYZ | 58.18 | 49.55 | 100.26 | - |
| YUV | 191.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 254 | 0.19 | 0.33 | 0 | 0.00 | 266.02 | 0.98 | 0.83 |
| Hex | CF | AB | FE | 13 | 21 | 0 | 0 | 10A | 62 | 53 |
| Octal | 317 | 253 | 376 | 23 | 41 | 0 | 0 | 412 | 142 | 123 |
| Binary | 11001111 | 10101011 | 11111110 | 10011 | 100001 | 0 | 0 | 100001010 | 1100010 | 1010011 |
Color Harmonies of #CFABFE
Complementary color
Monochromatic Colors of #CFABFE
Black with #CFABFE
Text Example
Text Example
White with #CFABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABFE; }
p { color: rgb(207,171,254); }
H1.HeaderClassName
{
color: #CFABFE;
}
.AnyTagClassName
{
color: #CFABFE;
}
</style>
background-color css
<style>
a { background-color: #CFABFE; }
a { background-color: rgb(207,171,254); }
div.DivClassName
{
background-color: #CFABFE;
}
.BgClassName
{
background-color: #CFABFE;
}
</style>
border-color css
<style>
span { border-color: #CFABFE; }
span { border-color: rgb(207,171,254); }
td.TdClassName
{
border-color: #CFABFE;
}
.TagClassName
{
border-color: #CFABFE;
}
</style>