Shades of Mauve #CFAAF2
Tints of Mauve #CFAAF2
RGB
CMYK
RGB Variations
Color information
#CFAAF2 (or 0xCFAAF2) is known color: Mauve. HEX triplet: CF, AA and F2. RGB value is (207,170,242). Sum of RGB (Red+Green+Blue) = 207+170+242=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAF2 is #30550D. Grayscale: #BDBDBD. Windows color (decimal): -3167502 or 15903439. OLE color: 15903439.
HSL color Cylindrical-coordinate representation of color #CFAAF2: hue angle of 270.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFAAF2 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 170 | 242 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.05 |
| HSL | 270.83º | 0.73% | 0.81% | - |
| HSV(B) | 270.83º | 0.3% | 0.95% | - |
| XYZ | 56.13 | 48.43 | 90.39 | - |
| YUV | 189.27 | 157.76 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 242 | 0.14 | 0.30 | 0 | 0.05 | 270.83 | 0.73 | 0.81 |
| Hex | CF | AA | F2 | E | 1E | 0 | 5 | 10F | 49 | 51 |
| Octal | 317 | 252 | 362 | 16 | 36 | 0 | 5 | 417 | 111 | 121 |
| Binary | 11001111 | 10101010 | 11110010 | 1110 | 11110 | 0 | 101 | 100001111 | 1001001 | 1010001 |
Color Harmonies of #CFAAF2
Complementary color
Monochromatic Colors of #CFAAF2
Black with #CFAAF2
Text Example
Text Example
White with #CFAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAF2; }
p { color: rgb(207,170,242); }
H1.HeaderClassName
{
color: #CFAAF2;
}
.AnyTagClassName
{
color: #CFAAF2;
}
</style>
background-color css
<style>
a { background-color: #CFAAF2; }
a { background-color: rgb(207,170,242); }
div.DivClassName
{
background-color: #CFAAF2;
}
.BgClassName
{
background-color: #CFAAF2;
}
</style>
border-color css
<style>
span { border-color: #CFAAF2; }
span { border-color: rgb(207,170,242); }
td.TdClassName
{
border-color: #CFAAF2;
}
.TagClassName
{
border-color: #CFAAF2;
}
</style>