Shades of Mauve #CB9DF8
Tints of Mauve #CB9DF8
RGB
CMYK
RGB Variations
Color information
#CB9DF8 (or 0xCB9DF8) is known color: Mauve. HEX triplet: CB, 9D and F8. RGB value is (203,157,248). Sum of RGB (Red+Green+Blue) = 203+157+248=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 248 (97.27% from 255 or 40.79% from 608); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB9DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DF8 is #346207. Grayscale: #B4B4B4. Windows color (decimal): -3432968 or 16293323. OLE color: 16293323.
HSL color Cylindrical-coordinate representation of color #CB9DF8: hue angle of 270.33º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB9DF8 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 157 | 248 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.03 |
| HSL | 270.33º | 0.87% | 0.79% | - |
| HSV(B) | 270.33º | 0.37% | 0.97% | - |
| XYZ | 53.63 | 43.59 | 94.39 | - |
| YUV | 181.13 | 165.74 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 248 | 0.18 | 0.37 | 0 | 0.03 | 270.33 | 0.87 | 0.79 |
| Hex | CB | 9D | F8 | 12 | 25 | 0 | 3 | 10E | 57 | 4F |
| Octal | 313 | 235 | 370 | 22 | 45 | 0 | 3 | 416 | 127 | 117 |
| Binary | 11001011 | 10011101 | 11111000 | 10010 | 100101 | 0 | 11 | 100001110 | 1010111 | 1001111 |
Color Harmonies of #CB9DF8
Complementary color
Monochromatic Colors of #CB9DF8
Black with #CB9DF8
Text Example
Text Example
White with #CB9DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9DF8; }
p { color: rgb(203,157,248); }
H1.HeaderClassName
{
color: #CB9DF8;
}
.AnyTagClassName
{
color: #CB9DF8;
}
</style>
background-color css
<style>
a { background-color: #CB9DF8; }
a { background-color: rgb(203,157,248); }
div.DivClassName
{
background-color: #CB9DF8;
}
.BgClassName
{
background-color: #CB9DF8;
}
</style>
border-color css
<style>
span { border-color: #CB9DF8; }
span { border-color: rgb(203,157,248); }
td.TdClassName
{
border-color: #CB9DF8;
}
.TagClassName
{
border-color: #CB9DF8;
}
</style>