Shades of Mauve #CFA8FF
Tints of Mauve #CFA8FF
RGB
CMYK
RGB Variations
Color information
#CFA8FF (or 0xCFA8FF) is known color: Mauve. HEX triplet: CF, A8 and FF. RGB value is (207,168,255). Sum of RGB (Red+Green+Blue) = 207+168+255=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA8FF is #305700. Grayscale: #BDBDBD. Windows color (decimal): -3168001 or 16754895. OLE color: 16754895.
HSL color Cylindrical-coordinate representation of color #CFA8FF: hue angle of 266.9º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFA8FF is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 168 | 255 | - |
| CMYK | 0.19 | 0.34 | 0 | 0 |
| HSL | 266.9º | 1% | 0.83% | - |
| HSV(B) | 266.9º | 0.34% | 1% | - |
| XYZ | 57.78 | 48.49 | 100.92 | - |
| YUV | 189.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 255 | 0.19 | 0.34 | 0 | 0 | 266.9 | 1 | 0.83 |
| Hex | CF | A8 | FF | 13 | 22 | 0 | 0 | 10B | 64 | 53 |
| Octal | 317 | 250 | 377 | 23 | 42 | 0 | 0 | 413 | 144 | 123 |
| Binary | 11001111 | 10101000 | 11111111 | 10011 | 100010 | 0 | 0 | 100001011 | 1100100 | 1010011 |
Color Harmonies of #CFA8FF
Complementary color
Monochromatic Colors of #CFA8FF
Black with #CFA8FF
Text Example
Text Example
White with #CFA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8FF; }
p { color: rgb(207,168,255); }
H1.HeaderClassName
{
color: #CFA8FF;
}
.AnyTagClassName
{
color: #CFA8FF;
}
</style>
background-color css
<style>
a { background-color: #CFA8FF; }
a { background-color: rgb(207,168,255); }
div.DivClassName
{
background-color: #CFA8FF;
}
.BgClassName
{
background-color: #CFA8FF;
}
</style>
border-color css
<style>
span { border-color: #CFA8FF; }
span { border-color: rgb(207,168,255); }
td.TdClassName
{
border-color: #CFA8FF;
}
.TagClassName
{
border-color: #CFA8FF;
}
</style>