Shades of Mauve #CFADFA
Tints of Mauve #CFADFA
RGB
CMYK
RGB Variations
Color information
#CFADFA (or 0xCFADFA) is known color: Mauve. HEX triplet: CF, AD and FA. RGB value is (207,173,250). Sum of RGB (Red+Green+Blue) = 207+173+250=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADFA is #305205. Grayscale: #BFBFBF. Windows color (decimal): -3166726 or 16428495. OLE color: 16428495.
HSL color Cylindrical-coordinate representation of color #CFADFA: hue angle of 266.49º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFADFA is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 173 | 250 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.02 |
| HSL | 266.49º | 0.89% | 0.83% | - |
| HSV(B) | 266.49º | 0.31% | 0.98% | - |
| XYZ | 57.93 | 50.05 | 97.05 | - |
| YUV | 191.94 | 160.76 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 250 | 0.17 | 0.31 | 0 | 0.02 | 266.49 | 0.89 | 0.83 |
| Hex | CF | AD | FA | 11 | 1F | 0 | 2 | 10A | 59 | 53 |
| Octal | 317 | 255 | 372 | 21 | 37 | 0 | 2 | 412 | 131 | 123 |
| Binary | 11001111 | 10101101 | 11111010 | 10001 | 11111 | 0 | 10 | 100001010 | 1011001 | 1010011 |
Color Harmonies of #CFADFA
Complementary color
Monochromatic Colors of #CFADFA
Black with #CFADFA
Text Example
Text Example
White with #CFADFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADFA; }
p { color: rgb(207,173,250); }
H1.HeaderClassName
{
color: #CFADFA;
}
.AnyTagClassName
{
color: #CFADFA;
}
</style>
background-color css
<style>
a { background-color: #CFADFA; }
a { background-color: rgb(207,173,250); }
div.DivClassName
{
background-color: #CFADFA;
}
.BgClassName
{
background-color: #CFADFA;
}
</style>
border-color css
<style>
span { border-color: #CFADFA; }
span { border-color: rgb(207,173,250); }
td.TdClassName
{
border-color: #CFADFA;
}
.TagClassName
{
border-color: #CFADFA;
}
</style>