Shades of Mauve #CDAFFF
Tints of Mauve #CDAFFF
RGB
CMYK
RGB Variations
Color information
#CDAFFF (or 0xCDAFFF) is known color: Mauve. HEX triplet: CD, AF and FF. RGB value is (205,175,255). Sum of RGB (Red+Green+Blue) = 205+175+255=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAFFF is #325000. Grayscale: #C0C0C0. Windows color (decimal): -3297281 or 16756685. OLE color: 16756685.
HSL color Cylindrical-coordinate representation of color #CDAFFF: hue angle of 262.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDAFFF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 175 | 255 | - |
| CMYK | 0.20 | 0.31 | 0 | 0 |
| HSL | 262.5º | 1% | 0.84% | - |
| HSV(B) | 262.5º | 0.31% | 1% | - |
| XYZ | 58.56 | 50.86 | 101.34 | - |
| YUV | 193.09 | 162.94 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 255 | 0.20 | 0.31 | 0 | 0 | 262.5 | 1 | 0.84 |
| Hex | CD | AF | FF | 14 | 1F | 0 | 0 | 106 | 64 | 54 |
| Octal | 315 | 257 | 377 | 24 | 37 | 0 | 0 | 406 | 144 | 124 |
| Binary | 11001101 | 10101111 | 11111111 | 10100 | 11111 | 0 | 0 | 100000110 | 1100100 | 1010100 |
Color Harmonies of #CDAFFF
Complementary color
Monochromatic Colors of #CDAFFF
Black with #CDAFFF
Text Example
Text Example
White with #CDAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAFFF; }
p { color: rgb(205,175,255); }
H1.HeaderClassName
{
color: #CDAFFF;
}
.AnyTagClassName
{
color: #CDAFFF;
}
</style>
background-color css
<style>
a { background-color: #CDAFFF; }
a { background-color: rgb(205,175,255); }
div.DivClassName
{
background-color: #CDAFFF;
}
.BgClassName
{
background-color: #CDAFFF;
}
</style>
border-color css
<style>
span { border-color: #CDAFFF; }
span { border-color: rgb(205,175,255); }
td.TdClassName
{
border-color: #CDAFFF;
}
.TagClassName
{
border-color: #CDAFFF;
}
</style>