Shades of Mauve #CAAEFA
Tints of Mauve #CAAEFA
RGB
CMYK
RGB Variations
Color information
#CAAEFA (or 0xCAAEFA) is known color: Mauve. HEX triplet: CA, AE and FA. RGB value is (202,174,250). Sum of RGB (Red+Green+Blue) = 202+174+250=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAAEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEFA is #355105. Grayscale: #BEBEBE. Windows color (decimal): -3494150 or 16428746. OLE color: 16428746.
HSL color Cylindrical-coordinate representation of color #CAAEFA: hue angle of 262.11º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAAEFA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 174 | 250 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.02 |
| HSL | 262.11º | 0.88% | 0.83% | - |
| HSV(B) | 262.11º | 0.3% | 0.98% | - |
| XYZ | 56.75 | 49.73 | 97.05 | - |
| YUV | 191.04 | 161.28 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 250 | 0.19 | 0.30 | 0 | 0.02 | 262.11 | 0.88 | 0.83 |
| Hex | CA | AE | FA | 13 | 1E | 0 | 2 | 106 | 58 | 53 |
| Octal | 312 | 256 | 372 | 23 | 36 | 0 | 2 | 406 | 130 | 123 |
| Binary | 11001010 | 10101110 | 11111010 | 10011 | 11110 | 0 | 10 | 100000110 | 1011000 | 1010011 |
Color Harmonies of #CAAEFA
Complementary color
Monochromatic Colors of #CAAEFA
Black with #CAAEFA
Text Example
Text Example
White with #CAAEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEFA; }
p { color: rgb(202,174,250); }
H1.HeaderClassName
{
color: #CAAEFA;
}
.AnyTagClassName
{
color: #CAAEFA;
}
</style>
background-color css
<style>
a { background-color: #CAAEFA; }
a { background-color: rgb(202,174,250); }
div.DivClassName
{
background-color: #CAAEFA;
}
.BgClassName
{
background-color: #CAAEFA;
}
</style>
border-color css
<style>
span { border-color: #CAAEFA; }
span { border-color: rgb(202,174,250); }
td.TdClassName
{
border-color: #CAAEFA;
}
.TagClassName
{
border-color: #CAAEFA;
}
</style>