Shades of Mauve #CFB0FE
Tints of Mauve #CFB0FE
RGB
CMYK
RGB Variations
Color information
#CFB0FE (or 0xCFB0FE) is known color: Mauve. HEX triplet: CF, B0 and FE. RGB value is (207,176,254). Sum of RGB (Red+Green+Blue) = 207+176+254=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFB0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB0FE is #304F01. Grayscale: #C1C1C1. Windows color (decimal): -3165954 or 16691407. OLE color: 16691407.
HSL color Cylindrical-coordinate representation of color #CFB0FE: hue angle of 263.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFB0FE is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 176 | 254 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.00 |
| HSL | 263.85º | 0.98% | 0.84% | - |
| HSV(B) | 263.85º | 0.31% | 1% | - |
| XYZ | 59.15 | 51.47 | 100.58 | - |
| YUV | 194.16 | 161.77 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 254 | 0.19 | 0.31 | 0 | 0.00 | 263.85 | 0.98 | 0.84 |
| Hex | CF | B0 | FE | 13 | 1F | 0 | 0 | 108 | 62 | 54 |
| Octal | 317 | 260 | 376 | 23 | 37 | 0 | 0 | 410 | 142 | 124 |
| Binary | 11001111 | 10110000 | 11111110 | 10011 | 11111 | 0 | 0 | 100001000 | 1100010 | 1010100 |
Color Harmonies of #CFB0FE
Complementary color
Monochromatic Colors of #CFB0FE
Black with #CFB0FE
Text Example
Text Example
White with #CFB0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0FE; }
p { color: rgb(207,176,254); }
H1.HeaderClassName
{
color: #CFB0FE;
}
.AnyTagClassName
{
color: #CFB0FE;
}
</style>
background-color css
<style>
a { background-color: #CFB0FE; }
a { background-color: rgb(207,176,254); }
div.DivClassName
{
background-color: #CFB0FE;
}
.BgClassName
{
background-color: #CFB0FE;
}
</style>
border-color css
<style>
span { border-color: #CFB0FE; }
span { border-color: rgb(207,176,254); }
td.TdClassName
{
border-color: #CFB0FE;
}
.TagClassName
{
border-color: #CFB0FE;
}
</style>