Shades of Mauve #CFB0FC
Tints of Mauve #CFB0FC
RGB
CMYK
RGB Variations
Color information
#CFB0FC (or 0xCFB0FC) is known color: Mauve. HEX triplet: CF, B0 and FC. RGB value is (207,176,252). Sum of RGB (Red+Green+Blue) = 207+176+252=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB0FC is #304F03. Grayscale: #C1C1C1. Windows color (decimal): -3165956 or 16560335. OLE color: 16560335.
HSL color Cylindrical-coordinate representation of color #CFB0FC: hue angle of 264.47º degrees, saturation: 0.93, 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 #CFB0FC is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 176 | 252 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.01 |
| HSL | 264.47º | 0.93% | 0.84% | - |
| HSV(B) | 264.47º | 0.3% | 0.99% | - |
| XYZ | 58.83 | 51.34 | 98.91 | - |
| YUV | 193.93 | 160.77 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 252 | 0.18 | 0.30 | 0 | 0.01 | 264.47 | 0.93 | 0.84 |
| Hex | CF | B0 | FC | 12 | 1E | 0 | 1 | 108 | 5D | 54 |
| Octal | 317 | 260 | 374 | 22 | 36 | 0 | 1 | 410 | 135 | 124 |
| Binary | 11001111 | 10110000 | 11111100 | 10010 | 11110 | 0 | 1 | 100001000 | 1011101 | 1010100 |
Color Harmonies of #CFB0FC
Complementary color
Monochromatic Colors of #CFB0FC
Black with #CFB0FC
Text Example
Text Example
White with #CFB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0FC; }
p { color: rgb(207,176,252); }
H1.HeaderClassName
{
color: #CFB0FC;
}
.AnyTagClassName
{
color: #CFB0FC;
}
</style>
background-color css
<style>
a { background-color: #CFB0FC; }
a { background-color: rgb(207,176,252); }
div.DivClassName
{
background-color: #CFB0FC;
}
.BgClassName
{
background-color: #CFB0FC;
}
</style>
border-color css
<style>
span { border-color: #CFB0FC; }
span { border-color: rgb(207,176,252); }
td.TdClassName
{
border-color: #CFB0FC;
}
.TagClassName
{
border-color: #CFB0FC;
}
</style>