Shades of Mauve #CDA9FC
Tints of Mauve #CDA9FC
RGB
CMYK
RGB Variations
Color information
#CDA9FC (or 0xCDA9FC) is known color: Mauve. HEX triplet: CD, A9 and FC. RGB value is (205,169,252). Sum of RGB (Red+Green+Blue) = 205+169+252=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDA9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA9FC is #325603. Grayscale: #BCBCBC. Windows color (decimal): -3298820 or 16558541. OLE color: 16558541.
HSL color Cylindrical-coordinate representation of color #CDA9FC: hue angle of 266.02º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDA9FC is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 169 | 252 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.01 |
| HSL | 266.02º | 0.93% | 0.83% | - |
| HSV(B) | 266.02º | 0.33% | 0.99% | - |
| XYZ | 56.94 | 48.38 | 98.43 | - |
| YUV | 189.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 252 | 0.19 | 0.33 | 0 | 0.01 | 266.02 | 0.93 | 0.83 |
| Hex | CD | A9 | FC | 13 | 21 | 0 | 1 | 10A | 5D | 53 |
| Octal | 315 | 251 | 374 | 23 | 41 | 0 | 1 | 412 | 135 | 123 |
| Binary | 11001101 | 10101001 | 11111100 | 10011 | 100001 | 0 | 1 | 100001010 | 1011101 | 1010011 |
Color Harmonies of #CDA9FC
Complementary color
Monochromatic Colors of #CDA9FC
Black with #CDA9FC
Text Example
Text Example
White with #CDA9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9FC; }
p { color: rgb(205,169,252); }
H1.HeaderClassName
{
color: #CDA9FC;
}
.AnyTagClassName
{
color: #CDA9FC;
}
</style>
background-color css
<style>
a { background-color: #CDA9FC; }
a { background-color: rgb(205,169,252); }
div.DivClassName
{
background-color: #CDA9FC;
}
.BgClassName
{
background-color: #CDA9FC;
}
</style>
border-color css
<style>
span { border-color: #CDA9FC; }
span { border-color: rgb(205,169,252); }
td.TdClassName
{
border-color: #CDA9FC;
}
.TagClassName
{
border-color: #CDA9FC;
}
</style>