Shades of Lilac #C8ABCC
Tints of Lilac #C8ABCC
RGB
CMYK
RGB Variations
Color information
#C8ABCC (or 0xC8ABCC) is known color: Lilac. HEX triplet: C8, AB and CC. RGB value is (200,171,204). Sum of RGB (Red+Green+Blue) = 200+171+204=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABCC is #375433. Grayscale: #B7B7B7. Windows color (decimal): -3626036 or 13413320. OLE color: 13413320.
HSL color Cylindrical-coordinate representation of color #C8ABCC: hue angle of 292.73º 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 #C8ABCC is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 171 | 204 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.2 |
| HSL | 292.73º | 0.24% | 0.74% | - |
| HSV(B) | 292.73º | 0.16% | 0.8% | - |
| XYZ | 49.28 | 45.76 | 63.36 | - |
| YUV | 183.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 204 | 0.02 | 0.16 | 0 | 0.2 | 292.73 | 0.24 | 0.74 |
| Hex | C8 | AB | CC | 2 | 10 | 0 | 14 | 125 | 18 | 4A |
| Octal | 310 | 253 | 314 | 2 | 20 | 0 | 24 | 445 | 30 | 112 |
| Binary | 11001000 | 10101011 | 11001100 | 10 | 10000 | 0 | 10100 | 100100101 | 11000 | 1001010 |
Color Harmonies of #C8ABCC
Complementary color
Monochromatic Colors of #C8ABCC
Black with #C8ABCC
Text Example
Text Example
White with #C8ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABCC; }
p { color: rgb(200,171,204); }
H1.HeaderClassName
{
color: #C8ABCC;
}
.AnyTagClassName
{
color: #C8ABCC;
}
</style>
background-color css
<style>
a { background-color: #C8ABCC; }
a { background-color: rgb(200,171,204); }
div.DivClassName
{
background-color: #C8ABCC;
}
.BgClassName
{
background-color: #C8ABCC;
}
</style>
border-color css
<style>
span { border-color: #C8ABCC; }
span { border-color: rgb(200,171,204); }
td.TdClassName
{
border-color: #C8ABCC;
}
.TagClassName
{
border-color: #C8ABCC;
}
</style>