Shades of Mauve #CDA6FC
Tints of Mauve #CDA6FC
RGB
CMYK
RGB Variations
Color information
#CDA6FC (or 0xCDA6FC) is known color: Mauve. HEX triplet: CD, A6 and FC. RGB value is (205,166,252). Sum of RGB (Red+Green+Blue) = 205+166+252=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDA6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA6FC is #325903. Grayscale: #BBBBBB. Windows color (decimal): -3299588 or 16557773. OLE color: 16557773.
HSL color Cylindrical-coordinate representation of color #CDA6FC: hue angle of 267.21º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDA6FC is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 166 | 252 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.01 |
| HSL | 267.21º | 0.93% | 0.82% | - |
| HSV(B) | 267.21º | 0.34% | 0.99% | - |
| XYZ | 56.38 | 47.28 | 98.25 | - |
| YUV | 187.47 | 164.42 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 252 | 0.19 | 0.34 | 0 | 0.01 | 267.21 | 0.93 | 0.82 |
| Hex | CD | A6 | FC | 13 | 22 | 0 | 1 | 10B | 5D | 52 |
| Octal | 315 | 246 | 374 | 23 | 42 | 0 | 1 | 413 | 135 | 122 |
| Binary | 11001101 | 10100110 | 11111100 | 10011 | 100010 | 0 | 1 | 100001011 | 1011101 | 1010010 |
Color Harmonies of #CDA6FC
Complementary color
Monochromatic Colors of #CDA6FC
Black with #CDA6FC
Text Example
Text Example
White with #CDA6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6FC; }
p { color: rgb(205,166,252); }
H1.HeaderClassName
{
color: #CDA6FC;
}
.AnyTagClassName
{
color: #CDA6FC;
}
</style>
background-color css
<style>
a { background-color: #CDA6FC; }
a { background-color: rgb(205,166,252); }
div.DivClassName
{
background-color: #CDA6FC;
}
.BgClassName
{
background-color: #CDA6FC;
}
</style>
border-color css
<style>
span { border-color: #CDA6FC; }
span { border-color: rgb(205,166,252); }
td.TdClassName
{
border-color: #CDA6FC;
}
.TagClassName
{
border-color: #CDA6FC;
}
</style>