Shades of Mauve #CFB0F5
Tints of Mauve #CFB0F5
RGB
CMYK
RGB Variations
Color information
#CFB0F5 (or 0xCFB0F5) is known color: Mauve. HEX triplet: CF, B0 and F5. RGB value is (207,176,245). Sum of RGB (Red+Green+Blue) = 207+176+245=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #CFB0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB0F5 is #304F0A. Grayscale: #C0C0C0. Windows color (decimal): -3165963 or 16101583. OLE color: 16101583.
HSL color Cylindrical-coordinate representation of color #CFB0F5: hue angle of 266.96º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFB0F5 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 176 | 245 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.04 |
| HSL | 266.96º | 0.78% | 0.83% | - |
| HSV(B) | 266.96º | 0.28% | 0.96% | - |
| XYZ | 57.74 | 50.91 | 93.17 | - |
| YUV | 193.14 | 157.27 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 245 | 0.16 | 0.28 | 0 | 0.04 | 266.96 | 0.78 | 0.83 |
| Hex | CF | B0 | F5 | 10 | 1C | 0 | 4 | 10B | 4E | 53 |
| Octal | 317 | 260 | 365 | 20 | 34 | 0 | 4 | 413 | 116 | 123 |
| Binary | 11001111 | 10110000 | 11110101 | 10000 | 11100 | 0 | 100 | 100001011 | 1001110 | 1010011 |
Color Harmonies of #CFB0F5
Complementary color
Monochromatic Colors of #CFB0F5
Black with #CFB0F5
Text Example
Text Example
White with #CFB0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0F5; }
p { color: rgb(207,176,245); }
H1.HeaderClassName
{
color: #CFB0F5;
}
.AnyTagClassName
{
color: #CFB0F5;
}
</style>
background-color css
<style>
a { background-color: #CFB0F5; }
a { background-color: rgb(207,176,245); }
div.DivClassName
{
background-color: #CFB0F5;
}
.BgClassName
{
background-color: #CFB0F5;
}
</style>
border-color css
<style>
span { border-color: #CFB0F5; }
span { border-color: rgb(207,176,245); }
td.TdClassName
{
border-color: #CFB0F5;
}
.TagClassName
{
border-color: #CFB0F5;
}
</style>