Shades of Mauve #CFB4FA
Tints of Mauve #CFB4FA
RGB
CMYK
RGB Variations
Color information
#CFB4FA (or 0xCFB4FA) is known color: Mauve. HEX triplet: CF, B4 and FA. RGB value is (207,180,250). Sum of RGB (Red+Green+Blue) = 207+180+250=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFB4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB4FA is #304B05. Grayscale: #C3C3C3. Windows color (decimal): -3164934 or 16430287. OLE color: 16430287.
HSL color Cylindrical-coordinate representation of color #CFB4FA: hue angle of 263.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFB4FA is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 180 | 250 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.02 |
| HSL | 263.14º | 0.88% | 0.84% | - |
| HSV(B) | 263.14º | 0.28% | 0.98% | - |
| XYZ | 59.31 | 52.81 | 97.51 | - |
| YUV | 196.05 | 158.45 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 250 | 0.17 | 0.28 | 0 | 0.02 | 263.14 | 0.88 | 0.84 |
| Hex | CF | B4 | FA | 11 | 1C | 0 | 2 | 107 | 58 | 54 |
| Octal | 317 | 264 | 372 | 21 | 34 | 0 | 2 | 407 | 130 | 124 |
| Binary | 11001111 | 10110100 | 11111010 | 10001 | 11100 | 0 | 10 | 100000111 | 1011000 | 1010100 |
Color Harmonies of #CFB4FA
Complementary color
Monochromatic Colors of #CFB4FA
Black with #CFB4FA
Text Example
Text Example
White with #CFB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB4FA; }
p { color: rgb(207,180,250); }
H1.HeaderClassName
{
color: #CFB4FA;
}
.AnyTagClassName
{
color: #CFB4FA;
}
</style>
background-color css
<style>
a { background-color: #CFB4FA; }
a { background-color: rgb(207,180,250); }
div.DivClassName
{
background-color: #CFB4FA;
}
.BgClassName
{
background-color: #CFB4FA;
}
</style>
border-color css
<style>
span { border-color: #CFB4FA; }
span { border-color: rgb(207,180,250); }
td.TdClassName
{
border-color: #CFB4FA;
}
.TagClassName
{
border-color: #CFB4FA;
}
</style>