Shades of Mauve #CBA8FD
Tints of Mauve #CBA8FD
RGB
CMYK
RGB Variations
Color information
#CBA8FD (or 0xCBA8FD) is known color: Mauve. HEX triplet: CB, A8 and FD. RGB value is (203,168,253). Sum of RGB (Red+Green+Blue) = 203+168+253=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA8FD is #345702. Grayscale: #BBBBBB. Windows color (decimal): -3430147 or 16623819. OLE color: 16623819.
HSL color Cylindrical-coordinate representation of color #CBA8FD: hue angle of 264.71º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBA8FD is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 168 | 253 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.01 |
| HSL | 264.71º | 0.96% | 0.83% | - |
| HSV(B) | 264.71º | 0.34% | 0.99% | - |
| XYZ | 56.36 | 47.79 | 99.18 | - |
| YUV | 188.16 | 164.6 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 253 | 0.20 | 0.34 | 0 | 0.01 | 264.71 | 0.96 | 0.83 |
| Hex | CB | A8 | FD | 14 | 22 | 0 | 1 | 109 | 60 | 53 |
| Octal | 313 | 250 | 375 | 24 | 42 | 0 | 1 | 411 | 140 | 123 |
| Binary | 11001011 | 10101000 | 11111101 | 10100 | 100010 | 0 | 1 | 100001001 | 1100000 | 1010011 |
Color Harmonies of #CBA8FD
Complementary color
Monochromatic Colors of #CBA8FD
Black with #CBA8FD
Text Example
Text Example
White with #CBA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8FD; }
p { color: rgb(203,168,253); }
H1.HeaderClassName
{
color: #CBA8FD;
}
.AnyTagClassName
{
color: #CBA8FD;
}
</style>
background-color css
<style>
a { background-color: #CBA8FD; }
a { background-color: rgb(203,168,253); }
div.DivClassName
{
background-color: #CBA8FD;
}
.BgClassName
{
background-color: #CBA8FD;
}
</style>
border-color css
<style>
span { border-color: #CBA8FD; }
span { border-color: rgb(203,168,253); }
td.TdClassName
{
border-color: #CBA8FD;
}
.TagClassName
{
border-color: #CBA8FD;
}
</style>