Shades of Mauve #CAADF7
Tints of Mauve #CAADF7
RGB
CMYK
RGB Variations
Color information
#CAADF7 (or 0xCAADF7) is known color: Mauve. HEX triplet: CA, AD and F7. RGB value is (202,173,247). Sum of RGB (Red+Green+Blue) = 202+173+247=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 247 (96.88% from 255 or 39.71% from 622); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADF7 is #355208. Grayscale: #BDBDBD. Windows color (decimal): -3494409 or 16231882. OLE color: 16231882.
HSL color Cylindrical-coordinate representation of color #CAADF7: hue angle of 263.51º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAADF7 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 173 | 247 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.03 |
| HSL | 263.51º | 0.82% | 0.82% | - |
| HSV(B) | 263.51º | 0.3% | 0.97% | - |
| XYZ | 56.09 | 49.16 | 94.53 | - |
| YUV | 190.11 | 160.11 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 247 | 0.18 | 0.30 | 0 | 0.03 | 263.51 | 0.82 | 0.82 |
| Hex | CA | AD | F7 | 12 | 1E | 0 | 3 | 108 | 52 | 52 |
| Octal | 312 | 255 | 367 | 22 | 36 | 0 | 3 | 410 | 122 | 122 |
| Binary | 11001010 | 10101101 | 11110111 | 10010 | 11110 | 0 | 11 | 100001000 | 1010010 | 1010010 |
Color Harmonies of #CAADF7
Complementary color
Monochromatic Colors of #CAADF7
Black with #CAADF7
Text Example
Text Example
White with #CAADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADF7; }
p { color: rgb(202,173,247); }
H1.HeaderClassName
{
color: #CAADF7;
}
.AnyTagClassName
{
color: #CAADF7;
}
</style>
background-color css
<style>
a { background-color: #CAADF7; }
a { background-color: rgb(202,173,247); }
div.DivClassName
{
background-color: #CAADF7;
}
.BgClassName
{
background-color: #CAADF7;
}
</style>
border-color css
<style>
span { border-color: #CAADF7; }
span { border-color: rgb(202,173,247); }
td.TdClassName
{
border-color: #CAADF7;
}
.TagClassName
{
border-color: #CAADF7;
}
</style>