Shades of Mauve #C9ADFF
Tints of Mauve #C9ADFF
RGB
CMYK
RGB Variations
Color information
#C9ADFF (or 0xC9ADFF) is known color: Mauve. HEX triplet: C9, AD and FF. RGB value is (201,173,255). Sum of RGB (Red+Green+Blue) = 201+173+255=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ADFF is #365200. Grayscale: #BEBEBE. Windows color (decimal): -3559937 or 16756169. OLE color: 16756169.
HSL color Cylindrical-coordinate representation of color #C9ADFF: hue angle of 260.49º 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 #C9ADFF is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 173 | 255 | - |
| CMYK | 0.21 | 0.32 | 0 | 0 |
| HSL | 260.49º | 1% | 0.84% | - |
| HSV(B) | 260.49º | 0.32% | 1% | - |
| XYZ | 57.08 | 49.52 | 101.16 | - |
| YUV | 190.72 | 164.28 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 255 | 0.21 | 0.32 | 0 | 0 | 260.49 | 1 | 0.84 |
| Hex | C9 | AD | FF | 15 | 20 | 0 | 0 | 104 | 64 | 54 |
| Octal | 311 | 255 | 377 | 25 | 40 | 0 | 0 | 404 | 144 | 124 |
| Binary | 11001001 | 10101101 | 11111111 | 10101 | 100000 | 0 | 0 | 100000100 | 1100100 | 1010100 |
Color Harmonies of #C9ADFF
Complementary color
Monochromatic Colors of #C9ADFF
Black with #C9ADFF
Text Example
Text Example
White with #C9ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADFF; }
p { color: rgb(201,173,255); }
H1.HeaderClassName
{
color: #C9ADFF;
}
.AnyTagClassName
{
color: #C9ADFF;
}
</style>
background-color css
<style>
a { background-color: #C9ADFF; }
a { background-color: rgb(201,173,255); }
div.DivClassName
{
background-color: #C9ADFF;
}
.BgClassName
{
background-color: #C9ADFF;
}
</style>
border-color css
<style>
span { border-color: #C9ADFF; }
span { border-color: rgb(201,173,255); }
td.TdClassName
{
border-color: #C9ADFF;
}
.TagClassName
{
border-color: #C9ADFF;
}
</style>