Shades of Mauve #CAAEFF
Tints of Mauve #CAAEFF
RGB
CMYK
RGB Variations
Color information
#CAAEFF (or 0xCAAEFF) is known color: Mauve. HEX triplet: CA, AE and FF. RGB value is (202,174,255). Sum of RGB (Red+Green+Blue) = 202+174+255=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEFF is #355100. Grayscale: #BFBFBF. Windows color (decimal): -3494145 or 16756426. OLE color: 16756426.
HSL color Cylindrical-coordinate representation of color #CAAEFF: hue angle of 260.74º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAAEFF is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 174 | 255 | - |
| CMYK | 0.21 | 0.32 | 0 | 0 |
| HSL | 260.74º | 1% | 0.84% | - |
| HSV(B) | 260.74º | 0.32% | 1% | - |
| XYZ | 57.54 | 50.05 | 101.24 | - |
| YUV | 191.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 255 | 0.21 | 0.32 | 0 | 0 | 260.74 | 1 | 0.84 |
| Hex | CA | AE | FF | 15 | 20 | 0 | 0 | 105 | 64 | 54 |
| Octal | 312 | 256 | 377 | 25 | 40 | 0 | 0 | 405 | 144 | 124 |
| Binary | 11001010 | 10101110 | 11111111 | 10101 | 100000 | 0 | 0 | 100000101 | 1100100 | 1010100 |
Color Harmonies of #CAAEFF
Complementary color
Monochromatic Colors of #CAAEFF
Black with #CAAEFF
Text Example
Text Example
White with #CAAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEFF; }
p { color: rgb(202,174,255); }
H1.HeaderClassName
{
color: #CAAEFF;
}
.AnyTagClassName
{
color: #CAAEFF;
}
</style>
background-color css
<style>
a { background-color: #CAAEFF; }
a { background-color: rgb(202,174,255); }
div.DivClassName
{
background-color: #CAAEFF;
}
.BgClassName
{
background-color: #CAAEFF;
}
</style>
border-color css
<style>
span { border-color: #CAAEFF; }
span { border-color: rgb(202,174,255); }
td.TdClassName
{
border-color: #CAAEFF;
}
.TagClassName
{
border-color: #CAAEFF;
}
</style>