Shades of Mauve #CFAAFA
Tints of Mauve #CFAAFA
RGB
CMYK
RGB Variations
Color information
#CFAAFA (or 0xCFAAFA) is known color: Mauve. HEX triplet: CF, AA and FA. RGB value is (207,170,250). Sum of RGB (Red+Green+Blue) = 207+170+250=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAFA is #305505. Grayscale: #BDBDBD. Windows color (decimal): -3167494 or 16427727. OLE color: 16427727.
HSL color Cylindrical-coordinate representation of color #CFAAFA: hue angle of 267.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFAAFA is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 170 | 250 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.02 |
| HSL | 267.75º | 0.89% | 0.82% | - |
| HSV(B) | 267.75º | 0.32% | 0.98% | - |
| XYZ | 57.36 | 48.92 | 96.86 | - |
| YUV | 190.18 | 161.76 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 250 | 0.17 | 0.32 | 0 | 0.02 | 267.75 | 0.89 | 0.82 |
| Hex | CF | AA | FA | 11 | 20 | 0 | 2 | 10C | 59 | 52 |
| Octal | 317 | 252 | 372 | 21 | 40 | 0 | 2 | 414 | 131 | 122 |
| Binary | 11001111 | 10101010 | 11111010 | 10001 | 100000 | 0 | 10 | 100001100 | 1011001 | 1010010 |
Color Harmonies of #CFAAFA
Complementary color
Monochromatic Colors of #CFAAFA
Black with #CFAAFA
Text Example
Text Example
White with #CFAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAFA; }
p { color: rgb(207,170,250); }
H1.HeaderClassName
{
color: #CFAAFA;
}
.AnyTagClassName
{
color: #CFAAFA;
}
</style>
background-color css
<style>
a { background-color: #CFAAFA; }
a { background-color: rgb(207,170,250); }
div.DivClassName
{
background-color: #CFAAFA;
}
.BgClassName
{
background-color: #CFAAFA;
}
</style>
border-color css
<style>
span { border-color: #CFAAFA; }
span { border-color: rgb(207,170,250); }
td.TdClassName
{
border-color: #CFAAFA;
}
.TagClassName
{
border-color: #CFAAFA;
}
</style>