Shades of Lilac #C8ABCB
Tints of Lilac #C8ABCB
RGB
CMYK
RGB Variations
Color information
#C8ABCB (or 0xC8ABCB) is known color: Lilac. HEX triplet: C8, AB and CB. RGB value is (200,171,203). Sum of RGB (Red+Green+Blue) = 200+171+203=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8ABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABCB is #375434. Grayscale: #B7B7B7. Windows color (decimal): -3626037 or 13347784. OLE color: 13347784.
HSL color Cylindrical-coordinate representation of color #C8ABCB: hue angle of 294.38º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8ABCB is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 171 | 203 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.20 |
| HSL | 294.38º | 0.24% | 0.73% | - |
| HSV(B) | 294.38º | 0.16% | 0.8% | - |
| XYZ | 49.16 | 45.72 | 62.73 | - |
| YUV | 183.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 203 | 0.01 | 0.16 | 0 | 0.20 | 294.38 | 0.24 | 0.73 |
| Hex | C8 | AB | CB | 1 | 10 | 0 | 14 | 126 | 18 | 49 |
| Octal | 310 | 253 | 313 | 1 | 20 | 0 | 24 | 446 | 30 | 111 |
| Binary | 11001000 | 10101011 | 11001011 | 1 | 10000 | 0 | 10100 | 100100110 | 11000 | 1001001 |
Color Harmonies of #C8ABCB
Complementary color
Monochromatic Colors of #C8ABCB
Black with #C8ABCB
Text Example
Text Example
White with #C8ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABCB; }
p { color: rgb(200,171,203); }
H1.HeaderClassName
{
color: #C8ABCB;
}
.AnyTagClassName
{
color: #C8ABCB;
}
</style>
background-color css
<style>
a { background-color: #C8ABCB; }
a { background-color: rgb(200,171,203); }
div.DivClassName
{
background-color: #C8ABCB;
}
.BgClassName
{
background-color: #C8ABCB;
}
</style>
border-color css
<style>
span { border-color: #C8ABCB; }
span { border-color: rgb(200,171,203); }
td.TdClassName
{
border-color: #C8ABCB;
}
.TagClassName
{
border-color: #C8ABCB;
}
</style>