Shades of Mauve #CBA9FE
Tints of Mauve #CBA9FE
RGB
CMYK
RGB Variations
Color information
#CBA9FE (or 0xCBA9FE) is known color: Mauve. HEX triplet: CB, A9 and FE. RGB value is (203,169,254). Sum of RGB (Red+Green+Blue) = 203+169+254=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBA9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9FE is #345601. Grayscale: #BCBCBC. Windows color (decimal): -3429890 or 16689611. OLE color: 16689611.
HSL color Cylindrical-coordinate representation of color #CBA9FE: hue angle of 264º 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 #CBA9FE is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 169 | 254 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.00 |
| HSL | 264º | 0.98% | 0.83% | - |
| HSV(B) | 264º | 0.33% | 1% | - |
| XYZ | 56.71 | 48.23 | 100.09 | - |
| YUV | 188.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 254 | 0.20 | 0.33 | 0 | 0.00 | 264 | 0.98 | 0.83 |
| Hex | CB | A9 | FE | 14 | 21 | 0 | 0 | 108 | 62 | 53 |
| Octal | 313 | 251 | 376 | 24 | 41 | 0 | 0 | 410 | 142 | 123 |
| Binary | 11001011 | 10101001 | 11111110 | 10100 | 100001 | 0 | 0 | 100001000 | 1100010 | 1010011 |
Color Harmonies of #CBA9FE
Complementary color
Monochromatic Colors of #CBA9FE
Black with #CBA9FE
Text Example
Text Example
White with #CBA9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9FE; }
p { color: rgb(203,169,254); }
H1.HeaderClassName
{
color: #CBA9FE;
}
.AnyTagClassName
{
color: #CBA9FE;
}
</style>
background-color css
<style>
a { background-color: #CBA9FE; }
a { background-color: rgb(203,169,254); }
div.DivClassName
{
background-color: #CBA9FE;
}
.BgClassName
{
background-color: #CBA9FE;
}
</style>
border-color css
<style>
span { border-color: #CBA9FE; }
span { border-color: rgb(203,169,254); }
td.TdClassName
{
border-color: #CBA9FE;
}
.TagClassName
{
border-color: #CBA9FE;
}
</style>