Shades of Mauve #CFADF0
Tints of Mauve #CFADF0
RGB
CMYK
RGB Variations
Color information
#CFADF0 (or 0xCFADF0) is known color: Mauve. HEX triplet: CF, AD and F0. RGB value is (207,173,240). Sum of RGB (Red+Green+Blue) = 207+173+240=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADF0 is #30520F. Grayscale: #BEBEBE. Windows color (decimal): -3166736 or 15773135. OLE color: 15773135.
HSL color Cylindrical-coordinate representation of color #CFADF0: hue angle of 270.45º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFADF0 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 173 | 240 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.06 |
| HSL | 270.45º | 0.69% | 0.81% | - |
| HSV(B) | 270.45º | 0.28% | 0.94% | - |
| XYZ | 56.4 | 49.44 | 89.01 | - |
| YUV | 190.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 240 | 0.14 | 0.28 | 0 | 0.06 | 270.45 | 0.69 | 0.81 |
| Hex | CF | AD | F0 | E | 1C | 0 | 6 | 10E | 45 | 51 |
| Octal | 317 | 255 | 360 | 16 | 34 | 0 | 6 | 416 | 105 | 121 |
| Binary | 11001111 | 10101101 | 11110000 | 1110 | 11100 | 0 | 110 | 100001110 | 1000101 | 1010001 |
Color Harmonies of #CFADF0
Complementary color
Monochromatic Colors of #CFADF0
Black with #CFADF0
Text Example
Text Example
White with #CFADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADF0; }
p { color: rgb(207,173,240); }
H1.HeaderClassName
{
color: #CFADF0;
}
.AnyTagClassName
{
color: #CFADF0;
}
</style>
background-color css
<style>
a { background-color: #CFADF0; }
a { background-color: rgb(207,173,240); }
div.DivClassName
{
background-color: #CFADF0;
}
.BgClassName
{
background-color: #CFADF0;
}
</style>
border-color css
<style>
span { border-color: #CFADF0; }
span { border-color: rgb(207,173,240); }
td.TdClassName
{
border-color: #CFADF0;
}
.TagClassName
{
border-color: #CFADF0;
}
</style>