Shades of Mauve #CDA6F5
Tints of Mauve #CDA6F5
RGB
CMYK
RGB Variations
Color information
#CDA6F5 (or 0xCDA6F5) is known color: Mauve. HEX triplet: CD, A6 and F5. RGB value is (205,166,245). Sum of RGB (Red+Green+Blue) = 205+166+245=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 166 (65.23% from 255 or 26.95% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDA6F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA6F5 is #32590A. Grayscale: #BABABA. Windows color (decimal): -3299595 or 16099021. OLE color: 16099021.
HSL color Cylindrical-coordinate representation of color #CDA6F5: hue angle of 269.62º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDA6F5 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 166 | 245 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.04 |
| HSL | 269.62º | 0.8% | 0.81% | - |
| HSV(B) | 269.62º | 0.32% | 0.96% | - |
| XYZ | 55.29 | 46.84 | 92.51 | - |
| YUV | 186.67 | 160.92 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 245 | 0.16 | 0.32 | 0 | 0.04 | 269.62 | 0.8 | 0.81 |
| Hex | CD | A6 | F5 | 10 | 20 | 0 | 4 | 10E | 50 | 51 |
| Octal | 315 | 246 | 365 | 20 | 40 | 0 | 4 | 416 | 120 | 121 |
| Binary | 11001101 | 10100110 | 11110101 | 10000 | 100000 | 0 | 100 | 100001110 | 1010000 | 1010001 |
Color Harmonies of #CDA6F5
Complementary color
Monochromatic Colors of #CDA6F5
Black with #CDA6F5
Text Example
Text Example
White with #CDA6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6F5; }
p { color: rgb(205,166,245); }
H1.HeaderClassName
{
color: #CDA6F5;
}
.AnyTagClassName
{
color: #CDA6F5;
}
</style>
background-color css
<style>
a { background-color: #CDA6F5; }
a { background-color: rgb(205,166,245); }
div.DivClassName
{
background-color: #CDA6F5;
}
.BgClassName
{
background-color: #CDA6F5;
}
</style>
border-color css
<style>
span { border-color: #CDA6F5; }
span { border-color: rgb(205,166,245); }
td.TdClassName
{
border-color: #CDA6F5;
}
.TagClassName
{
border-color: #CDA6F5;
}
</style>