Shades of Mauve #CCABFB
Tints of Mauve #CCABFB
RGB
CMYK
RGB Variations
Color information
#CCABFB (or 0xCCABFB) is known color: Mauve. HEX triplet: CC, AB and FB. RGB value is (204,171,251). Sum of RGB (Red+Green+Blue) = 204+171+251=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABFB is #335404. Grayscale: #BDBDBD. Windows color (decimal): -3363845 or 16493516. OLE color: 16493516.
HSL color Cylindrical-coordinate representation of color #CCABFB: hue angle of 264.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCABFB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 171 | 251 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.02 |
| HSL | 264.75º | 0.91% | 0.83% | - |
| HSV(B) | 264.75º | 0.32% | 0.98% | - |
| XYZ | 56.88 | 48.93 | 97.71 | - |
| YUV | 189.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 251 | 0.19 | 0.32 | 0 | 0.02 | 264.75 | 0.91 | 0.83 |
| Hex | CC | AB | FB | 13 | 20 | 0 | 2 | 109 | 5B | 53 |
| Octal | 314 | 253 | 373 | 23 | 40 | 0 | 2 | 411 | 133 | 123 |
| Binary | 11001100 | 10101011 | 11111011 | 10011 | 100000 | 0 | 10 | 100001001 | 1011011 | 1010011 |
Color Harmonies of #CCABFB
Complementary color
Monochromatic Colors of #CCABFB
Black with #CCABFB
Text Example
Text Example
White with #CCABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABFB; }
p { color: rgb(204,171,251); }
H1.HeaderClassName
{
color: #CCABFB;
}
.AnyTagClassName
{
color: #CCABFB;
}
</style>
background-color css
<style>
a { background-color: #CCABFB; }
a { background-color: rgb(204,171,251); }
div.DivClassName
{
background-color: #CCABFB;
}
.BgClassName
{
background-color: #CCABFB;
}
</style>
border-color css
<style>
span { border-color: #CCABFB; }
span { border-color: rgb(204,171,251); }
td.TdClassName
{
border-color: #CCABFB;
}
.TagClassName
{
border-color: #CCABFB;
}
</style>