Shades of Lilac #C2ADC0
Tints of Lilac #C2ADC0
RGB
CMYK
RGB Variations
Color information
#C2ADC0 (or 0xC2ADC0) is known color: Lilac. HEX triplet: C2, AD and C0. RGB value is (194,173,192). Sum of RGB (Red+Green+Blue) = 194+173+192=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADC0 is #3D523F. Grayscale: #B5B5B5. Windows color (decimal): -4018752 or 12627394. OLE color: 12627394.
HSL color Cylindrical-coordinate representation of color #C2ADC0: hue angle of 305.71º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2ADC0 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 173 | 192 | - |
CMYK | 0 | 0.11 | 0.01 | 0.24 |
HSL | 305.71º | 0.15% | 0.72% | - |
HSV(B) | 305.71º | 0.11% | 0.76% | - |
XYZ | 46.71 | 45.16 | 56.12 | - |
YUV | 181.45 | 133.96 | 136.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 173 | 192 | 0 | 0.11 | 0.01 | 0.24 | 305.71 | 0.15 | 0.72 |
Hex | C2 | AD | C0 | 0 | B | 1 | 18 | 132 | F | 48 |
Octal | 302 | 255 | 300 | 0 | 13 | 1 | 30 | 462 | 17 | 110 |
Binary | 11000010 | 10101101 | 11000000 | 0 | 1011 | 1 | 11000 | 100110010 | 1111 | 1001000 |
Color Harmonies of #C2ADC0
Complementary color
Monochromatic Colors of #C2ADC0
Black with #C2ADC0
Text Example
Text Example
White with #C2ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADC0; }
p { color: rgb(194,173,192); }
H1.HeaderClassName
{
color: #C2ADC0;
}
.AnyTagClassName
{
color: #C2ADC0;
}
</style>
background-color css
<style>
a { background-color: #C2ADC0; }
a { background-color: rgb(194,173,192); }
div.DivClassName
{
background-color: #C2ADC0;
}
.BgClassName
{
background-color: #C2ADC0;
}
</style>
border-color css
<style>
span { border-color: #C2ADC0; }
span { border-color: rgb(194,173,192); }
td.TdClassName
{
border-color: #C2ADC0;
}
.TagClassName
{
border-color: #C2ADC0;
}
</style>