Shades of Mauve #CBB2FD
Tints of Mauve #CBB2FD
RGB
CMYK
RGB Variations
Color information
#CBB2FD (or 0xCBB2FD) is known color: Mauve. HEX triplet: CB, B2 and FD. RGB value is (203,178,253). Sum of RGB (Red+Green+Blue) = 203+178+253=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBB2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB2FD is #344D02. Grayscale: #C1C1C1. Windows color (decimal): -3427587 or 16626379. OLE color: 16626379.
HSL color Cylindrical-coordinate representation of color #CBB2FD: hue angle of 260º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBB2FD is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 178 | 253 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.01 |
| HSL | 260º | 0.95% | 0.85% | - |
| HSV(B) | 260º | 0.3% | 0.99% | - |
| XYZ | 58.28 | 51.63 | 99.82 | - |
| YUV | 194.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 253 | 0.20 | 0.30 | 0 | 0.01 | 260 | 0.95 | 0.85 |
| Hex | CB | B2 | FD | 14 | 1E | 0 | 1 | 104 | 5F | 55 |
| Octal | 313 | 262 | 375 | 24 | 36 | 0 | 1 | 404 | 137 | 125 |
| Binary | 11001011 | 10110010 | 11111101 | 10100 | 11110 | 0 | 1 | 100000100 | 1011111 | 1010101 |
Color Harmonies of #CBB2FD
Complementary color
Monochromatic Colors of #CBB2FD
Black with #CBB2FD
Text Example
Text Example
White with #CBB2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2FD; }
p { color: rgb(203,178,253); }
H1.HeaderClassName
{
color: #CBB2FD;
}
.AnyTagClassName
{
color: #CBB2FD;
}
</style>
background-color css
<style>
a { background-color: #CBB2FD; }
a { background-color: rgb(203,178,253); }
div.DivClassName
{
background-color: #CBB2FD;
}
.BgClassName
{
background-color: #CBB2FD;
}
</style>
border-color css
<style>
span { border-color: #CBB2FD; }
span { border-color: rgb(203,178,253); }
td.TdClassName
{
border-color: #CBB2FD;
}
.TagClassName
{
border-color: #CBB2FD;
}
</style>