Shades of Mauve #CFADFC
Tints of Mauve #CFADFC
RGB
CMYK
RGB Variations
Color information
#CFADFC (or 0xCFADFC) is known color: Mauve. HEX triplet: CF, AD and FC. RGB value is (207,173,252). Sum of RGB (Red+Green+Blue) = 207+173+252=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADFC is #305203. Grayscale: #BFBFBF. Windows color (decimal): -3166724 or 16559567. OLE color: 16559567.
HSL color Cylindrical-coordinate representation of color #CFADFC: hue angle of 265.82º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFADFC is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 173 | 252 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.01 |
| HSL | 265.82º | 0.93% | 0.83% | - |
| HSV(B) | 265.82º | 0.31% | 0.99% | - |
| XYZ | 58.25 | 50.18 | 98.71 | - |
| YUV | 192.17 | 161.76 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 252 | 0.18 | 0.31 | 0 | 0.01 | 265.82 | 0.93 | 0.83 |
| Hex | CF | AD | FC | 12 | 1F | 0 | 1 | 10A | 5D | 53 |
| Octal | 317 | 255 | 374 | 22 | 37 | 0 | 1 | 412 | 135 | 123 |
| Binary | 11001111 | 10101101 | 11111100 | 10010 | 11111 | 0 | 1 | 100001010 | 1011101 | 1010011 |
Color Harmonies of #CFADFC
Complementary color
Monochromatic Colors of #CFADFC
Black with #CFADFC
Text Example
Text Example
White with #CFADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADFC; }
p { color: rgb(207,173,252); }
H1.HeaderClassName
{
color: #CFADFC;
}
.AnyTagClassName
{
color: #CFADFC;
}
</style>
background-color css
<style>
a { background-color: #CFADFC; }
a { background-color: rgb(207,173,252); }
div.DivClassName
{
background-color: #CFADFC;
}
.BgClassName
{
background-color: #CFADFC;
}
</style>
border-color css
<style>
span { border-color: #CFADFC; }
span { border-color: rgb(207,173,252); }
td.TdClassName
{
border-color: #CFADFC;
}
.TagClassName
{
border-color: #CFADFC;
}
</style>