Shades of Mauve #CBA4FE
Tints of Mauve #CBA4FE
RGB
CMYK
RGB Variations
Color information
#CBA4FE (or 0xCBA4FE) is known color: Mauve. HEX triplet: CB, A4 and FE. RGB value is (203,164,254). Sum of RGB (Red+Green+Blue) = 203+164+254=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 164 (64.45% from 255 or 26.41% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA4FE is #345B01. Grayscale: #B9B9B9. Windows color (decimal): -3431170 or 16688331. OLE color: 16688331.
HSL color Cylindrical-coordinate representation of color #CBA4FE: hue angle of 266º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA4FE is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 164 | 254 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.00 |
| HSL | 266º | 0.98% | 0.82% | - |
| HSV(B) | 266º | 0.35% | 1% | - |
| XYZ | 55.79 | 46.4 | 99.78 | - |
| YUV | 185.92 | 166.42 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 254 | 0.20 | 0.35 | 0 | 0.00 | 266 | 0.98 | 0.82 |
| Hex | CB | A4 | FE | 14 | 23 | 0 | 0 | 10A | 62 | 52 |
| Octal | 313 | 244 | 376 | 24 | 43 | 0 | 0 | 412 | 142 | 122 |
| Binary | 11001011 | 10100100 | 11111110 | 10100 | 100011 | 0 | 0 | 100001010 | 1100010 | 1010010 |
Color Harmonies of #CBA4FE
Complementary color
Monochromatic Colors of #CBA4FE
Black with #CBA4FE
Text Example
Text Example
White with #CBA4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4FE; }
p { color: rgb(203,164,254); }
H1.HeaderClassName
{
color: #CBA4FE;
}
.AnyTagClassName
{
color: #CBA4FE;
}
</style>
background-color css
<style>
a { background-color: #CBA4FE; }
a { background-color: rgb(203,164,254); }
div.DivClassName
{
background-color: #CBA4FE;
}
.BgClassName
{
background-color: #CBA4FE;
}
</style>
border-color css
<style>
span { border-color: #CBA4FE; }
span { border-color: rgb(203,164,254); }
td.TdClassName
{
border-color: #CBA4FE;
}
.TagClassName
{
border-color: #CBA4FE;
}
</style>