Shades of Mauve #CDA9FB
Tints of Mauve #CDA9FB
RGB
CMYK
RGB Variations
Color information
#CDA9FB (or 0xCDA9FB) is known color: Mauve. HEX triplet: CD, A9 and FB. RGB value is (205,169,251). Sum of RGB (Red+Green+Blue) = 205+169+251=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDA9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA9FB is #325604. Grayscale: #BCBCBC. Windows color (decimal): -3298821 or 16493005. OLE color: 16493005.
HSL color Cylindrical-coordinate representation of color #CDA9FB: hue angle of 266.34º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDA9FB is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 169 | 251 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.02 |
| HSL | 266.34º | 0.91% | 0.82% | - |
| HSV(B) | 266.34º | 0.33% | 0.98% | - |
| XYZ | 56.78 | 48.32 | 97.6 | - |
| YUV | 189.11 | 162.93 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 251 | 0.18 | 0.33 | 0 | 0.02 | 266.34 | 0.91 | 0.82 |
| Hex | CD | A9 | FB | 12 | 21 | 0 | 2 | 10A | 5B | 52 |
| Octal | 315 | 251 | 373 | 22 | 41 | 0 | 2 | 412 | 133 | 122 |
| Binary | 11001101 | 10101001 | 11111011 | 10010 | 100001 | 0 | 10 | 100001010 | 1011011 | 1010010 |
Color Harmonies of #CDA9FB
Complementary color
Monochromatic Colors of #CDA9FB
Black with #CDA9FB
Text Example
Text Example
White with #CDA9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9FB; }
p { color: rgb(205,169,251); }
H1.HeaderClassName
{
color: #CDA9FB;
}
.AnyTagClassName
{
color: #CDA9FB;
}
</style>
background-color css
<style>
a { background-color: #CDA9FB; }
a { background-color: rgb(205,169,251); }
div.DivClassName
{
background-color: #CDA9FB;
}
.BgClassName
{
background-color: #CDA9FB;
}
</style>
border-color css
<style>
span { border-color: #CDA9FB; }
span { border-color: rgb(205,169,251); }
td.TdClassName
{
border-color: #CDA9FB;
}
.TagClassName
{
border-color: #CDA9FB;
}
</style>