Shades of Mauve #CAABFD
Tints of Mauve #CAABFD
RGB
CMYK
RGB Variations
Color information
#CAABFD (or 0xCAABFD) is known color: Mauve. HEX triplet: CA, AB and FD. RGB value is (202,171,253). Sum of RGB (Red+Green+Blue) = 202+171+253=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAABFD is #355402. Grayscale: #BDBDBD. Windows color (decimal): -3494915 or 16624586. OLE color: 16624586.
HSL color Cylindrical-coordinate representation of color #CAABFD: hue angle of 262.68º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAABFD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 171 | 253 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.01 |
| HSL | 262.68º | 0.95% | 0.83% | - |
| HSV(B) | 262.68º | 0.32% | 0.99% | - |
| XYZ | 56.65 | 48.77 | 99.36 | - |
| YUV | 189.62 | 163.77 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 253 | 0.20 | 0.32 | 0 | 0.01 | 262.68 | 0.95 | 0.83 |
| Hex | CA | AB | FD | 14 | 20 | 0 | 1 | 107 | 5F | 53 |
| Octal | 312 | 253 | 375 | 24 | 40 | 0 | 1 | 407 | 137 | 123 |
| Binary | 11001010 | 10101011 | 11111101 | 10100 | 100000 | 0 | 1 | 100000111 | 1011111 | 1010011 |
Color Harmonies of #CAABFD
Complementary color
Monochromatic Colors of #CAABFD
Black with #CAABFD
Text Example
Text Example
White with #CAABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABFD; }
p { color: rgb(202,171,253); }
H1.HeaderClassName
{
color: #CAABFD;
}
.AnyTagClassName
{
color: #CAABFD;
}
</style>
background-color css
<style>
a { background-color: #CAABFD; }
a { background-color: rgb(202,171,253); }
div.DivClassName
{
background-color: #CAABFD;
}
.BgClassName
{
background-color: #CAABFD;
}
</style>
border-color css
<style>
span { border-color: #CAABFD; }
span { border-color: rgb(202,171,253); }
td.TdClassName
{
border-color: #CAABFD;
}
.TagClassName
{
border-color: #CAABFD;
}
</style>