Shades of Mauve #CDA5F8
Tints of Mauve #CDA5F8
RGB
CMYK
RGB Variations
Color information
#CDA5F8 (or 0xCDA5F8) is known color: Mauve. HEX triplet: CD, A5 and F8. RGB value is (205,165,248). Sum of RGB (Red+Green+Blue) = 205+165+248=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDA5F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA5F8 is #325A07. Grayscale: #BABABA. Windows color (decimal): -3299848 or 16295373. OLE color: 16295373.
HSL color Cylindrical-coordinate representation of color #CDA5F8: hue angle of 268.92º degrees, saturation: 0.86, 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 #CDA5F8 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 165 | 248 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.03 |
| HSL | 268.92º | 0.86% | 0.81% | - |
| HSV(B) | 268.92º | 0.33% | 0.97% | - |
| XYZ | 55.58 | 46.67 | 94.89 | - |
| YUV | 186.42 | 162.75 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 248 | 0.17 | 0.33 | 0 | 0.03 | 268.92 | 0.86 | 0.81 |
| Hex | CD | A5 | F8 | 11 | 21 | 0 | 3 | 10D | 56 | 51 |
| Octal | 315 | 245 | 370 | 21 | 41 | 0 | 3 | 415 | 126 | 121 |
| Binary | 11001101 | 10100101 | 11111000 | 10001 | 100001 | 0 | 11 | 100001101 | 1010110 | 1010001 |
Color Harmonies of #CDA5F8
Complementary color
Monochromatic Colors of #CDA5F8
Black with #CDA5F8
Text Example
Text Example
White with #CDA5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA5F8; }
p { color: rgb(205,165,248); }
H1.HeaderClassName
{
color: #CDA5F8;
}
.AnyTagClassName
{
color: #CDA5F8;
}
</style>
background-color css
<style>
a { background-color: #CDA5F8; }
a { background-color: rgb(205,165,248); }
div.DivClassName
{
background-color: #CDA5F8;
}
.BgClassName
{
background-color: #CDA5F8;
}
</style>
border-color css
<style>
span { border-color: #CDA5F8; }
span { border-color: rgb(205,165,248); }
td.TdClassName
{
border-color: #CDA5F8;
}
.TagClassName
{
border-color: #CDA5F8;
}
</style>