Shades of Lilac #C5ADC6
Tints of Lilac #C5ADC6
RGB
CMYK
RGB Variations
Color information
#C5ADC6 (or 0xC5ADC6) is known color: Lilac. HEX triplet: C5, AD and C6. RGB value is (197,173,198). Sum of RGB (Red+Green+Blue) = 197+173+198=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 198 - color contains mainly: blue. Hex color #C5ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADC6 is #3A5239. Grayscale: #B6B6B6. Windows color (decimal): -3822138 or 13020613. OLE color: 13020613.
HSL color Cylindrical-coordinate representation of color #C5ADC6: hue angle of 297.6º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5ADC6 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 173 | 198 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.22 |
| HSL | 297.6º | 0.18% | 0.73% | - |
| HSV(B) | 297.6º | 0.13% | 0.78% | - |
| XYZ | 48.16 | 45.83 | 59.73 | - |
| YUV | 183.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 198 | 0.01 | 0.13 | 0 | 0.22 | 297.6 | 0.18 | 0.73 |
| Hex | C5 | AD | C6 | 1 | D | 0 | 16 | 12A | 12 | 49 |
| Octal | 305 | 255 | 306 | 1 | 15 | 0 | 26 | 452 | 22 | 111 |
| Binary | 11000101 | 10101101 | 11000110 | 1 | 1101 | 0 | 10110 | 100101010 | 10010 | 1001001 |
Color Harmonies of #C5ADC6
Complementary color
Monochromatic Colors of #C5ADC6
Black with #C5ADC6
Text Example
Text Example
White with #C5ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADC6; }
p { color: rgb(197,173,198); }
H1.HeaderClassName
{
color: #C5ADC6;
}
.AnyTagClassName
{
color: #C5ADC6;
}
</style>
background-color css
<style>
a { background-color: #C5ADC6; }
a { background-color: rgb(197,173,198); }
div.DivClassName
{
background-color: #C5ADC6;
}
.BgClassName
{
background-color: #C5ADC6;
}
</style>
border-color css
<style>
span { border-color: #C5ADC6; }
span { border-color: rgb(197,173,198); }
td.TdClassName
{
border-color: #C5ADC6;
}
.TagClassName
{
border-color: #C5ADC6;
}
</style>