Shades of Mauve #CCACFB
Tints of Mauve #CCACFB
RGB
CMYK
RGB Variations
Color information
#CCACFB (or 0xCCACFB) is known color: Mauve. HEX triplet: CC, AC and FB. RGB value is (204,172,251). Sum of RGB (Red+Green+Blue) = 204+172+251=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACFB is #335304. Grayscale: #BEBEBE. Windows color (decimal): -3363589 or 16493772. OLE color: 16493772.
HSL color Cylindrical-coordinate representation of color #CCACFB: hue angle of 264.3º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCACFB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 172 | 251 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.02 |
| HSL | 264.3º | 0.91% | 0.83% | - |
| HSV(B) | 264.3º | 0.31% | 0.98% | - |
| XYZ | 57.07 | 49.31 | 97.78 | - |
| YUV | 190.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 251 | 0.19 | 0.31 | 0 | 0.02 | 264.3 | 0.91 | 0.83 |
| Hex | CC | AC | FB | 13 | 1F | 0 | 2 | 108 | 5B | 53 |
| Octal | 314 | 254 | 373 | 23 | 37 | 0 | 2 | 410 | 133 | 123 |
| Binary | 11001100 | 10101100 | 11111011 | 10011 | 11111 | 0 | 10 | 100001000 | 1011011 | 1010011 |
Color Harmonies of #CCACFB
Complementary color
Monochromatic Colors of #CCACFB
Black with #CCACFB
Text Example
Text Example
White with #CCACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACFB; }
p { color: rgb(204,172,251); }
H1.HeaderClassName
{
color: #CCACFB;
}
.AnyTagClassName
{
color: #CCACFB;
}
</style>
background-color css
<style>
a { background-color: #CCACFB; }
a { background-color: rgb(204,172,251); }
div.DivClassName
{
background-color: #CCACFB;
}
.BgClassName
{
background-color: #CCACFB;
}
</style>
border-color css
<style>
span { border-color: #CCACFB; }
span { border-color: rgb(204,172,251); }
td.TdClassName
{
border-color: #CCACFB;
}
.TagClassName
{
border-color: #CCACFB;
}
</style>