Shades of Mauve #CFADFF
Tints of Mauve #CFADFF
RGB
CMYK
RGB Variations
Color information
#CFADFF (or 0xCFADFF) is known color: Mauve. HEX triplet: CF, AD and FF. RGB value is (207,173,255). Sum of RGB (Red+Green+Blue) = 207+173+255=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADFF is #305200. Grayscale: #C0C0C0. Windows color (decimal): -3166721 or 16756175. OLE color: 16756175.
HSL color Cylindrical-coordinate representation of color #CFADFF: hue angle of 264.88º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFADFF is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 173 | 255 | - |
| CMYK | 0.19 | 0.32 | 0 | 0 |
| HSL | 264.88º | 1% | 0.84% | - |
| HSV(B) | 264.88º | 0.32% | 1% | - |
| XYZ | 58.73 | 50.37 | 101.24 | - |
| YUV | 192.51 | 163.26 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 255 | 0.19 | 0.32 | 0 | 0 | 264.88 | 1 | 0.84 |
| Hex | CF | AD | FF | 13 | 20 | 0 | 0 | 109 | 64 | 54 |
| Octal | 317 | 255 | 377 | 23 | 40 | 0 | 0 | 411 | 144 | 124 |
| Binary | 11001111 | 10101101 | 11111111 | 10011 | 100000 | 0 | 0 | 100001001 | 1100100 | 1010100 |
Color Harmonies of #CFADFF
Complementary color
Monochromatic Colors of #CFADFF
Black with #CFADFF
Text Example
Text Example
White with #CFADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADFF; }
p { color: rgb(207,173,255); }
H1.HeaderClassName
{
color: #CFADFF;
}
.AnyTagClassName
{
color: #CFADFF;
}
</style>
background-color css
<style>
a { background-color: #CFADFF; }
a { background-color: rgb(207,173,255); }
div.DivClassName
{
background-color: #CFADFF;
}
.BgClassName
{
background-color: #CFADFF;
}
</style>
border-color css
<style>
span { border-color: #CFADFF; }
span { border-color: rgb(207,173,255); }
td.TdClassName
{
border-color: #CFADFF;
}
.TagClassName
{
border-color: #CFADFF;
}
</style>