Shades of Mauve #CBAFFF
Tints of Mauve #CBAFFF
RGB
CMYK
RGB Variations
Color information
#CBAFFF (or 0xCBAFFF) is known color: Mauve. HEX triplet: CB, AF and FF. RGB value is (203,175,255). Sum of RGB (Red+Green+Blue) = 203+175+255=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFFF is #345000. Grayscale: #C0C0C0. Windows color (decimal): -3428353 or 16756683. OLE color: 16756683.
HSL color Cylindrical-coordinate representation of color #CBAFFF: hue angle of 261º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBAFFF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 175 | 255 | - |
| CMYK | 0.20 | 0.31 | 0 | 0 |
| HSL | 261º | 1% | 0.84% | - |
| HSV(B) | 261º | 0.31% | 1% | - |
| XYZ | 58.01 | 50.58 | 101.31 | - |
| YUV | 192.49 | 163.28 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 255 | 0.20 | 0.31 | 0 | 0 | 261 | 1 | 0.84 |
| Hex | CB | AF | FF | 14 | 1F | 0 | 0 | 105 | 64 | 54 |
| Octal | 313 | 257 | 377 | 24 | 37 | 0 | 0 | 405 | 144 | 124 |
| Binary | 11001011 | 10101111 | 11111111 | 10100 | 11111 | 0 | 0 | 100000101 | 1100100 | 1010100 |
Color Harmonies of #CBAFFF
Complementary color
Monochromatic Colors of #CBAFFF
Black with #CBAFFF
Text Example
Text Example
White with #CBAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFFF; }
p { color: rgb(203,175,255); }
H1.HeaderClassName
{
color: #CBAFFF;
}
.AnyTagClassName
{
color: #CBAFFF;
}
</style>
background-color css
<style>
a { background-color: #CBAFFF; }
a { background-color: rgb(203,175,255); }
div.DivClassName
{
background-color: #CBAFFF;
}
.BgClassName
{
background-color: #CBAFFF;
}
</style>
border-color css
<style>
span { border-color: #CBAFFF; }
span { border-color: rgb(203,175,255); }
td.TdClassName
{
border-color: #CBAFFF;
}
.TagClassName
{
border-color: #CBAFFF;
}
</style>