Shades of Mauve #CBB0FD
Tints of Mauve #CBB0FD
RGB
CMYK
RGB Variations
Color information
#CBB0FD (or 0xCBB0FD) is known color: Mauve. HEX triplet: CB, B0 and FD. RGB value is (203,176,253). Sum of RGB (Red+Green+Blue) = 203+176+253=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBB0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB0FD is #344F02. Grayscale: #C0C0C0. Windows color (decimal): -3428099 or 16625867. OLE color: 16625867.
HSL color Cylindrical-coordinate representation of color #CBB0FD: hue angle of 261.04º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBB0FD is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 176 | 253 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.01 |
| HSL | 261.04º | 0.95% | 0.84% | - |
| HSV(B) | 261.04º | 0.3% | 0.99% | - |
| XYZ | 57.88 | 50.84 | 99.69 | - |
| YUV | 192.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 253 | 0.20 | 0.30 | 0 | 0.01 | 261.04 | 0.95 | 0.84 |
| Hex | CB | B0 | FD | 14 | 1E | 0 | 1 | 105 | 5F | 54 |
| Octal | 313 | 260 | 375 | 24 | 36 | 0 | 1 | 405 | 137 | 124 |
| Binary | 11001011 | 10110000 | 11111101 | 10100 | 11110 | 0 | 1 | 100000101 | 1011111 | 1010100 |
Color Harmonies of #CBB0FD
Complementary color
Monochromatic Colors of #CBB0FD
Black with #CBB0FD
Text Example
Text Example
White with #CBB0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0FD; }
p { color: rgb(203,176,253); }
H1.HeaderClassName
{
color: #CBB0FD;
}
.AnyTagClassName
{
color: #CBB0FD;
}
</style>
background-color css
<style>
a { background-color: #CBB0FD; }
a { background-color: rgb(203,176,253); }
div.DivClassName
{
background-color: #CBB0FD;
}
.BgClassName
{
background-color: #CBB0FD;
}
</style>
border-color css
<style>
span { border-color: #CBB0FD; }
span { border-color: rgb(203,176,253); }
td.TdClassName
{
border-color: #CBB0FD;
}
.TagClassName
{
border-color: #CBB0FD;
}
</style>