Shades of Mauve #CFAEF6
Tints of Mauve #CFAEF6
RGB
CMYK
RGB Variations
Color information
#CFAEF6 (or 0xCFAEF6) is known color: Mauve. HEX triplet: CF, AE and F6. RGB value is (207,174,246). Sum of RGB (Red+Green+Blue) = 207+174+246=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFAEF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEF6 is #305109. Grayscale: #BFBFBF. Windows color (decimal): -3166474 or 16166607. OLE color: 16166607.
HSL color Cylindrical-coordinate representation of color #CFAEF6: hue angle of 267.5º degrees, saturation: 0.8, 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 #CFAEF6 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 174 | 246 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.04 |
| HSL | 267.5º | 0.8% | 0.82% | - |
| HSV(B) | 267.5º | 0.29% | 0.96% | - |
| XYZ | 57.5 | 50.19 | 93.85 | - |
| YUV | 192.08 | 158.43 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 246 | 0.16 | 0.29 | 0 | 0.04 | 267.5 | 0.8 | 0.82 |
| Hex | CF | AE | F6 | 10 | 1D | 0 | 4 | 10C | 50 | 52 |
| Octal | 317 | 256 | 366 | 20 | 35 | 0 | 4 | 414 | 120 | 122 |
| Binary | 11001111 | 10101110 | 11110110 | 10000 | 11101 | 0 | 100 | 100001100 | 1010000 | 1010010 |
Color Harmonies of #CFAEF6
Complementary color
Monochromatic Colors of #CFAEF6
Black with #CFAEF6
Text Example
Text Example
White with #CFAEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEF6; }
p { color: rgb(207,174,246); }
H1.HeaderClassName
{
color: #CFAEF6;
}
.AnyTagClassName
{
color: #CFAEF6;
}
</style>
background-color css
<style>
a { background-color: #CFAEF6; }
a { background-color: rgb(207,174,246); }
div.DivClassName
{
background-color: #CFAEF6;
}
.BgClassName
{
background-color: #CFAEF6;
}
</style>
border-color css
<style>
span { border-color: #CFAEF6; }
span { border-color: rgb(207,174,246); }
td.TdClassName
{
border-color: #CFAEF6;
}
.TagClassName
{
border-color: #CFAEF6;
}
</style>