Shades of Lilac #CCABCA
Tints of Lilac #CCABCA
RGB
CMYK
RGB Variations
Color information
#CCABCA (or 0xCCABCA) is known color: Lilac. HEX triplet: CC, AB and CA. RGB value is (204,171,202). Sum of RGB (Red+Green+Blue) = 204+171+202=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABCA is #335435. Grayscale: #B8B8B8. Windows color (decimal): -3363894 or 13282252. OLE color: 13282252.
HSL color Cylindrical-coordinate representation of color #CCABCA: hue angle of 303.64º 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 #CCABCA is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 202 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.2 |
| HSL | 303.64º | 0.24% | 0.74% | - |
| HSV(B) | 303.64º | 0.16% | 0.8% | - |
| XYZ | 50.13 | 46.23 | 62.16 | - |
| YUV | 184.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 202 | 0 | 0.16 | 0.01 | 0.2 | 303.64 | 0.24 | 0.74 |
| Hex | CC | AB | CA | 0 | 10 | 1 | 14 | 130 | 18 | 4A |
| Octal | 314 | 253 | 312 | 0 | 20 | 1 | 24 | 460 | 30 | 112 |
| Binary | 11001100 | 10101011 | 11001010 | 0 | 10000 | 1 | 10100 | 100110000 | 11000 | 1001010 |
Color Harmonies of #CCABCA
Complementary color
Monochromatic Colors of #CCABCA
Black with #CCABCA
Text Example
Text Example
White with #CCABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABCA; }
p { color: rgb(204,171,202); }
H1.HeaderClassName
{
color: #CCABCA;
}
.AnyTagClassName
{
color: #CCABCA;
}
</style>
background-color css
<style>
a { background-color: #CCABCA; }
a { background-color: rgb(204,171,202); }
div.DivClassName
{
background-color: #CCABCA;
}
.BgClassName
{
background-color: #CCABCA;
}
</style>
border-color css
<style>
span { border-color: #CCABCA; }
span { border-color: rgb(204,171,202); }
td.TdClassName
{
border-color: #CCABCA;
}
.TagClassName
{
border-color: #CCABCA;
}
</style>