Shades of Mauve #CAADF8
Tints of Mauve #CAADF8
RGB
CMYK
RGB Variations
Color information
#CAADF8 (or 0xCAADF8) is known color: Mauve. HEX triplet: CA, AD and F8. RGB value is (202,173,248). Sum of RGB (Red+Green+Blue) = 202+173+248=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADF8 is #355207. Grayscale: #BDBDBD. Windows color (decimal): -3494408 or 16297418. OLE color: 16297418.
HSL color Cylindrical-coordinate representation of color #CAADF8: hue angle of 263.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAADF8 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 173 | 248 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.03 |
| HSL | 263.2º | 0.84% | 0.83% | - |
| HSV(B) | 263.2º | 0.3% | 0.97% | - |
| XYZ | 56.24 | 49.22 | 95.34 | - |
| YUV | 190.22 | 160.61 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 248 | 0.19 | 0.30 | 0 | 0.03 | 263.2 | 0.84 | 0.83 |
| Hex | CA | AD | F8 | 13 | 1E | 0 | 3 | 107 | 54 | 53 |
| Octal | 312 | 255 | 370 | 23 | 36 | 0 | 3 | 407 | 124 | 123 |
| Binary | 11001010 | 10101101 | 11111000 | 10011 | 11110 | 0 | 11 | 100000111 | 1010100 | 1010011 |
Color Harmonies of #CAADF8
Complementary color
Monochromatic Colors of #CAADF8
Black with #CAADF8
Text Example
Text Example
White with #CAADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADF8; }
p { color: rgb(202,173,248); }
H1.HeaderClassName
{
color: #CAADF8;
}
.AnyTagClassName
{
color: #CAADF8;
}
</style>
background-color css
<style>
a { background-color: #CAADF8; }
a { background-color: rgb(202,173,248); }
div.DivClassName
{
background-color: #CAADF8;
}
.BgClassName
{
background-color: #CAADF8;
}
</style>
border-color css
<style>
span { border-color: #CAADF8; }
span { border-color: rgb(202,173,248); }
td.TdClassName
{
border-color: #CAADF8;
}
.TagClassName
{
border-color: #CAADF8;
}
</style>