Shades of Mauve #CFADFE
Tints of Mauve #CFADFE
RGB
CMYK
RGB Variations
Color information
#CFADFE (or 0xCFADFE) is known color: Mauve. HEX triplet: CF, AD and FE. RGB value is (207,173,254). Sum of RGB (Red+Green+Blue) = 207+173+254=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADFE is #305201. Grayscale: #C0C0C0. Windows color (decimal): -3166722 or 16690639. OLE color: 16690639.
HSL color Cylindrical-coordinate representation of color #CFADFE: hue angle of 265.19º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFADFE is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 173 | 254 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.00 |
| HSL | 265.19º | 0.98% | 0.84% | - |
| HSV(B) | 265.19º | 0.32% | 1% | - |
| XYZ | 58.57 | 50.31 | 100.39 | - |
| YUV | 192.4 | 162.76 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 254 | 0.19 | 0.32 | 0 | 0.00 | 265.19 | 0.98 | 0.84 |
| Hex | CF | AD | FE | 13 | 20 | 0 | 0 | 109 | 62 | 54 |
| Octal | 317 | 255 | 376 | 23 | 40 | 0 | 0 | 411 | 142 | 124 |
| Binary | 11001111 | 10101101 | 11111110 | 10011 | 100000 | 0 | 0 | 100001001 | 1100010 | 1010100 |
Color Harmonies of #CFADFE
Complementary color
Monochromatic Colors of #CFADFE
Black with #CFADFE
Text Example
Text Example
White with #CFADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADFE; }
p { color: rgb(207,173,254); }
H1.HeaderClassName
{
color: #CFADFE;
}
.AnyTagClassName
{
color: #CFADFE;
}
</style>
background-color css
<style>
a { background-color: #CFADFE; }
a { background-color: rgb(207,173,254); }
div.DivClassName
{
background-color: #CFADFE;
}
.BgClassName
{
background-color: #CFADFE;
}
</style>
border-color css
<style>
span { border-color: #CFADFE; }
span { border-color: rgb(207,173,254); }
td.TdClassName
{
border-color: #CFADFE;
}
.TagClassName
{
border-color: #CFADFE;
}
</style>