Shades of Mauve #CFAAFF
Tints of Mauve #CFAAFF
RGB
CMYK
RGB Variations
Color information
#CFAAFF (or 0xCFAAFF) is known color: Mauve. HEX triplet: CF, AA and FF. RGB value is (207,170,255). Sum of RGB (Red+Green+Blue) = 207+170+255=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAFF is #305500. Grayscale: #BEBEBE. Windows color (decimal): -3167489 or 16755407. OLE color: 16755407.
HSL color Cylindrical-coordinate representation of color #CFAAFF: hue angle of 266.12º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFAAFF is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 170 | 255 | - |
| CMYK | 0.19 | 0.33 | 0 | 0 |
| HSL | 266.12º | 1% | 0.83% | - |
| HSV(B) | 266.12º | 0.33% | 1% | - |
| XYZ | 58.16 | 49.23 | 101.05 | - |
| YUV | 190.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 255 | 0.19 | 0.33 | 0 | 0 | 266.12 | 1 | 0.83 |
| Hex | CF | AA | FF | 13 | 21 | 0 | 0 | 10A | 64 | 53 |
| Octal | 317 | 252 | 377 | 23 | 41 | 0 | 0 | 412 | 144 | 123 |
| Binary | 11001111 | 10101010 | 11111111 | 10011 | 100001 | 0 | 0 | 100001010 | 1100100 | 1010011 |
Color Harmonies of #CFAAFF
Complementary color
Monochromatic Colors of #CFAAFF
Black with #CFAAFF
Text Example
Text Example
White with #CFAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAFF; }
p { color: rgb(207,170,255); }
H1.HeaderClassName
{
color: #CFAAFF;
}
.AnyTagClassName
{
color: #CFAAFF;
}
</style>
background-color css
<style>
a { background-color: #CFAAFF; }
a { background-color: rgb(207,170,255); }
div.DivClassName
{
background-color: #CFAAFF;
}
.BgClassName
{
background-color: #CFAAFF;
}
</style>
border-color css
<style>
span { border-color: #CFAAFF; }
span { border-color: rgb(207,170,255); }
td.TdClassName
{
border-color: #CFAAFF;
}
.TagClassName
{
border-color: #CFAAFF;
}
</style>