Shades of Mauve #CFAAF0
Tints of Mauve #CFAAF0
RGB
CMYK
RGB Variations
Color information
#CFAAF0 (or 0xCFAAF0) is known color: Mauve. HEX triplet: CF, AA and F0. RGB value is (207,170,240). Sum of RGB (Red+Green+Blue) = 207+170+240=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFAAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAF0 is #30550F. Grayscale: #BCBCBC. Windows color (decimal): -3167504 or 15772367. OLE color: 15772367.
HSL color Cylindrical-coordinate representation of color #CFAAF0: hue angle of 271.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFAAF0 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 170 | 240 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.06 |
| HSL | 271.71º | 0.7% | 0.8% | - |
| HSV(B) | 271.71º | 0.29% | 0.94% | - |
| XYZ | 55.84 | 48.31 | 88.82 | - |
| YUV | 189.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 240 | 0.14 | 0.29 | 0 | 0.06 | 271.71 | 0.7 | 0.8 |
| Hex | CF | AA | F0 | E | 1D | 0 | 6 | 110 | 46 | 50 |
| Octal | 317 | 252 | 360 | 16 | 35 | 0 | 6 | 420 | 106 | 120 |
| Binary | 11001111 | 10101010 | 11110000 | 1110 | 11101 | 0 | 110 | 100010000 | 1000110 | 1010000 |
Color Harmonies of #CFAAF0
Complementary color
Monochromatic Colors of #CFAAF0
Black with #CFAAF0
Text Example
Text Example
White with #CFAAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAF0; }
p { color: rgb(207,170,240); }
H1.HeaderClassName
{
color: #CFAAF0;
}
.AnyTagClassName
{
color: #CFAAF0;
}
</style>
background-color css
<style>
a { background-color: #CFAAF0; }
a { background-color: rgb(207,170,240); }
div.DivClassName
{
background-color: #CFAAF0;
}
.BgClassName
{
background-color: #CFAAF0;
}
</style>
border-color css
<style>
span { border-color: #CFAAF0; }
span { border-color: rgb(207,170,240); }
td.TdClassName
{
border-color: #CFAAF0;
}
.TagClassName
{
border-color: #CFAAF0;
}
</style>