Shades of Mauve #C9AAFE
Tints of Mauve #C9AAFE
RGB
CMYK
RGB Variations
Color information
#C9AAFE (or 0xC9AAFE) is known color: Mauve. HEX triplet: C9, AA and FE. RGB value is (201,170,254). Sum of RGB (Red+Green+Blue) = 201+170+254=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AAFE is #365501. Grayscale: #BCBCBC. Windows color (decimal): -3560706 or 16689865. OLE color: 16689865.
HSL color Cylindrical-coordinate representation of color #C9AAFE: hue angle of 262.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9AAFE is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 170 | 254 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.00 |
| HSL | 262.14º | 0.98% | 0.83% | - |
| HSV(B) | 262.14º | 0.33% | 1% | - |
| XYZ | 56.35 | 48.32 | 100.12 | - |
| YUV | 188.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 254 | 0.21 | 0.33 | 0 | 0.00 | 262.14 | 0.98 | 0.83 |
| Hex | C9 | AA | FE | 15 | 21 | 0 | 0 | 106 | 62 | 53 |
| Octal | 311 | 252 | 376 | 25 | 41 | 0 | 0 | 406 | 142 | 123 |
| Binary | 11001001 | 10101010 | 11111110 | 10101 | 100001 | 0 | 0 | 100000110 | 1100010 | 1010011 |
Color Harmonies of #C9AAFE
Complementary color
Monochromatic Colors of #C9AAFE
Black with #C9AAFE
Text Example
Text Example
White with #C9AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AAFE; }
p { color: rgb(201,170,254); }
H1.HeaderClassName
{
color: #C9AAFE;
}
.AnyTagClassName
{
color: #C9AAFE;
}
</style>
background-color css
<style>
a { background-color: #C9AAFE; }
a { background-color: rgb(201,170,254); }
div.DivClassName
{
background-color: #C9AAFE;
}
.BgClassName
{
background-color: #C9AAFE;
}
</style>
border-color css
<style>
span { border-color: #C9AAFE; }
span { border-color: rgb(201,170,254); }
td.TdClassName
{
border-color: #C9AAFE;
}
.TagClassName
{
border-color: #C9AAFE;
}
</style>