Shades of Mauve #CFADF3
Tints of Mauve #CFADF3
RGB
CMYK
RGB Variations
Color information
#CFADF3 (or 0xCFADF3) is known color: Mauve. HEX triplet: CF, AD and F3. RGB value is (207,173,243). Sum of RGB (Red+Green+Blue) = 207+173+243=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADF3 is #30520C. Grayscale: #BEBEBE. Windows color (decimal): -3166733 or 15969743. OLE color: 15969743.
HSL color Cylindrical-coordinate representation of color #CFADF3: hue angle of 269.14º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFADF3 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 173 | 243 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.05 |
| HSL | 269.14º | 0.74% | 0.82% | - |
| HSV(B) | 269.14º | 0.29% | 0.95% | - |
| XYZ | 56.85 | 49.62 | 91.38 | - |
| YUV | 191.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 243 | 0.15 | 0.29 | 0 | 0.05 | 269.14 | 0.74 | 0.82 |
| Hex | CF | AD | F3 | F | 1D | 0 | 5 | 10D | 4A | 52 |
| Octal | 317 | 255 | 363 | 17 | 35 | 0 | 5 | 415 | 112 | 122 |
| Binary | 11001111 | 10101101 | 11110011 | 1111 | 11101 | 0 | 101 | 100001101 | 1001010 | 1010010 |
Color Harmonies of #CFADF3
Complementary color
Monochromatic Colors of #CFADF3
Black with #CFADF3
Text Example
Text Example
White with #CFADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADF3; }
p { color: rgb(207,173,243); }
H1.HeaderClassName
{
color: #CFADF3;
}
.AnyTagClassName
{
color: #CFADF3;
}
</style>
background-color css
<style>
a { background-color: #CFADF3; }
a { background-color: rgb(207,173,243); }
div.DivClassName
{
background-color: #CFADF3;
}
.BgClassName
{
background-color: #CFADF3;
}
</style>
border-color css
<style>
span { border-color: #CFADF3; }
span { border-color: rgb(207,173,243); }
td.TdClassName
{
border-color: #CFADF3;
}
.TagClassName
{
border-color: #CFADF3;
}
</style>