Shades of Mauve #CDA6F6
Tints of Mauve #CDA6F6
RGB
CMYK
RGB Variations
Color information
#CDA6F6 (or 0xCDA6F6) is known color: Mauve. HEX triplet: CD, A6 and F6. RGB value is (205,166,246). Sum of RGB (Red+Green+Blue) = 205+166+246=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 246 (96.48% from 255 or 39.87% from 617); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDA6F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA6F6 is #325909. Grayscale: #BABABA. Windows color (decimal): -3299594 or 16164557. OLE color: 16164557.
HSL color Cylindrical-coordinate representation of color #CDA6F6: hue angle of 269.25º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDA6F6 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 166 | 246 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.04 |
| HSL | 269.25º | 0.82% | 0.81% | - |
| HSV(B) | 269.25º | 0.33% | 0.96% | - |
| XYZ | 55.45 | 46.91 | 93.32 | - |
| YUV | 186.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 246 | 0.17 | 0.33 | 0 | 0.04 | 269.25 | 0.82 | 0.81 |
| Hex | CD | A6 | F6 | 11 | 21 | 0 | 4 | 10D | 52 | 51 |
| Octal | 315 | 246 | 366 | 21 | 41 | 0 | 4 | 415 | 122 | 121 |
| Binary | 11001101 | 10100110 | 11110110 | 10001 | 100001 | 0 | 100 | 100001101 | 1010010 | 1010001 |
Color Harmonies of #CDA6F6
Complementary color
Monochromatic Colors of #CDA6F6
Black with #CDA6F6
Text Example
Text Example
White with #CDA6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6F6; }
p { color: rgb(205,166,246); }
H1.HeaderClassName
{
color: #CDA6F6;
}
.AnyTagClassName
{
color: #CDA6F6;
}
</style>
background-color css
<style>
a { background-color: #CDA6F6; }
a { background-color: rgb(205,166,246); }
div.DivClassName
{
background-color: #CDA6F6;
}
.BgClassName
{
background-color: #CDA6F6;
}
</style>
border-color css
<style>
span { border-color: #CDA6F6; }
span { border-color: rgb(205,166,246); }
td.TdClassName
{
border-color: #CDA6F6;
}
.TagClassName
{
border-color: #CDA6F6;
}
</style>