Shades of Mauve #CDA1FE
Tints of Mauve #CDA1FE
RGB
CMYK
RGB Variations
Color information
#CDA1FE (or 0xCDA1FE) is known color: Mauve. HEX triplet: CD, A1 and FE. RGB value is (205,161,254). Sum of RGB (Red+Green+Blue) = 205+161+254=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA1FE is #325E01. Grayscale: #B8B8B8. Windows color (decimal): -3300866 or 16687565. OLE color: 16687565.
HSL color Cylindrical-coordinate representation of color #CDA1FE: hue angle of 268.39º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDA1FE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 161 | 254 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.00 |
| HSL | 268.39º | 0.98% | 0.81% | - |
| HSV(B) | 268.39º | 0.37% | 1% | - |
| XYZ | 55.81 | 45.62 | 99.63 | - |
| YUV | 184.76 | 167.08 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 254 | 0.19 | 0.37 | 0 | 0.00 | 268.39 | 0.98 | 0.81 |
| Hex | CD | A1 | FE | 13 | 25 | 0 | 0 | 10C | 62 | 51 |
| Octal | 315 | 241 | 376 | 23 | 45 | 0 | 0 | 414 | 142 | 121 |
| Binary | 11001101 | 10100001 | 11111110 | 10011 | 100101 | 0 | 0 | 100001100 | 1100010 | 1010001 |
Color Harmonies of #CDA1FE
Complementary color
Monochromatic Colors of #CDA1FE
Black with #CDA1FE
Text Example
Text Example
White with #CDA1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1FE; }
p { color: rgb(205,161,254); }
H1.HeaderClassName
{
color: #CDA1FE;
}
.AnyTagClassName
{
color: #CDA1FE;
}
</style>
background-color css
<style>
a { background-color: #CDA1FE; }
a { background-color: rgb(205,161,254); }
div.DivClassName
{
background-color: #CDA1FE;
}
.BgClassName
{
background-color: #CDA1FE;
}
</style>
border-color css
<style>
span { border-color: #CDA1FE; }
span { border-color: rgb(205,161,254); }
td.TdClassName
{
border-color: #CDA1FE;
}
.TagClassName
{
border-color: #CDA1FE;
}
</style>