Shades of Mauve #CBA6FD
Tints of Mauve #CBA6FD
RGB
CMYK
RGB Variations
Color information
#CBA6FD (or 0xCBA6FD) is known color: Mauve. HEX triplet: CB, A6 and FD. RGB value is (203,166,253). Sum of RGB (Red+Green+Blue) = 203+166+253=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBA6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA6FD is #345902. Grayscale: #BABABA. Windows color (decimal): -3430659 or 16623307. OLE color: 16623307.
HSL color Cylindrical-coordinate representation of color #CBA6FD: hue angle of 265.52º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBA6FD is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 166 | 253 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.01 |
| HSL | 265.52º | 0.96% | 0.82% | - |
| HSV(B) | 265.52º | 0.34% | 0.99% | - |
| XYZ | 55.99 | 47.06 | 99.06 | - |
| YUV | 186.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 253 | 0.20 | 0.34 | 0 | 0.01 | 265.52 | 0.96 | 0.82 |
| Hex | CB | A6 | FD | 14 | 22 | 0 | 1 | 10A | 60 | 52 |
| Octal | 313 | 246 | 375 | 24 | 42 | 0 | 1 | 412 | 140 | 122 |
| Binary | 11001011 | 10100110 | 11111101 | 10100 | 100010 | 0 | 1 | 100001010 | 1100000 | 1010010 |
Color Harmonies of #CBA6FD
Complementary color
Monochromatic Colors of #CBA6FD
Black with #CBA6FD
Text Example
Text Example
White with #CBA6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6FD; }
p { color: rgb(203,166,253); }
H1.HeaderClassName
{
color: #CBA6FD;
}
.AnyTagClassName
{
color: #CBA6FD;
}
</style>
background-color css
<style>
a { background-color: #CBA6FD; }
a { background-color: rgb(203,166,253); }
div.DivClassName
{
background-color: #CBA6FD;
}
.BgClassName
{
background-color: #CBA6FD;
}
</style>
border-color css
<style>
span { border-color: #CBA6FD; }
span { border-color: rgb(203,166,253); }
td.TdClassName
{
border-color: #CBA6FD;
}
.TagClassName
{
border-color: #CBA6FD;
}
</style>