Shades of Lilac #C2AAC3
Tints of Lilac #C2AAC3
RGB
CMYK
RGB Variations
Color information
#C2AAC3 (or 0xC2AAC3) is known color: Lilac. HEX triplet: C2, AA and C3. RGB value is (194,170,195). Sum of RGB (Red+Green+Blue) = 194+170+195=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 195 - color contains mainly: blue. Hex color #C2AAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAC3 is #3D553C. Grayscale: #B3B3B3. Windows color (decimal): -4019517 or 12823234. OLE color: 12823234.
HSL color Cylindrical-coordinate representation of color #C2AAC3: hue angle of 297.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2AAC3 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 170 | 195 | - |
CMYK | 0.01 | 0.13 | 0 | 0.24 |
HSL | 297.6º | 0.17% | 0.72% | - |
HSV(B) | 297.6º | 0.13% | 0.76% | - |
XYZ | 46.47 | 44.16 | 57.7 | - |
YUV | 180.03 | 136.45 | 137.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 170 | 195 | 0.01 | 0.13 | 0 | 0.24 | 297.6 | 0.17 | 0.72 |
Hex | C2 | AA | C3 | 1 | D | 0 | 18 | 12A | 11 | 48 |
Octal | 302 | 252 | 303 | 1 | 15 | 0 | 30 | 452 | 21 | 110 |
Binary | 11000010 | 10101010 | 11000011 | 1 | 1101 | 0 | 11000 | 100101010 | 10001 | 1001000 |
Color Harmonies of #C2AAC3
Complementary color
Monochromatic Colors of #C2AAC3
Black with #C2AAC3
Text Example
Text Example
White with #C2AAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAC3; }
p { color: rgb(194,170,195); }
H1.HeaderClassName
{
color: #C2AAC3;
}
.AnyTagClassName
{
color: #C2AAC3;
}
</style>
background-color css
<style>
a { background-color: #C2AAC3; }
a { background-color: rgb(194,170,195); }
div.DivClassName
{
background-color: #C2AAC3;
}
.BgClassName
{
background-color: #C2AAC3;
}
</style>
border-color css
<style>
span { border-color: #C2AAC3; }
span { border-color: rgb(194,170,195); }
td.TdClassName
{
border-color: #C2AAC3;
}
.TagClassName
{
border-color: #C2AAC3;
}
</style>