Shades of Mauve #CBAAFA
Tints of Mauve #CBAAFA
RGB
CMYK
RGB Variations
Color information
#CBAAFA (or 0xCBAAFA) is known color: Mauve. HEX triplet: CB, AA and FA. RGB value is (203,170,250). Sum of RGB (Red+Green+Blue) = 203+170+250=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAFA is #345505. Grayscale: #BCBCBC. Windows color (decimal): -3429638 or 16427723. OLE color: 16427723.
HSL color Cylindrical-coordinate representation of color #CBAAFA: hue angle of 264.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBAAFA is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 170 | 250 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.02 |
| HSL | 264.75º | 0.89% | 0.82% | - |
| HSV(B) | 264.75º | 0.32% | 0.98% | - |
| XYZ | 56.26 | 48.35 | 96.81 | - |
| YUV | 188.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 250 | 0.19 | 0.32 | 0 | 0.02 | 264.75 | 0.89 | 0.82 |
| Hex | CB | AA | FA | 13 | 20 | 0 | 2 | 109 | 59 | 52 |
| Octal | 313 | 252 | 372 | 23 | 40 | 0 | 2 | 411 | 131 | 122 |
| Binary | 11001011 | 10101010 | 11111010 | 10011 | 100000 | 0 | 10 | 100001001 | 1011001 | 1010010 |
Color Harmonies of #CBAAFA
Complementary color
Monochromatic Colors of #CBAAFA
Black with #CBAAFA
Text Example
Text Example
White with #CBAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAAFA; }
p { color: rgb(203,170,250); }
H1.HeaderClassName
{
color: #CBAAFA;
}
.AnyTagClassName
{
color: #CBAAFA;
}
</style>
background-color css
<style>
a { background-color: #CBAAFA; }
a { background-color: rgb(203,170,250); }
div.DivClassName
{
background-color: #CBAAFA;
}
.BgClassName
{
background-color: #CBAAFA;
}
</style>
border-color css
<style>
span { border-color: #CBAAFA; }
span { border-color: rgb(203,170,250); }
td.TdClassName
{
border-color: #CBAAFA;
}
.TagClassName
{
border-color: #CBAAFA;
}
</style>