Shades of Mauve #C9ADFE
Tints of Mauve #C9ADFE
RGB
CMYK
RGB Variations
Color information
#C9ADFE (or 0xC9ADFE) is known color: Mauve. HEX triplet: C9, AD and FE. RGB value is (201,173,254). Sum of RGB (Red+Green+Blue) = 201+173+254=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ADFE is #365201. Grayscale: #BEBEBE. Windows color (decimal): -3559938 or 16690633. OLE color: 16690633.
HSL color Cylindrical-coordinate representation of color #C9ADFE: hue angle of 260.74º 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 #C9ADFE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 173 | 254 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.00 |
| HSL | 260.74º | 0.98% | 0.84% | - |
| HSV(B) | 260.74º | 0.32% | 1% | - |
| XYZ | 56.92 | 49.46 | 100.31 | - |
| YUV | 190.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 254 | 0.21 | 0.32 | 0 | 0.00 | 260.74 | 0.98 | 0.84 |
| Hex | C9 | AD | FE | 15 | 20 | 0 | 0 | 105 | 62 | 54 |
| Octal | 311 | 255 | 376 | 25 | 40 | 0 | 0 | 405 | 142 | 124 |
| Binary | 11001001 | 10101101 | 11111110 | 10101 | 100000 | 0 | 0 | 100000101 | 1100010 | 1010100 |
Color Harmonies of #C9ADFE
Complementary color
Monochromatic Colors of #C9ADFE
Black with #C9ADFE
Text Example
Text Example
White with #C9ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADFE; }
p { color: rgb(201,173,254); }
H1.HeaderClassName
{
color: #C9ADFE;
}
.AnyTagClassName
{
color: #C9ADFE;
}
</style>
background-color css
<style>
a { background-color: #C9ADFE; }
a { background-color: rgb(201,173,254); }
div.DivClassName
{
background-color: #C9ADFE;
}
.BgClassName
{
background-color: #C9ADFE;
}
</style>
border-color css
<style>
span { border-color: #C9ADFE; }
span { border-color: rgb(201,173,254); }
td.TdClassName
{
border-color: #C9ADFE;
}
.TagClassName
{
border-color: #C9ADFE;
}
</style>