Shades of Mauve #CFB2F9
Tints of Mauve #CFB2F9
RGB
CMYK
RGB Variations
Color information
#CFB2F9 (or 0xCFB2F9) is known color: Mauve. HEX triplet: CF, B2 and F9. RGB value is (207,178,249). Sum of RGB (Red+Green+Blue) = 207+178+249=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFB2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB2F9 is #304D06. Grayscale: #C2C2C2. Windows color (decimal): -3165447 or 16364239. OLE color: 16364239.
HSL color Cylindrical-coordinate representation of color #CFB2F9: hue angle of 264.51º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFB2F9 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 178 | 249 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.02 |
| HSL | 264.51º | 0.86% | 0.84% | - |
| HSV(B) | 264.51º | 0.29% | 0.98% | - |
| XYZ | 58.75 | 51.95 | 96.55 | - |
| YUV | 194.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 249 | 0.17 | 0.29 | 0 | 0.02 | 264.51 | 0.86 | 0.84 |
| Hex | CF | B2 | F9 | 11 | 1D | 0 | 2 | 109 | 56 | 54 |
| Octal | 317 | 262 | 371 | 21 | 35 | 0 | 2 | 411 | 126 | 124 |
| Binary | 11001111 | 10110010 | 11111001 | 10001 | 11101 | 0 | 10 | 100001001 | 1010110 | 1010100 |
Color Harmonies of #CFB2F9
Complementary color
Monochromatic Colors of #CFB2F9
Black with #CFB2F9
Text Example
Text Example
White with #CFB2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2F9; }
p { color: rgb(207,178,249); }
H1.HeaderClassName
{
color: #CFB2F9;
}
.AnyTagClassName
{
color: #CFB2F9;
}
</style>
background-color css
<style>
a { background-color: #CFB2F9; }
a { background-color: rgb(207,178,249); }
div.DivClassName
{
background-color: #CFB2F9;
}
.BgClassName
{
background-color: #CFB2F9;
}
</style>
border-color css
<style>
span { border-color: #CFB2F9; }
span { border-color: rgb(207,178,249); }
td.TdClassName
{
border-color: #CFB2F9;
}
.TagClassName
{
border-color: #CFB2F9;
}
</style>