Shades of Mauve #CFADF8
Tints of Mauve #CFADF8
RGB
CMYK
RGB Variations
Color information
#CFADF8 (or 0xCFADF8) is known color: Mauve. HEX triplet: CF, AD and F8. RGB value is (207,173,248). Sum of RGB (Red+Green+Blue) = 207+173+248=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 248 (97.27% from 255 or 39.49% from 628); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADF8 is #305207. Grayscale: #BFBFBF. Windows color (decimal): -3166728 or 16297423. OLE color: 16297423.
HSL color Cylindrical-coordinate representation of color #CFADF8: hue angle of 267.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFADF8 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 173 | 248 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.03 |
| HSL | 267.2º | 0.84% | 0.83% | - |
| HSV(B) | 267.2º | 0.3% | 0.97% | - |
| XYZ | 57.62 | 49.93 | 95.41 | - |
| YUV | 191.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 248 | 0.17 | 0.30 | 0 | 0.03 | 267.2 | 0.84 | 0.83 |
| Hex | CF | AD | F8 | 11 | 1E | 0 | 3 | 10B | 54 | 53 |
| Octal | 317 | 255 | 370 | 21 | 36 | 0 | 3 | 413 | 124 | 123 |
| Binary | 11001111 | 10101101 | 11111000 | 10001 | 11110 | 0 | 11 | 100001011 | 1010100 | 1010011 |
Color Harmonies of #CFADF8
Complementary color
Monochromatic Colors of #CFADF8
Black with #CFADF8
Text Example
Text Example
White with #CFADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADF8; }
p { color: rgb(207,173,248); }
H1.HeaderClassName
{
color: #CFADF8;
}
.AnyTagClassName
{
color: #CFADF8;
}
</style>
background-color css
<style>
a { background-color: #CFADF8; }
a { background-color: rgb(207,173,248); }
div.DivClassName
{
background-color: #CFADF8;
}
.BgClassName
{
background-color: #CFADF8;
}
</style>
border-color css
<style>
span { border-color: #CFADF8; }
span { border-color: rgb(207,173,248); }
td.TdClassName
{
border-color: #CFADF8;
}
.TagClassName
{
border-color: #CFADF8;
}
</style>