Shades of Mauve #CAADFF
Tints of Mauve #CAADFF
RGB
CMYK
RGB Variations
Color information
#CAADFF (or 0xCAADFF) is known color: Mauve. HEX triplet: CA, AD and FF. RGB value is (202,173,255). Sum of RGB (Red+Green+Blue) = 202+173+255=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADFF is #355200. Grayscale: #BEBEBE. Windows color (decimal): -3494401 or 16756170. OLE color: 16756170.
HSL color Cylindrical-coordinate representation of color #CAADFF: hue angle of 261.22º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAADFF is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 173 | 255 | - |
| CMYK | 0.21 | 0.32 | 0 | 0 |
| HSL | 261.22º | 1% | 0.84% | - |
| HSV(B) | 261.22º | 0.32% | 1% | - |
| XYZ | 57.35 | 49.66 | 101.17 | - |
| YUV | 191.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 255 | 0.21 | 0.32 | 0 | 0 | 261.22 | 1 | 0.84 |
| Hex | CA | AD | FF | 15 | 20 | 0 | 0 | 105 | 64 | 54 |
| Octal | 312 | 255 | 377 | 25 | 40 | 0 | 0 | 405 | 144 | 124 |
| Binary | 11001010 | 10101101 | 11111111 | 10101 | 100000 | 0 | 0 | 100000101 | 1100100 | 1010100 |
Color Harmonies of #CAADFF
Complementary color
Monochromatic Colors of #CAADFF
Black with #CAADFF
Text Example
Text Example
White with #CAADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADFF; }
p { color: rgb(202,173,255); }
H1.HeaderClassName
{
color: #CAADFF;
}
.AnyTagClassName
{
color: #CAADFF;
}
</style>
background-color css
<style>
a { background-color: #CAADFF; }
a { background-color: rgb(202,173,255); }
div.DivClassName
{
background-color: #CAADFF;
}
.BgClassName
{
background-color: #CAADFF;
}
</style>
border-color css
<style>
span { border-color: #CAADFF; }
span { border-color: rgb(202,173,255); }
td.TdClassName
{
border-color: #CAADFF;
}
.TagClassName
{
border-color: #CAADFF;
}
</style>