Shades of Lilac #C2ADC2
Tints of Lilac #C2ADC2
RGB
CMYK
RGB Variations
Color information
#C2ADC2 (or 0xC2ADC2) is known color: Lilac. HEX triplet: C2, AD and C2. RGB value is (194,173,194). Sum of RGB (Red+Green+Blue) = 194+173+194=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C2ADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADC2 is #3D523D. Grayscale: #B5B5B5. Windows color (decimal): -4018750 or 12758466. OLE color: 12758466.
HSL color Cylindrical-coordinate representation of color #C2ADC2: hue angle of 300º 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 #C2ADC2 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 173 | 194 | - |
CMYK | 0 | 0.11 | 0 | 0.24 |
HSL | 300º | 0.15% | 0.72% | - |
HSV(B) | 300º | 0.11% | 0.76% | - |
XYZ | 46.93 | 45.25 | 57.3 | - |
YUV | 181.67 | 134.96 | 136.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 173 | 194 | 0 | 0.11 | 0 | 0.24 | 300 | 0.15 | 0.72 |
Hex | C2 | AD | C2 | 0 | B | 0 | 18 | 12C | F | 48 |
Octal | 302 | 255 | 302 | 0 | 13 | 0 | 30 | 454 | 17 | 110 |
Binary | 11000010 | 10101101 | 11000010 | 0 | 1011 | 0 | 11000 | 100101100 | 1111 | 1001000 |
Color Harmonies of #C2ADC2
Complementary color
Monochromatic Colors of #C2ADC2
Black with #C2ADC2
Text Example
Text Example
White with #C2ADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADC2; }
p { color: rgb(194,173,194); }
H1.HeaderClassName
{
color: #C2ADC2;
}
.AnyTagClassName
{
color: #C2ADC2;
}
</style>
background-color css
<style>
a { background-color: #C2ADC2; }
a { background-color: rgb(194,173,194); }
div.DivClassName
{
background-color: #C2ADC2;
}
.BgClassName
{
background-color: #C2ADC2;
}
</style>
border-color css
<style>
span { border-color: #C2ADC2; }
span { border-color: rgb(194,173,194); }
td.TdClassName
{
border-color: #C2ADC2;
}
.TagClassName
{
border-color: #C2ADC2;
}
</style>