Shades of Mauve #CFAAFE
Tints of Mauve #CFAAFE
RGB
CMYK
RGB Variations
Color information
#CFAAFE (or 0xCFAAFE) is known color: Mauve. HEX triplet: CF, AA and FE. RGB value is (207,170,254). Sum of RGB (Red+Green+Blue) = 207+170+254=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAFE is #305501. Grayscale: #BEBEBE. Windows color (decimal): -3167490 or 16689871. OLE color: 16689871.
HSL color Cylindrical-coordinate representation of color #CFAAFE: hue angle of 266.43º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFAAFE is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 170 | 254 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.00 |
| HSL | 266.43º | 0.98% | 0.83% | - |
| HSV(B) | 266.43º | 0.33% | 1% | - |
| XYZ | 58 | 49.17 | 100.2 | - |
| YUV | 190.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 254 | 0.19 | 0.33 | 0 | 0.00 | 266.43 | 0.98 | 0.83 |
| Hex | CF | AA | FE | 13 | 21 | 0 | 0 | 10A | 62 | 53 |
| Octal | 317 | 252 | 376 | 23 | 41 | 0 | 0 | 412 | 142 | 123 |
| Binary | 11001111 | 10101010 | 11111110 | 10011 | 100001 | 0 | 0 | 100001010 | 1100010 | 1010011 |
Color Harmonies of #CFAAFE
Complementary color
Monochromatic Colors of #CFAAFE
Black with #CFAAFE
Text Example
Text Example
White with #CFAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAFE; }
p { color: rgb(207,170,254); }
H1.HeaderClassName
{
color: #CFAAFE;
}
.AnyTagClassName
{
color: #CFAAFE;
}
</style>
background-color css
<style>
a { background-color: #CFAAFE; }
a { background-color: rgb(207,170,254); }
div.DivClassName
{
background-color: #CFAAFE;
}
.BgClassName
{
background-color: #CFAAFE;
}
</style>
border-color css
<style>
span { border-color: #CFAAFE; }
span { border-color: rgb(207,170,254); }
td.TdClassName
{
border-color: #CFAAFE;
}
.TagClassName
{
border-color: #CFAAFE;
}
</style>