Shades of Mauve #CFAEF0
Tints of Mauve #CFAEF0
RGB
CMYK
RGB Variations
Color information
#CFAEF0 (or 0xCFAEF0) is known color: Mauve. HEX triplet: CF, AE and F0. RGB value is (207,174,240). Sum of RGB (Red+Green+Blue) = 207+174+240=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFAEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEF0 is #30510F. Grayscale: #BFBFBF. Windows color (decimal): -3166480 or 15773391. OLE color: 15773391.
HSL color Cylindrical-coordinate representation of color #CFAEF0: hue angle of 270º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFAEF0 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 174 | 240 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.06 |
| HSL | 270º | 0.69% | 0.81% | - |
| HSV(B) | 270º | 0.28% | 0.94% | - |
| XYZ | 56.6 | 49.83 | 89.07 | - |
| YUV | 191.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 240 | 0.14 | 0.28 | 0 | 0.06 | 270 | 0.69 | 0.81 |
| Hex | CF | AE | F0 | E | 1C | 0 | 6 | 10E | 45 | 51 |
| Octal | 317 | 256 | 360 | 16 | 34 | 0 | 6 | 416 | 105 | 121 |
| Binary | 11001111 | 10101110 | 11110000 | 1110 | 11100 | 0 | 110 | 100001110 | 1000101 | 1010001 |
Color Harmonies of #CFAEF0
Complementary color
Monochromatic Colors of #CFAEF0
Black with #CFAEF0
Text Example
Text Example
White with #CFAEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEF0; }
p { color: rgb(207,174,240); }
H1.HeaderClassName
{
color: #CFAEF0;
}
.AnyTagClassName
{
color: #CFAEF0;
}
</style>
background-color css
<style>
a { background-color: #CFAEF0; }
a { background-color: rgb(207,174,240); }
div.DivClassName
{
background-color: #CFAEF0;
}
.BgClassName
{
background-color: #CFAEF0;
}
</style>
border-color css
<style>
span { border-color: #CFAEF0; }
span { border-color: rgb(207,174,240); }
td.TdClassName
{
border-color: #CFAEF0;
}
.TagClassName
{
border-color: #CFAEF0;
}
</style>