Shades of Mauve #CAADF9
Tints of Mauve #CAADF9
RGB
CMYK
RGB Variations
Color information
#CAADF9 (or 0xCAADF9) is known color: Mauve. HEX triplet: CA, AD and F9. RGB value is (202,173,249). Sum of RGB (Red+Green+Blue) = 202+173+249=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADF9 is #355206. Grayscale: #BEBEBE. Windows color (decimal): -3494407 or 16362954. OLE color: 16362954.
HSL color Cylindrical-coordinate representation of color #CAADF9: hue angle of 262.89º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAADF9 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 173 | 249 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.02 |
| HSL | 262.89º | 0.86% | 0.83% | - |
| HSV(B) | 262.89º | 0.31% | 0.98% | - |
| XYZ | 56.4 | 49.28 | 96.16 | - |
| YUV | 190.34 | 161.11 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 249 | 0.19 | 0.31 | 0 | 0.02 | 262.89 | 0.86 | 0.83 |
| Hex | CA | AD | F9 | 13 | 1F | 0 | 2 | 107 | 56 | 53 |
| Octal | 312 | 255 | 371 | 23 | 37 | 0 | 2 | 407 | 126 | 123 |
| Binary | 11001010 | 10101101 | 11111001 | 10011 | 11111 | 0 | 10 | 100000111 | 1010110 | 1010011 |
Color Harmonies of #CAADF9
Complementary color
Monochromatic Colors of #CAADF9
Black with #CAADF9
Text Example
Text Example
White with #CAADF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADF9; }
p { color: rgb(202,173,249); }
H1.HeaderClassName
{
color: #CAADF9;
}
.AnyTagClassName
{
color: #CAADF9;
}
</style>
background-color css
<style>
a { background-color: #CAADF9; }
a { background-color: rgb(202,173,249); }
div.DivClassName
{
background-color: #CAADF9;
}
.BgClassName
{
background-color: #CAADF9;
}
</style>
border-color css
<style>
span { border-color: #CAADF9; }
span { border-color: rgb(202,173,249); }
td.TdClassName
{
border-color: #CAADF9;
}
.TagClassName
{
border-color: #CAADF9;
}
</style>