Shades of Mauve #CFA8F3
Tints of Mauve #CFA8F3
RGB
CMYK
RGB Variations
Color information
#CFA8F3 (or 0xCFA8F3) is known color: Mauve. HEX triplet: CF, A8 and F3. RGB value is (207,168,243). Sum of RGB (Red+Green+Blue) = 207+168+243=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFA8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA8F3 is #30570C. Grayscale: #BBBBBB. Windows color (decimal): -3168013 or 15968463. OLE color: 15968463.
HSL color Cylindrical-coordinate representation of color #CFA8F3: hue angle of 271.2º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFA8F3 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 168 | 243 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.05 |
| HSL | 271.2º | 0.76% | 0.81% | - |
| HSV(B) | 271.2º | 0.31% | 0.95% | - |
| XYZ | 55.91 | 47.74 | 91.06 | - |
| YUV | 188.21 | 158.92 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 243 | 0.15 | 0.31 | 0 | 0.05 | 271.2 | 0.76 | 0.81 |
| Hex | CF | A8 | F3 | F | 1F | 0 | 5 | 10F | 4C | 51 |
| Octal | 317 | 250 | 363 | 17 | 37 | 0 | 5 | 417 | 114 | 121 |
| Binary | 11001111 | 10101000 | 11110011 | 1111 | 11111 | 0 | 101 | 100001111 | 1001100 | 1010001 |
Color Harmonies of #CFA8F3
Complementary color
Monochromatic Colors of #CFA8F3
Black with #CFA8F3
Text Example
Text Example
White with #CFA8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8F3; }
p { color: rgb(207,168,243); }
H1.HeaderClassName
{
color: #CFA8F3;
}
.AnyTagClassName
{
color: #CFA8F3;
}
</style>
background-color css
<style>
a { background-color: #CFA8F3; }
a { background-color: rgb(207,168,243); }
div.DivClassName
{
background-color: #CFA8F3;
}
.BgClassName
{
background-color: #CFA8F3;
}
</style>
border-color css
<style>
span { border-color: #CFA8F3; }
span { border-color: rgb(207,168,243); }
td.TdClassName
{
border-color: #CFA8F3;
}
.TagClassName
{
border-color: #CFA8F3;
}
</style>