Shades of Mauve #CFAEF5
Tints of Mauve #CFAEF5
RGB
CMYK
RGB Variations
Color information
#CFAEF5 (or 0xCFAEF5) is known color: Mauve. HEX triplet: CF, AE and F5. RGB value is (207,174,245). Sum of RGB (Red+Green+Blue) = 207+174+245=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 245 (96.09% from 255 or 39.14% from 626); Max value from RGB is 245 - color contains mainly: blue. Hex color #CFAEF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEF5 is #30510A. Grayscale: #BFBFBF. Windows color (decimal): -3166475 or 16101071. OLE color: 16101071.
HSL color Cylindrical-coordinate representation of color #CFAEF5: hue angle of 267.89º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFAEF5 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 174 | 245 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.04 |
| HSL | 267.89º | 0.78% | 0.82% | - |
| HSV(B) | 267.89º | 0.29% | 0.96% | - |
| XYZ | 57.35 | 50.13 | 93.04 | - |
| YUV | 191.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 245 | 0.16 | 0.29 | 0 | 0.04 | 267.89 | 0.78 | 0.82 |
| Hex | CF | AE | F5 | 10 | 1D | 0 | 4 | 10C | 4E | 52 |
| Octal | 317 | 256 | 365 | 20 | 35 | 0 | 4 | 414 | 116 | 122 |
| Binary | 11001111 | 10101110 | 11110101 | 10000 | 11101 | 0 | 100 | 100001100 | 1001110 | 1010010 |
Color Harmonies of #CFAEF5
Complementary color
Monochromatic Colors of #CFAEF5
Black with #CFAEF5
Text Example
Text Example
White with #CFAEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEF5; }
p { color: rgb(207,174,245); }
H1.HeaderClassName
{
color: #CFAEF5;
}
.AnyTagClassName
{
color: #CFAEF5;
}
</style>
background-color css
<style>
a { background-color: #CFAEF5; }
a { background-color: rgb(207,174,245); }
div.DivClassName
{
background-color: #CFAEF5;
}
.BgClassName
{
background-color: #CFAEF5;
}
</style>
border-color css
<style>
span { border-color: #CFAEF5; }
span { border-color: rgb(207,174,245); }
td.TdClassName
{
border-color: #CFAEF5;
}
.TagClassName
{
border-color: #CFAEF5;
}
</style>