Shades of Mauve #CFB2FF
Tints of Mauve #CFB2FF
RGB
CMYK
RGB Variations
Color information
#CFB2FF (or 0xCFB2FF) is known color: Mauve. HEX triplet: CF, B2 and FF. RGB value is (207,178,255). Sum of RGB (Red+Green+Blue) = 207+178+255=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 178 (69.92% from 255 or 27.81% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB2FF is #304D00. Grayscale: #C3C3C3. Windows color (decimal): -3165441 or 16757455. OLE color: 16757455.
HSL color Cylindrical-coordinate representation of color #CFB2FF: hue angle of 262.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFB2FF is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 178 | 255 | - |
| CMYK | 0.19 | 0.30 | 0 | 0 |
| HSL | 262.6º | 1% | 0.85% | - |
| HSV(B) | 262.6º | 0.3% | 1% | - |
| XYZ | 59.7 | 52.33 | 101.56 | - |
| YUV | 195.45 | 161.61 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 255 | 0.19 | 0.30 | 0 | 0 | 262.6 | 1 | 0.85 |
| Hex | CF | B2 | FF | 13 | 1E | 0 | 0 | 107 | 64 | 55 |
| Octal | 317 | 262 | 377 | 23 | 36 | 0 | 0 | 407 | 144 | 125 |
| Binary | 11001111 | 10110010 | 11111111 | 10011 | 11110 | 0 | 0 | 100000111 | 1100100 | 1010101 |
Color Harmonies of #CFB2FF
Complementary color
Monochromatic Colors of #CFB2FF
Black with #CFB2FF
Text Example
Text Example
White with #CFB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2FF; }
p { color: rgb(207,178,255); }
H1.HeaderClassName
{
color: #CFB2FF;
}
.AnyTagClassName
{
color: #CFB2FF;
}
</style>
background-color css
<style>
a { background-color: #CFB2FF; }
a { background-color: rgb(207,178,255); }
div.DivClassName
{
background-color: #CFB2FF;
}
.BgClassName
{
background-color: #CFB2FF;
}
</style>
border-color css
<style>
span { border-color: #CFB2FF; }
span { border-color: rgb(207,178,255); }
td.TdClassName
{
border-color: #CFB2FF;
}
.TagClassName
{
border-color: #CFB2FF;
}
</style>