Shades of Mauve #CBABFD
Tints of Mauve #CBABFD
RGB
CMYK
RGB Variations
Color information
#CBABFD (or 0xCBABFD) is known color: Mauve. HEX triplet: CB, AB and FD. RGB value is (203,171,253). Sum of RGB (Red+Green+Blue) = 203+171+253=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABFD is #345402. Grayscale: #BDBDBD. Windows color (decimal): -3429379 or 16624587. OLE color: 16624587.
HSL color Cylindrical-coordinate representation of color #CBABFD: hue angle of 263.41º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBABFD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 203 | 171 | 253 | - |
CMYK | 0.20 | 0.32 | 0 | 0.01 |
HSL | 263.41º | 0.95% | 0.83% | - |
HSV(B) | 263.41º | 0.32% | 0.99% | - |
XYZ | 56.92 | 48.91 | 99.37 | - |
YUV | 189.92 | 163.6 | 137.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 171 | 253 | 0.20 | 0.32 | 0 | 0.01 | 263.41 | 0.95 | 0.83 |
Hex | CB | AB | FD | 14 | 20 | 0 | 1 | 107 | 5F | 53 |
Octal | 313 | 253 | 375 | 24 | 40 | 0 | 1 | 407 | 137 | 123 |
Binary | 11001011 | 10101011 | 11111101 | 10100 | 100000 | 0 | 1 | 100000111 | 1011111 | 1010011 |
Color Harmonies of #CBABFD
Complementary color
Monochromatic Colors of #CBABFD
Black with #CBABFD
Text Example
Text Example
White with #CBABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABFD; }
p { color: rgb(203,171,253); }
H1.HeaderClassName
{
color: #CBABFD;
}
.AnyTagClassName
{
color: #CBABFD;
}
</style>
background-color css
<style>
a { background-color: #CBABFD; }
a { background-color: rgb(203,171,253); }
div.DivClassName
{
background-color: #CBABFD;
}
.BgClassName
{
background-color: #CBABFD;
}
</style>
border-color css
<style>
span { border-color: #CBABFD; }
span { border-color: rgb(203,171,253); }
td.TdClassName
{
border-color: #CBABFD;
}
.TagClassName
{
border-color: #CBABFD;
}
</style>