Shades of Mauve #CDA5FB
Tints of Mauve #CDA5FB
RGB
CMYK
RGB Variations
Color information
#CDA5FB (or 0xCDA5FB) is known color: Mauve. HEX triplet: CD, A5 and FB. RGB value is (205,165,251). Sum of RGB (Red+Green+Blue) = 205+165+251=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDA5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA5FB is #325A04. Grayscale: #BABABA. Windows color (decimal): -3299845 or 16491981. OLE color: 16491981.
HSL color Cylindrical-coordinate representation of color #CDA5FB: hue angle of 267.91º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDA5FB is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 165 | 251 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.02 |
| HSL | 267.91º | 0.91% | 0.82% | - |
| HSV(B) | 267.91º | 0.34% | 0.98% | - |
| XYZ | 56.04 | 46.85 | 97.36 | - |
| YUV | 186.76 | 164.25 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 251 | 0.18 | 0.34 | 0 | 0.02 | 267.91 | 0.91 | 0.82 |
| Hex | CD | A5 | FB | 12 | 22 | 0 | 2 | 10C | 5B | 52 |
| Octal | 315 | 245 | 373 | 22 | 42 | 0 | 2 | 414 | 133 | 122 |
| Binary | 11001101 | 10100101 | 11111011 | 10010 | 100010 | 0 | 10 | 100001100 | 1011011 | 1010010 |
Color Harmonies of #CDA5FB
Complementary color
Monochromatic Colors of #CDA5FB
Black with #CDA5FB
Text Example
Text Example
White with #CDA5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA5FB; }
p { color: rgb(205,165,251); }
H1.HeaderClassName
{
color: #CDA5FB;
}
.AnyTagClassName
{
color: #CDA5FB;
}
</style>
background-color css
<style>
a { background-color: #CDA5FB; }
a { background-color: rgb(205,165,251); }
div.DivClassName
{
background-color: #CDA5FB;
}
.BgClassName
{
background-color: #CDA5FB;
}
</style>
border-color css
<style>
span { border-color: #CDA5FB; }
span { border-color: rgb(205,165,251); }
td.TdClassName
{
border-color: #CDA5FB;
}
.TagClassName
{
border-color: #CDA5FB;
}
</style>