Shades of Mauve #CDA1FB
Tints of Mauve #CDA1FB
RGB
CMYK
RGB Variations
Color information
#CDA1FB (or 0xCDA1FB) is known color: Mauve. HEX triplet: CD, A1 and FB. RGB value is (205,161,251). Sum of RGB (Red+Green+Blue) = 205+161+251=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDA1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA1FB is #325E04. Grayscale: #B8B8B8. Windows color (decimal): -3300869 or 16490957. OLE color: 16490957.
HSL color Cylindrical-coordinate representation of color #CDA1FB: hue angle of 269.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDA1FB is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 161 | 251 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.02 |
| HSL | 269.33º | 0.92% | 0.81% | - |
| HSV(B) | 269.33º | 0.36% | 0.98% | - |
| XYZ | 55.33 | 45.43 | 97.12 | - |
| YUV | 184.42 | 165.58 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 251 | 0.18 | 0.36 | 0 | 0.02 | 269.33 | 0.92 | 0.81 |
| Hex | CD | A1 | FB | 12 | 24 | 0 | 2 | 10D | 5C | 51 |
| Octal | 315 | 241 | 373 | 22 | 44 | 0 | 2 | 415 | 134 | 121 |
| Binary | 11001101 | 10100001 | 11111011 | 10010 | 100100 | 0 | 10 | 100001101 | 1011100 | 1010001 |
Color Harmonies of #CDA1FB
Complementary color
Monochromatic Colors of #CDA1FB
Black with #CDA1FB
Text Example
Text Example
White with #CDA1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1FB; }
p { color: rgb(205,161,251); }
H1.HeaderClassName
{
color: #CDA1FB;
}
.AnyTagClassName
{
color: #CDA1FB;
}
</style>
background-color css
<style>
a { background-color: #CDA1FB; }
a { background-color: rgb(205,161,251); }
div.DivClassName
{
background-color: #CDA1FB;
}
.BgClassName
{
background-color: #CDA1FB;
}
</style>
border-color css
<style>
span { border-color: #CDA1FB; }
span { border-color: rgb(205,161,251); }
td.TdClassName
{
border-color: #CDA1FB;
}
.TagClassName
{
border-color: #CDA1FB;
}
</style>