Shades of Mauve #CFB2FA
Tints of Mauve #CFB2FA
RGB
CMYK
RGB Variations
Color information
#CFB2FA (or 0xCFB2FA) is known color: Mauve. HEX triplet: CF, B2 and FA. RGB value is (207,178,250). Sum of RGB (Red+Green+Blue) = 207+178+250=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFB2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB2FA is #304D05. Grayscale: #C2C2C2. Windows color (decimal): -3165446 or 16429775. OLE color: 16429775.
HSL color Cylindrical-coordinate representation of color #CFB2FA: hue angle of 264.17º degrees, saturation: 0.88, 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 #CFB2FA is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 178 | 250 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.02 |
| HSL | 264.17º | 0.88% | 0.84% | - |
| HSV(B) | 264.17º | 0.29% | 0.98% | - |
| XYZ | 58.91 | 52.01 | 97.38 | - |
| YUV | 194.88 | 159.11 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 250 | 0.17 | 0.29 | 0 | 0.02 | 264.17 | 0.88 | 0.84 |
| Hex | CF | B2 | FA | 11 | 1D | 0 | 2 | 108 | 58 | 54 |
| Octal | 317 | 262 | 372 | 21 | 35 | 0 | 2 | 410 | 130 | 124 |
| Binary | 11001111 | 10110010 | 11111010 | 10001 | 11101 | 0 | 10 | 100001000 | 1011000 | 1010100 |
Color Harmonies of #CFB2FA
Complementary color
Monochromatic Colors of #CFB2FA
Black with #CFB2FA
Text Example
Text Example
White with #CFB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2FA; }
p { color: rgb(207,178,250); }
H1.HeaderClassName
{
color: #CFB2FA;
}
.AnyTagClassName
{
color: #CFB2FA;
}
</style>
background-color css
<style>
a { background-color: #CFB2FA; }
a { background-color: rgb(207,178,250); }
div.DivClassName
{
background-color: #CFB2FA;
}
.BgClassName
{
background-color: #CFB2FA;
}
</style>
border-color css
<style>
span { border-color: #CFB2FA; }
span { border-color: rgb(207,178,250); }
td.TdClassName
{
border-color: #CFB2FA;
}
.TagClassName
{
border-color: #CFB2FA;
}
</style>