Shades of Mauve #CFAFF9
Tints of Mauve #CFAFF9
RGB
CMYK
RGB Variations
Color information
#CFAFF9 (or 0xCFAFF9) is known color: Mauve. HEX triplet: CF, AF and F9. RGB value is (207,175,249). Sum of RGB (Red+Green+Blue) = 207+175+249=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFF9 is #305006. Grayscale: #C0C0C0. Windows color (decimal): -3166215 or 16363471. OLE color: 16363471.
HSL color Cylindrical-coordinate representation of color #CFAFF9: hue angle of 265.95º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFAFF9 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 175 | 249 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.02 |
| HSL | 265.95º | 0.86% | 0.83% | - |
| HSV(B) | 265.95º | 0.3% | 0.98% | - |
| XYZ | 58.16 | 50.76 | 96.36 | - |
| YUV | 193 | 159.6 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 249 | 0.17 | 0.30 | 0 | 0.02 | 265.95 | 0.86 | 0.83 |
| Hex | CF | AF | F9 | 11 | 1E | 0 | 2 | 10A | 56 | 53 |
| Octal | 317 | 257 | 371 | 21 | 36 | 0 | 2 | 412 | 126 | 123 |
| Binary | 11001111 | 10101111 | 11111001 | 10001 | 11110 | 0 | 10 | 100001010 | 1010110 | 1010011 |
Color Harmonies of #CFAFF9
Complementary color
Monochromatic Colors of #CFAFF9
Black with #CFAFF9
Text Example
Text Example
White with #CFAFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFF9; }
p { color: rgb(207,175,249); }
H1.HeaderClassName
{
color: #CFAFF9;
}
.AnyTagClassName
{
color: #CFAFF9;
}
</style>
background-color css
<style>
a { background-color: #CFAFF9; }
a { background-color: rgb(207,175,249); }
div.DivClassName
{
background-color: #CFAFF9;
}
.BgClassName
{
background-color: #CFAFF9;
}
</style>
border-color css
<style>
span { border-color: #CFAFF9; }
span { border-color: rgb(207,175,249); }
td.TdClassName
{
border-color: #CFAFF9;
}
.TagClassName
{
border-color: #CFAFF9;
}
</style>