Shades of Mauve #CBADF8
Tints of Mauve #CBADF8
RGB
CMYK
RGB Variations
Color information
#CBADF8 (or 0xCBADF8) is known color: Mauve. HEX triplet: CB, AD and F8. RGB value is (203,173,248). Sum of RGB (Red+Green+Blue) = 203+173+248=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADF8 is #345207. Grayscale: #BEBEBE. Windows color (decimal): -3428872 or 16297419. OLE color: 16297419.
HSL color Cylindrical-coordinate representation of color #CBADF8: hue angle of 264º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBADF8 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 173 | 248 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.03 |
| HSL | 264º | 0.84% | 0.83% | - |
| HSV(B) | 264º | 0.3% | 0.97% | - |
| XYZ | 56.52 | 49.36 | 95.36 | - |
| YUV | 190.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 248 | 0.18 | 0.30 | 0 | 0.03 | 264 | 0.84 | 0.83 |
| Hex | CB | AD | F8 | 12 | 1E | 0 | 3 | 108 | 54 | 53 |
| Octal | 313 | 255 | 370 | 22 | 36 | 0 | 3 | 410 | 124 | 123 |
| Binary | 11001011 | 10101101 | 11111000 | 10010 | 11110 | 0 | 11 | 100001000 | 1010100 | 1010011 |
Color Harmonies of #CBADF8
Complementary color
Monochromatic Colors of #CBADF8
Black with #CBADF8
Text Example
Text Example
White with #CBADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADF8; }
p { color: rgb(203,173,248); }
H1.HeaderClassName
{
color: #CBADF8;
}
.AnyTagClassName
{
color: #CBADF8;
}
</style>
background-color css
<style>
a { background-color: #CBADF8; }
a { background-color: rgb(203,173,248); }
div.DivClassName
{
background-color: #CBADF8;
}
.BgClassName
{
background-color: #CBADF8;
}
</style>
border-color css
<style>
span { border-color: #CBADF8; }
span { border-color: rgb(203,173,248); }
td.TdClassName
{
border-color: #CBADF8;
}
.TagClassName
{
border-color: #CBADF8;
}
</style>