Shades of Lilac #C5ADC5
Tints of Lilac #C5ADC5
RGB
CMYK
RGB Variations
Color information
#C5ADC5 (or 0xC5ADC5) is known color: Lilac. HEX triplet: C5, AD and C5. RGB value is (197,173,197). Sum of RGB (Red+Green+Blue) = 197+173+197=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C5ADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADC5 is #3A523A. Grayscale: #B6B6B6. Windows color (decimal): -3822139 or 12955077. OLE color: 12955077.
HSL color Cylindrical-coordinate representation of color #C5ADC5: hue angle of 300º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5ADC5 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 173 | 197 | - |
CMYK | 0 | 0.12 | 0 | 0.23 |
HSL | 300º | 0.17% | 0.73% | - |
HSV(B) | 300º | 0.12% | 0.77% | - |
XYZ | 48.05 | 45.79 | 59.13 | - |
YUV | 182.91 | 135.95 | 138.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 173 | 197 | 0 | 0.12 | 0 | 0.23 | 300 | 0.17 | 0.73 |
Hex | C5 | AD | C5 | 0 | C | 0 | 17 | 12C | 11 | 49 |
Octal | 305 | 255 | 305 | 0 | 14 | 0 | 27 | 454 | 21 | 111 |
Binary | 11000101 | 10101101 | 11000101 | 0 | 1100 | 0 | 10111 | 100101100 | 10001 | 1001001 |
Color Harmonies of #C5ADC5
Complementary color
Monochromatic Colors of #C5ADC5
Black with #C5ADC5
Text Example
Text Example
White with #C5ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADC5; }
p { color: rgb(197,173,197); }
H1.HeaderClassName
{
color: #C5ADC5;
}
.AnyTagClassName
{
color: #C5ADC5;
}
</style>
background-color css
<style>
a { background-color: #C5ADC5; }
a { background-color: rgb(197,173,197); }
div.DivClassName
{
background-color: #C5ADC5;
}
.BgClassName
{
background-color: #C5ADC5;
}
</style>
border-color css
<style>
span { border-color: #C5ADC5; }
span { border-color: rgb(197,173,197); }
td.TdClassName
{
border-color: #C5ADC5;
}
.TagClassName
{
border-color: #C5ADC5;
}
</style>