Shades of Mauve #CCB4FF
Tints of Mauve #CCB4FF
RGB
CMYK
RGB Variations
Color information
#CCB4FF (or 0xCCB4FF) is known color: Mauve. HEX triplet: CC, B4 and FF. RGB value is (204,180,255). Sum of RGB (Red+Green+Blue) = 204+180+255=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 180 (70.70% from 255 or 28.17% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4FF is #334B00. Grayscale: #C3C3C3. Windows color (decimal): -3361537 or 16757964. OLE color: 16757964.
HSL color Cylindrical-coordinate representation of color #CCB4FF: hue angle of 259.2º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCB4FF is Cyan = 0.2, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 180 | 255 | - |
| CMYK | 0.2 | 0.29 | 0 | 0 |
| HSL | 259.2º | 1% | 0.85% | - |
| HSV(B) | 259.2º | 0.29% | 1% | - |
| XYZ | 59.27 | 52.7 | 101.66 | - |
| YUV | 195.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 255 | 0.2 | 0.29 | 0 | 0 | 259.2 | 1 | 0.85 |
| Hex | CC | B4 | FF | 14 | 1D | 0 | 0 | 103 | 64 | 55 |
| Octal | 314 | 264 | 377 | 24 | 35 | 0 | 0 | 403 | 144 | 125 |
| Binary | 11001100 | 10110100 | 11111111 | 10100 | 11101 | 0 | 0 | 100000011 | 1100100 | 1010101 |
Color Harmonies of #CCB4FF
Complementary color
Monochromatic Colors of #CCB4FF
Black with #CCB4FF
Text Example
Text Example
White with #CCB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4FF; }
p { color: rgb(204,180,255); }
H1.HeaderClassName
{
color: #CCB4FF;
}
.AnyTagClassName
{
color: #CCB4FF;
}
</style>
background-color css
<style>
a { background-color: #CCB4FF; }
a { background-color: rgb(204,180,255); }
div.DivClassName
{
background-color: #CCB4FF;
}
.BgClassName
{
background-color: #CCB4FF;
}
</style>
border-color css
<style>
span { border-color: #CCB4FF; }
span { border-color: rgb(204,180,255); }
td.TdClassName
{
border-color: #CCB4FF;
}
.TagClassName
{
border-color: #CCB4FF;
}
</style>