Shades of Mauve #CAADFE
Tints of Mauve #CAADFE
RGB
CMYK
RGB Variations
Color information
#CAADFE (or 0xCAADFE) is known color: Mauve. HEX triplet: CA, AD and FE. RGB value is (202,173,254). Sum of RGB (Red+Green+Blue) = 202+173+254=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADFE is #355201. Grayscale: #BEBEBE. Windows color (decimal): -3494402 or 16690634. OLE color: 16690634.
HSL color Cylindrical-coordinate representation of color #CAADFE: hue angle of 261.48º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAADFE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 173 | 254 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.00 |
| HSL | 261.48º | 0.98% | 0.84% | - |
| HSV(B) | 261.48º | 0.32% | 1% | - |
| XYZ | 57.19 | 49.6 | 100.33 | - |
| YUV | 190.91 | 163.61 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 254 | 0.20 | 0.32 | 0 | 0.00 | 261.48 | 0.98 | 0.84 |
| Hex | CA | AD | FE | 14 | 20 | 0 | 0 | 105 | 62 | 54 |
| Octal | 312 | 255 | 376 | 24 | 40 | 0 | 0 | 405 | 142 | 124 |
| Binary | 11001010 | 10101101 | 11111110 | 10100 | 100000 | 0 | 0 | 100000101 | 1100010 | 1010100 |
Color Harmonies of #CAADFE
Complementary color
Monochromatic Colors of #CAADFE
Black with #CAADFE
Text Example
Text Example
White with #CAADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADFE; }
p { color: rgb(202,173,254); }
H1.HeaderClassName
{
color: #CAADFE;
}
.AnyTagClassName
{
color: #CAADFE;
}
</style>
background-color css
<style>
a { background-color: #CAADFE; }
a { background-color: rgb(202,173,254); }
div.DivClassName
{
background-color: #CAADFE;
}
.BgClassName
{
background-color: #CAADFE;
}
</style>
border-color css
<style>
span { border-color: #CAADFE; }
span { border-color: rgb(202,173,254); }
td.TdClassName
{
border-color: #CAADFE;
}
.TagClassName
{
border-color: #CAADFE;
}
</style>