Shades of Mauve #CFB1FB
Tints of Mauve #CFB1FB
RGB
CMYK
RGB Variations
Color information
#CFB1FB (or 0xCFB1FB) is known color: Mauve. HEX triplet: CF, B1 and FB. RGB value is (207,177,251). Sum of RGB (Red+Green+Blue) = 207+177+251=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFB1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB1FB is #304E04. Grayscale: #C2C2C2. Windows color (decimal): -3165701 or 16495055. OLE color: 16495055.
HSL color Cylindrical-coordinate representation of color #CFB1FB: hue angle of 264.32º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFB1FB is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 177 | 251 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.02 |
| HSL | 264.32º | 0.9% | 0.84% | - |
| HSV(B) | 264.32º | 0.29% | 0.98% | - |
| XYZ | 58.87 | 51.67 | 98.14 | - |
| YUV | 194.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 251 | 0.18 | 0.29 | 0 | 0.02 | 264.32 | 0.9 | 0.84 |
| Hex | CF | B1 | FB | 12 | 1D | 0 | 2 | 108 | 5A | 54 |
| Octal | 317 | 261 | 373 | 22 | 35 | 0 | 2 | 410 | 132 | 124 |
| Binary | 11001111 | 10110001 | 11111011 | 10010 | 11101 | 0 | 10 | 100001000 | 1011010 | 1010100 |
Color Harmonies of #CFB1FB
Complementary color
Monochromatic Colors of #CFB1FB
Black with #CFB1FB
Text Example
Text Example
White with #CFB1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1FB; }
p { color: rgb(207,177,251); }
H1.HeaderClassName
{
color: #CFB1FB;
}
.AnyTagClassName
{
color: #CFB1FB;
}
</style>
background-color css
<style>
a { background-color: #CFB1FB; }
a { background-color: rgb(207,177,251); }
div.DivClassName
{
background-color: #CFB1FB;
}
.BgClassName
{
background-color: #CFB1FB;
}
</style>
border-color css
<style>
span { border-color: #CFB1FB; }
span { border-color: rgb(207,177,251); }
td.TdClassName
{
border-color: #CFB1FB;
}
.TagClassName
{
border-color: #CFB1FB;
}
</style>