Shades of Mauve #CFAFFF
Tints of Mauve #CFAFFF
RGB
CMYK
RGB Variations
Color information
#CFAFFF (or 0xCFAFFF) is known color: Mauve. HEX triplet: CF, AF and FF. RGB value is (207,175,255). Sum of RGB (Red+Green+Blue) = 207+175+255=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFFF is #305000. Grayscale: #C1C1C1. Windows color (decimal): -3166209 or 16756687. OLE color: 16756687.
HSL color Cylindrical-coordinate representation of color #CFAFFF: hue angle of 264º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFAFFF is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 175 | 255 | - |
| CMYK | 0.19 | 0.31 | 0 | 0 |
| HSL | 264º | 1% | 0.84% | - |
| HSV(B) | 264º | 0.31% | 1% | - |
| XYZ | 59.11 | 51.15 | 101.36 | - |
| YUV | 193.69 | 162.6 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 255 | 0.19 | 0.31 | 0 | 0 | 264 | 1 | 0.84 |
| Hex | CF | AF | FF | 13 | 1F | 0 | 0 | 108 | 64 | 54 |
| Octal | 317 | 257 | 377 | 23 | 37 | 0 | 0 | 410 | 144 | 124 |
| Binary | 11001111 | 10101111 | 11111111 | 10011 | 11111 | 0 | 0 | 100001000 | 1100100 | 1010100 |
Color Harmonies of #CFAFFF
Complementary color
Monochromatic Colors of #CFAFFF
Black with #CFAFFF
Text Example
Text Example
White with #CFAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFFF; }
p { color: rgb(207,175,255); }
H1.HeaderClassName
{
color: #CFAFFF;
}
.AnyTagClassName
{
color: #CFAFFF;
}
</style>
background-color css
<style>
a { background-color: #CFAFFF; }
a { background-color: rgb(207,175,255); }
div.DivClassName
{
background-color: #CFAFFF;
}
.BgClassName
{
background-color: #CFAFFF;
}
</style>
border-color css
<style>
span { border-color: #CFAFFF; }
span { border-color: rgb(207,175,255); }
td.TdClassName
{
border-color: #CFAFFF;
}
.TagClassName
{
border-color: #CFAFFF;
}
</style>