Shades of Lilac #CCABCC
Tints of Lilac #CCABCC
RGB
CMYK
RGB Variations
Color information
#CCABCC (or 0xCCABCC) is known color: Lilac. HEX triplet: CC, AB and CC. RGB value is (204,171,204). Sum of RGB (Red+Green+Blue) = 204+171+204=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABCC is #335433. Grayscale: #B8B8B8. Windows color (decimal): -3363892 or 13413324. OLE color: 13413324.
HSL color Cylindrical-coordinate representation of color #CCABCC: hue angle of 300º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCABCC is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 171 | 204 | - |
CMYK | 0 | 0.16 | 0 | 0.2 |
HSL | 300º | 0.24% | 0.74% | - |
HSV(B) | 300º | 0.16% | 0.8% | - |
XYZ | 50.36 | 46.32 | 63.41 | - |
YUV | 184.63 | 138.93 | 141.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 171 | 204 | 0 | 0.16 | 0 | 0.2 | 300 | 0.24 | 0.74 |
Hex | CC | AB | CC | 0 | 10 | 0 | 14 | 12C | 18 | 4A |
Octal | 314 | 253 | 314 | 0 | 20 | 0 | 24 | 454 | 30 | 112 |
Binary | 11001100 | 10101011 | 11001100 | 0 | 10000 | 0 | 10100 | 100101100 | 11000 | 1001010 |
Color Harmonies of #CCABCC
Complementary color
Monochromatic Colors of #CCABCC
Black with #CCABCC
Text Example
Text Example
White with #CCABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABCC; }
p { color: rgb(204,171,204); }
H1.HeaderClassName
{
color: #CCABCC;
}
.AnyTagClassName
{
color: #CCABCC;
}
</style>
background-color css
<style>
a { background-color: #CCABCC; }
a { background-color: rgb(204,171,204); }
div.DivClassName
{
background-color: #CCABCC;
}
.BgClassName
{
background-color: #CCABCC;
}
</style>
border-color css
<style>
span { border-color: #CCABCC; }
span { border-color: rgb(204,171,204); }
td.TdClassName
{
border-color: #CCABCC;
}
.TagClassName
{
border-color: #CCABCC;
}
</style>