Shades of Mauve #CFA4FE
Tints of Mauve #CFA4FE
RGB
CMYK
RGB Variations
Color information
#CFA4FE (or 0xCFA4FE) is known color: Mauve. HEX triplet: CF, A4 and FE. RGB value is (207,164,254). Sum of RGB (Red+Green+Blue) = 207+164+254=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA4FE is #305B01. Grayscale: #BABABA. Windows color (decimal): -3169026 or 16688335. OLE color: 16688335.
HSL color Cylindrical-coordinate representation of color #CFA4FE: hue angle of 268.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFA4FE is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 164 | 254 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.00 |
| HSL | 268.67º | 0.98% | 0.82% | - |
| HSV(B) | 268.67º | 0.35% | 1% | - |
| XYZ | 56.9 | 46.97 | 99.83 | - |
| YUV | 187.12 | 165.75 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 254 | 0.19 | 0.35 | 0 | 0.00 | 268.67 | 0.98 | 0.82 |
| Hex | CF | A4 | FE | 13 | 23 | 0 | 0 | 10D | 62 | 52 |
| Octal | 317 | 244 | 376 | 23 | 43 | 0 | 0 | 415 | 142 | 122 |
| Binary | 11001111 | 10100100 | 11111110 | 10011 | 100011 | 0 | 0 | 100001101 | 1100010 | 1010010 |
Color Harmonies of #CFA4FE
Complementary color
Monochromatic Colors of #CFA4FE
Black with #CFA4FE
Text Example
Text Example
White with #CFA4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4FE; }
p { color: rgb(207,164,254); }
H1.HeaderClassName
{
color: #CFA4FE;
}
.AnyTagClassName
{
color: #CFA4FE;
}
</style>
background-color css
<style>
a { background-color: #CFA4FE; }
a { background-color: rgb(207,164,254); }
div.DivClassName
{
background-color: #CFA4FE;
}
.BgClassName
{
background-color: #CFA4FE;
}
</style>
border-color css
<style>
span { border-color: #CFA4FE; }
span { border-color: rgb(207,164,254); }
td.TdClassName
{
border-color: #CFA4FE;
}
.TagClassName
{
border-color: #CFA4FE;
}
</style>