Shades of Mauve #CDA6F7
Tints of Mauve #CDA6F7
RGB
CMYK
RGB Variations
Color information
#CDA6F7 (or 0xCDA6F7) is known color: Mauve. HEX triplet: CD, A6 and F7. RGB value is (205,166,247). Sum of RGB (Red+Green+Blue) = 205+166+247=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 247 (96.88% from 255 or 39.97% from 618); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDA6F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA6F7 is #325908. Grayscale: #BABABA. Windows color (decimal): -3299593 or 16230093. OLE color: 16230093.
HSL color Cylindrical-coordinate representation of color #CDA6F7: hue angle of 268.89º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDA6F7 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 166 | 247 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.03 |
| HSL | 268.89º | 0.84% | 0.81% | - |
| HSV(B) | 268.89º | 0.33% | 0.97% | - |
| XYZ | 55.6 | 46.97 | 94.13 | - |
| YUV | 186.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 247 | 0.17 | 0.33 | 0 | 0.03 | 268.89 | 0.84 | 0.81 |
| Hex | CD | A6 | F7 | 11 | 21 | 0 | 3 | 10D | 54 | 51 |
| Octal | 315 | 246 | 367 | 21 | 41 | 0 | 3 | 415 | 124 | 121 |
| Binary | 11001101 | 10100110 | 11110111 | 10001 | 100001 | 0 | 11 | 100001101 | 1010100 | 1010001 |
Color Harmonies of #CDA6F7
Complementary color
Monochromatic Colors of #CDA6F7
Black with #CDA6F7
Text Example
Text Example
White with #CDA6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6F7; }
p { color: rgb(205,166,247); }
H1.HeaderClassName
{
color: #CDA6F7;
}
.AnyTagClassName
{
color: #CDA6F7;
}
</style>
background-color css
<style>
a { background-color: #CDA6F7; }
a { background-color: rgb(205,166,247); }
div.DivClassName
{
background-color: #CDA6F7;
}
.BgClassName
{
background-color: #CDA6F7;
}
</style>
border-color css
<style>
span { border-color: #CDA6F7; }
span { border-color: rgb(205,166,247); }
td.TdClassName
{
border-color: #CDA6F7;
}
.TagClassName
{
border-color: #CDA6F7;
}
</style>