Shades of Mauve #CDA9F3
Tints of Mauve #CDA9F3
RGB
CMYK
RGB Variations
Color information
#CDA9F3 (or 0xCDA9F3) is known color: Mauve. HEX triplet: CD, A9 and F3. RGB value is (205,169,243). Sum of RGB (Red+Green+Blue) = 205+169+243=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDA9F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA9F3 is #32560C. Grayscale: #BBBBBB. Windows color (decimal): -3298829 or 15968717. OLE color: 15968717.
HSL color Cylindrical-coordinate representation of color #CDA9F3: hue angle of 269.19º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA9F3 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 169 | 243 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.05 |
| HSL | 269.19º | 0.76% | 0.81% | - |
| HSV(B) | 269.19º | 0.3% | 0.95% | - |
| XYZ | 55.54 | 47.83 | 91.1 | - |
| YUV | 188.2 | 158.93 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 243 | 0.16 | 0.30 | 0 | 0.05 | 269.19 | 0.76 | 0.81 |
| Hex | CD | A9 | F3 | 10 | 1E | 0 | 5 | 10D | 4C | 51 |
| Octal | 315 | 251 | 363 | 20 | 36 | 0 | 5 | 415 | 114 | 121 |
| Binary | 11001101 | 10101001 | 11110011 | 10000 | 11110 | 0 | 101 | 100001101 | 1001100 | 1010001 |
Color Harmonies of #CDA9F3
Complementary color
Monochromatic Colors of #CDA9F3
Black with #CDA9F3
Text Example
Text Example
White with #CDA9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9F3; }
p { color: rgb(205,169,243); }
H1.HeaderClassName
{
color: #CDA9F3;
}
.AnyTagClassName
{
color: #CDA9F3;
}
</style>
background-color css
<style>
a { background-color: #CDA9F3; }
a { background-color: rgb(205,169,243); }
div.DivClassName
{
background-color: #CDA9F3;
}
.BgClassName
{
background-color: #CDA9F3;
}
</style>
border-color css
<style>
span { border-color: #CDA9F3; }
span { border-color: rgb(205,169,243); }
td.TdClassName
{
border-color: #CDA9F3;
}
.TagClassName
{
border-color: #CDA9F3;
}
</style>