Shades of Mauve #CAAAFE
Tints of Mauve #CAAAFE
RGB
CMYK
RGB Variations
Color information
#CAAAFE (or 0xCAAAFE) is known color: Mauve. HEX triplet: CA, AA and FE. RGB value is (202,170,254). Sum of RGB (Red+Green+Blue) = 202+170+254=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAFE is #355501. Grayscale: #BCBCBC. Windows color (decimal): -3495170 or 16689866. OLE color: 16689866.
HSL color Cylindrical-coordinate representation of color #CAAAFE: hue angle of 262.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAAAFE is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 170 | 254 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.00 |
| HSL | 262.86º | 0.98% | 0.83% | - |
| HSV(B) | 262.86º | 0.33% | 1% | - |
| XYZ | 56.62 | 48.46 | 100.14 | - |
| YUV | 189.14 | 164.6 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 254 | 0.20 | 0.33 | 0 | 0.00 | 262.86 | 0.98 | 0.83 |
| Hex | CA | AA | FE | 14 | 21 | 0 | 0 | 107 | 62 | 53 |
| Octal | 312 | 252 | 376 | 24 | 41 | 0 | 0 | 407 | 142 | 123 |
| Binary | 11001010 | 10101010 | 11111110 | 10100 | 100001 | 0 | 0 | 100000111 | 1100010 | 1010011 |
Color Harmonies of #CAAAFE
Complementary color
Monochromatic Colors of #CAAAFE
Black with #CAAAFE
Text Example
Text Example
White with #CAAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAFE; }
p { color: rgb(202,170,254); }
H1.HeaderClassName
{
color: #CAAAFE;
}
.AnyTagClassName
{
color: #CAAAFE;
}
</style>
background-color css
<style>
a { background-color: #CAAAFE; }
a { background-color: rgb(202,170,254); }
div.DivClassName
{
background-color: #CAAAFE;
}
.BgClassName
{
background-color: #CAAAFE;
}
</style>
border-color css
<style>
span { border-color: #CAAAFE; }
span { border-color: rgb(202,170,254); }
td.TdClassName
{
border-color: #CAAAFE;
}
.TagClassName
{
border-color: #CAAAFE;
}
</style>