Shades of Mauve #CBA4FD
Tints of Mauve #CBA4FD
RGB
CMYK
RGB Variations
Color information
#CBA4FD (or 0xCBA4FD) is known color: Mauve. HEX triplet: CB, A4 and FD. RGB value is (203,164,253). Sum of RGB (Red+Green+Blue) = 203+164+253=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBA4FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA4FD is #345B02. Grayscale: #B9B9B9. Windows color (decimal): -3431171 or 16622795. OLE color: 16622795.
HSL color Cylindrical-coordinate representation of color #CBA4FD: hue angle of 266.29º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA4FD is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 164 | 253 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.01 |
| HSL | 266.29º | 0.96% | 0.82% | - |
| HSV(B) | 266.29º | 0.35% | 0.99% | - |
| XYZ | 55.63 | 46.34 | 98.94 | - |
| YUV | 185.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 253 | 0.20 | 0.35 | 0 | 0.01 | 266.29 | 0.96 | 0.82 |
| Hex | CB | A4 | FD | 14 | 23 | 0 | 1 | 10A | 60 | 52 |
| Octal | 313 | 244 | 375 | 24 | 43 | 0 | 1 | 412 | 140 | 122 |
| Binary | 11001011 | 10100100 | 11111101 | 10100 | 100011 | 0 | 1 | 100001010 | 1100000 | 1010010 |
Color Harmonies of #CBA4FD
Complementary color
Monochromatic Colors of #CBA4FD
Black with #CBA4FD
Text Example
Text Example
White with #CBA4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4FD; }
p { color: rgb(203,164,253); }
H1.HeaderClassName
{
color: #CBA4FD;
}
.AnyTagClassName
{
color: #CBA4FD;
}
</style>
background-color css
<style>
a { background-color: #CBA4FD; }
a { background-color: rgb(203,164,253); }
div.DivClassName
{
background-color: #CBA4FD;
}
.BgClassName
{
background-color: #CBA4FD;
}
</style>
border-color css
<style>
span { border-color: #CBA4FD; }
span { border-color: rgb(203,164,253); }
td.TdClassName
{
border-color: #CBA4FD;
}
.TagClassName
{
border-color: #CBA4FD;
}
</style>