Shades of Mauve #CFB5FF
Tints of Mauve #CFB5FF
RGB
CMYK
RGB Variations
Color information
#CFB5FF (or 0xCFB5FF) is known color: Mauve. HEX triplet: CF, B5 and FF. RGB value is (207,181,255). Sum of RGB (Red+Green+Blue) = 207+181+255=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB5FF is #304A00. Grayscale: #C4C4C4. Windows color (decimal): -3164673 or 16758223. OLE color: 16758223.
HSL color Cylindrical-coordinate representation of color #CFB5FF: hue angle of 261.08º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFB5FF is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 181 | 255 | - |
| CMYK | 0.19 | 0.29 | 0 | 0 |
| HSL | 261.08º | 1% | 0.85% | - |
| HSV(B) | 261.08º | 0.29% | 1% | - |
| XYZ | 60.31 | 53.53 | 101.76 | - |
| YUV | 197.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 255 | 0.19 | 0.29 | 0 | 0 | 261.08 | 1 | 0.85 |
| Hex | CF | B5 | FF | 13 | 1D | 0 | 0 | 105 | 64 | 55 |
| Octal | 317 | 265 | 377 | 23 | 35 | 0 | 0 | 405 | 144 | 125 |
| Binary | 11001111 | 10110101 | 11111111 | 10011 | 11101 | 0 | 0 | 100000101 | 1100100 | 1010101 |
Color Harmonies of #CFB5FF
Complementary color
Monochromatic Colors of #CFB5FF
Black with #CFB5FF
Text Example
Text Example
White with #CFB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5FF; }
p { color: rgb(207,181,255); }
H1.HeaderClassName
{
color: #CFB5FF;
}
.AnyTagClassName
{
color: #CFB5FF;
}
</style>
background-color css
<style>
a { background-color: #CFB5FF; }
a { background-color: rgb(207,181,255); }
div.DivClassName
{
background-color: #CFB5FF;
}
.BgClassName
{
background-color: #CFB5FF;
}
</style>
border-color css
<style>
span { border-color: #CFB5FF; }
span { border-color: rgb(207,181,255); }
td.TdClassName
{
border-color: #CFB5FF;
}
.TagClassName
{
border-color: #CFB5FF;
}
</style>