Shades of Mauve #CBACFD
Tints of Mauve #CBACFD
RGB
CMYK
RGB Variations
Color information
#CBACFD (or 0xCBACFD) is known color: Mauve. HEX triplet: CB, AC and FD. RGB value is (203,172,253). Sum of RGB (Red+Green+Blue) = 203+172+253=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBACFD is #345302. Grayscale: #BEBEBE. Windows color (decimal): -3429123 or 16624843. OLE color: 16624843.
HSL color Cylindrical-coordinate representation of color #CBACFD: hue angle of 262.96º 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 #CBACFD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 172 | 253 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.01 |
| HSL | 262.96º | 0.95% | 0.83% | - |
| HSV(B) | 262.96º | 0.32% | 0.99% | - |
| XYZ | 57.11 | 49.29 | 99.43 | - |
| YUV | 190.5 | 163.27 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 253 | 0.20 | 0.32 | 0 | 0.01 | 262.96 | 0.95 | 0.83 |
| Hex | CB | AC | FD | 14 | 20 | 0 | 1 | 107 | 5F | 53 |
| Octal | 313 | 254 | 375 | 24 | 40 | 0 | 1 | 407 | 137 | 123 |
| Binary | 11001011 | 10101100 | 11111101 | 10100 | 100000 | 0 | 1 | 100000111 | 1011111 | 1010011 |
Color Harmonies of #CBACFD
Complementary color
Monochromatic Colors of #CBACFD
Black with #CBACFD
Text Example
Text Example
White with #CBACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACFD; }
p { color: rgb(203,172,253); }
H1.HeaderClassName
{
color: #CBACFD;
}
.AnyTagClassName
{
color: #CBACFD;
}
</style>
background-color css
<style>
a { background-color: #CBACFD; }
a { background-color: rgb(203,172,253); }
div.DivClassName
{
background-color: #CBACFD;
}
.BgClassName
{
background-color: #CBACFD;
}
</style>
border-color css
<style>
span { border-color: #CBACFD; }
span { border-color: rgb(203,172,253); }
td.TdClassName
{
border-color: #CBACFD;
}
.TagClassName
{
border-color: #CBACFD;
}
</style>