Shades of Mauve #CDABFF
Tints of Mauve #CDABFF
RGB
CMYK
RGB Variations
Color information
#CDABFF (or 0xCDABFF) is known color: Mauve. HEX triplet: CD, AB and FF. RGB value is (205,171,255). Sum of RGB (Red+Green+Blue) = 205+171+255=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABFF is #325400. Grayscale: #BEBEBE. Windows color (decimal): -3298305 or 16755661. OLE color: 16755661.
HSL color Cylindrical-coordinate representation of color #CDABFF: hue angle of 264.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDABFF is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 171 | 255 | - |
| CMYK | 0.20 | 0.33 | 0 | 0 |
| HSL | 264.29º | 1% | 0.84% | - |
| HSV(B) | 264.29º | 0.33% | 1% | - |
| XYZ | 57.79 | 49.32 | 101.08 | - |
| YUV | 190.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 255 | 0.20 | 0.33 | 0 | 0 | 264.29 | 1 | 0.84 |
| Hex | CD | AB | FF | 14 | 21 | 0 | 0 | 108 | 64 | 54 |
| Octal | 315 | 253 | 377 | 24 | 41 | 0 | 0 | 410 | 144 | 124 |
| Binary | 11001101 | 10101011 | 11111111 | 10100 | 100001 | 0 | 0 | 100001000 | 1100100 | 1010100 |
Color Harmonies of #CDABFF
Complementary color
Monochromatic Colors of #CDABFF
Black with #CDABFF
Text Example
Text Example
White with #CDABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABFF; }
p { color: rgb(205,171,255); }
H1.HeaderClassName
{
color: #CDABFF;
}
.AnyTagClassName
{
color: #CDABFF;
}
</style>
background-color css
<style>
a { background-color: #CDABFF; }
a { background-color: rgb(205,171,255); }
div.DivClassName
{
background-color: #CDABFF;
}
.BgClassName
{
background-color: #CDABFF;
}
</style>
border-color css
<style>
span { border-color: #CDABFF; }
span { border-color: rgb(205,171,255); }
td.TdClassName
{
border-color: #CDABFF;
}
.TagClassName
{
border-color: #CDABFF;
}
</style>