Shades of Mauve #CFAEF1
Tints of Mauve #CFAEF1
RGB
CMYK
RGB Variations
Color information
#CFAEF1 (or 0xCFAEF1) is known color: Mauve. HEX triplet: CF, AE and F1. RGB value is (207,174,241). Sum of RGB (Red+Green+Blue) = 207+174+241=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFAEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEF1 is #30510E. Grayscale: #BFBFBF. Windows color (decimal): -3166479 or 15838927. OLE color: 15838927.
HSL color Cylindrical-coordinate representation of color #CFAEF1: hue angle of 269.55º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFAEF1 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 174 | 241 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.05 |
| HSL | 269.55º | 0.71% | 0.81% | - |
| HSV(B) | 269.55º | 0.28% | 0.95% | - |
| XYZ | 56.75 | 49.89 | 89.86 | - |
| YUV | 191.51 | 155.93 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 241 | 0.14 | 0.28 | 0 | 0.05 | 269.55 | 0.71 | 0.81 |
| Hex | CF | AE | F1 | E | 1C | 0 | 5 | 10E | 47 | 51 |
| Octal | 317 | 256 | 361 | 16 | 34 | 0 | 5 | 416 | 107 | 121 |
| Binary | 11001111 | 10101110 | 11110001 | 1110 | 11100 | 0 | 101 | 100001110 | 1000111 | 1010001 |
Color Harmonies of #CFAEF1
Complementary color
Monochromatic Colors of #CFAEF1
Black with #CFAEF1
Text Example
Text Example
White with #CFAEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEF1; }
p { color: rgb(207,174,241); }
H1.HeaderClassName
{
color: #CFAEF1;
}
.AnyTagClassName
{
color: #CFAEF1;
}
</style>
background-color css
<style>
a { background-color: #CFAEF1; }
a { background-color: rgb(207,174,241); }
div.DivClassName
{
background-color: #CFAEF1;
}
.BgClassName
{
background-color: #CFAEF1;
}
</style>
border-color css
<style>
span { border-color: #CFAEF1; }
span { border-color: rgb(207,174,241); }
td.TdClassName
{
border-color: #CFAEF1;
}
.TagClassName
{
border-color: #CFAEF1;
}
</style>