Shades of Mauve #CFAFFE
Tints of Mauve #CFAFFE
RGB
CMYK
RGB Variations
Color information
#CFAFFE (or 0xCFAFFE) is known color: Mauve. HEX triplet: CF, AF and FE. RGB value is (207,175,254). Sum of RGB (Red+Green+Blue) = 207+175+254=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFFE is #305001. Grayscale: #C1C1C1. Windows color (decimal): -3166210 or 16691151. OLE color: 16691151.
HSL color Cylindrical-coordinate representation of color #CFAFFE: hue angle of 264.3º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFAFFE is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 175 | 254 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.00 |
| HSL | 264.3º | 0.98% | 0.84% | - |
| HSV(B) | 264.3º | 0.31% | 1% | - |
| XYZ | 58.95 | 51.08 | 100.52 | - |
| YUV | 193.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 254 | 0.19 | 0.31 | 0 | 0.00 | 264.3 | 0.98 | 0.84 |
| Hex | CF | AF | FE | 13 | 1F | 0 | 0 | 108 | 62 | 54 |
| Octal | 317 | 257 | 376 | 23 | 37 | 0 | 0 | 410 | 142 | 124 |
| Binary | 11001111 | 10101111 | 11111110 | 10011 | 11111 | 0 | 0 | 100001000 | 1100010 | 1010100 |
Color Harmonies of #CFAFFE
Complementary color
Monochromatic Colors of #CFAFFE
Black with #CFAFFE
Text Example
Text Example
White with #CFAFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFFE; }
p { color: rgb(207,175,254); }
H1.HeaderClassName
{
color: #CFAFFE;
}
.AnyTagClassName
{
color: #CFAFFE;
}
</style>
background-color css
<style>
a { background-color: #CFAFFE; }
a { background-color: rgb(207,175,254); }
div.DivClassName
{
background-color: #CFAFFE;
}
.BgClassName
{
background-color: #CFAFFE;
}
</style>
border-color css
<style>
span { border-color: #CFAFFE; }
span { border-color: rgb(207,175,254); }
td.TdClassName
{
border-color: #CFAFFE;
}
.TagClassName
{
border-color: #CFAFFE;
}
</style>