Shades of Mauve #CBADFD
Tints of Mauve #CBADFD
RGB
CMYK
RGB Variations
Color information
#CBADFD (or 0xCBADFD) is known color: Mauve. HEX triplet: CB, AD and FD. RGB value is (203,173,253). Sum of RGB (Red+Green+Blue) = 203+173+253=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADFD is #345202. Grayscale: #BEBEBE. Windows color (decimal): -3428867 or 16625099. OLE color: 16625099.
HSL color Cylindrical-coordinate representation of color #CBADFD: hue angle of 262.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBADFD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 173 | 253 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.01 |
| HSL | 262.5º | 0.95% | 0.84% | - |
| HSV(B) | 262.5º | 0.32% | 0.99% | - |
| XYZ | 57.3 | 49.68 | 99.5 | - |
| YUV | 191.09 | 162.94 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 253 | 0.20 | 0.32 | 0 | 0.01 | 262.5 | 0.95 | 0.84 |
| Hex | CB | AD | FD | 14 | 20 | 0 | 1 | 106 | 5F | 54 |
| Octal | 313 | 255 | 375 | 24 | 40 | 0 | 1 | 406 | 137 | 124 |
| Binary | 11001011 | 10101101 | 11111101 | 10100 | 100000 | 0 | 1 | 100000110 | 1011111 | 1010100 |
Color Harmonies of #CBADFD
Complementary color
Monochromatic Colors of #CBADFD
Black with #CBADFD
Text Example
Text Example
White with #CBADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADFD; }
p { color: rgb(203,173,253); }
H1.HeaderClassName
{
color: #CBADFD;
}
.AnyTagClassName
{
color: #CBADFD;
}
</style>
background-color css
<style>
a { background-color: #CBADFD; }
a { background-color: rgb(203,173,253); }
div.DivClassName
{
background-color: #CBADFD;
}
.BgClassName
{
background-color: #CBADFD;
}
</style>
border-color css
<style>
span { border-color: #CBADFD; }
span { border-color: rgb(203,173,253); }
td.TdClassName
{
border-color: #CBADFD;
}
.TagClassName
{
border-color: #CBADFD;
}
</style>