Shades of Mauve #CFADF7
Tints of Mauve #CFADF7
RGB
CMYK
RGB Variations
Color information
#CFADF7 (or 0xCFADF7) is known color: Mauve. HEX triplet: CF, AD and F7. RGB value is (207,173,247). Sum of RGB (Red+Green+Blue) = 207+173+247=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADF7 is #305208. Grayscale: #BFBFBF. Windows color (decimal): -3166729 or 16231887. OLE color: 16231887.
HSL color Cylindrical-coordinate representation of color #CFADF7: hue angle of 267.57º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFADF7 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 173 | 247 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.03 |
| HSL | 267.57º | 0.82% | 0.82% | - |
| HSV(B) | 267.57º | 0.3% | 0.97% | - |
| XYZ | 57.46 | 49.87 | 94.59 | - |
| YUV | 191.6 | 159.26 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 247 | 0.16 | 0.30 | 0 | 0.03 | 267.57 | 0.82 | 0.82 |
| Hex | CF | AD | F7 | 10 | 1E | 0 | 3 | 10C | 52 | 52 |
| Octal | 317 | 255 | 367 | 20 | 36 | 0 | 3 | 414 | 122 | 122 |
| Binary | 11001111 | 10101101 | 11110111 | 10000 | 11110 | 0 | 11 | 100001100 | 1010010 | 1010010 |
Color Harmonies of #CFADF7
Complementary color
Monochromatic Colors of #CFADF7
Black with #CFADF7
Text Example
Text Example
White with #CFADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADF7; }
p { color: rgb(207,173,247); }
H1.HeaderClassName
{
color: #CFADF7;
}
.AnyTagClassName
{
color: #CFADF7;
}
</style>
background-color css
<style>
a { background-color: #CFADF7; }
a { background-color: rgb(207,173,247); }
div.DivClassName
{
background-color: #CFADF7;
}
.BgClassName
{
background-color: #CFADF7;
}
</style>
border-color css
<style>
span { border-color: #CFADF7; }
span { border-color: rgb(207,173,247); }
td.TdClassName
{
border-color: #CFADF7;
}
.TagClassName
{
border-color: #CFADF7;
}
</style>