Shades of Mauve #CDA8F3
Tints of Mauve #CDA8F3
RGB
CMYK
RGB Variations
Color information
#CDA8F3 (or 0xCDA8F3) is known color: Mauve. HEX triplet: CD, A8 and F3. RGB value is (205,168,243). Sum of RGB (Red+Green+Blue) = 205+168+243=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDA8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA8F3 is #32570C. Grayscale: #BBBBBB. Windows color (decimal): -3299085 or 15968461. OLE color: 15968461.
HSL color Cylindrical-coordinate representation of color #CDA8F3: hue angle of 269.6º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDA8F3 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 168 | 243 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.05 |
| HSL | 269.6º | 0.76% | 0.81% | - |
| HSV(B) | 269.6º | 0.31% | 0.95% | - |
| XYZ | 55.36 | 47.46 | 91.04 | - |
| YUV | 187.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 243 | 0.16 | 0.31 | 0 | 0.05 | 269.6 | 0.76 | 0.81 |
| Hex | CD | A8 | F3 | 10 | 1F | 0 | 5 | 10E | 4C | 51 |
| Octal | 315 | 250 | 363 | 20 | 37 | 0 | 5 | 416 | 114 | 121 |
| Binary | 11001101 | 10101000 | 11110011 | 10000 | 11111 | 0 | 101 | 100001110 | 1001100 | 1010001 |
Color Harmonies of #CDA8F3
Complementary color
Monochromatic Colors of #CDA8F3
Black with #CDA8F3
Text Example
Text Example
White with #CDA8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8F3; }
p { color: rgb(205,168,243); }
H1.HeaderClassName
{
color: #CDA8F3;
}
.AnyTagClassName
{
color: #CDA8F3;
}
</style>
background-color css
<style>
a { background-color: #CDA8F3; }
a { background-color: rgb(205,168,243); }
div.DivClassName
{
background-color: #CDA8F3;
}
.BgClassName
{
background-color: #CDA8F3;
}
</style>
border-color css
<style>
span { border-color: #CDA8F3; }
span { border-color: rgb(205,168,243); }
td.TdClassName
{
border-color: #CDA8F3;
}
.TagClassName
{
border-color: #CDA8F3;
}
</style>