Shades of Mauve #CFAAF1
Tints of Mauve #CFAAF1
RGB
CMYK
RGB Variations
Color information
#CFAAF1 (or 0xCFAAF1) is known color: Mauve. HEX triplet: CF, AA and F1. RGB value is (207,170,241). Sum of RGB (Red+Green+Blue) = 207+170+241=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAF1 is #30550E. Grayscale: #BCBCBC. Windows color (decimal): -3167503 or 15837903. OLE color: 15837903.
HSL color Cylindrical-coordinate representation of color #CFAAF1: hue angle of 271.27º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFAAF1 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 170 | 241 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.05 |
| HSL | 271.27º | 0.72% | 0.81% | - |
| HSV(B) | 271.27º | 0.29% | 0.95% | - |
| XYZ | 55.98 | 48.37 | 89.6 | - |
| YUV | 189.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 241 | 0.14 | 0.29 | 0 | 0.05 | 271.27 | 0.72 | 0.81 |
| Hex | CF | AA | F1 | E | 1D | 0 | 5 | 10F | 48 | 51 |
| Octal | 317 | 252 | 361 | 16 | 35 | 0 | 5 | 417 | 110 | 121 |
| Binary | 11001111 | 10101010 | 11110001 | 1110 | 11101 | 0 | 101 | 100001111 | 1001000 | 1010001 |
Color Harmonies of #CFAAF1
Complementary color
Monochromatic Colors of #CFAAF1
Black with #CFAAF1
Text Example
Text Example
White with #CFAAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAF1; }
p { color: rgb(207,170,241); }
H1.HeaderClassName
{
color: #CFAAF1;
}
.AnyTagClassName
{
color: #CFAAF1;
}
</style>
background-color css
<style>
a { background-color: #CFAAF1; }
a { background-color: rgb(207,170,241); }
div.DivClassName
{
background-color: #CFAAF1;
}
.BgClassName
{
background-color: #CFAAF1;
}
</style>
border-color css
<style>
span { border-color: #CFAAF1; }
span { border-color: rgb(207,170,241); }
td.TdClassName
{
border-color: #CFAAF1;
}
.TagClassName
{
border-color: #CFAAF1;
}
</style>