Shades of Lilac #C8AAC4
Tints of Lilac #C8AAC4
RGB
CMYK
RGB Variations
Color information
#C8AAC4 (or 0xC8AAC4) is known color: Lilac. HEX triplet: C8, AA and C4. RGB value is (200,170,196). Sum of RGB (Red+Green+Blue) = 200+170+196=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAC4 is #37553B. Grayscale: #B5B5B5. Windows color (decimal): -3626300 or 12888776. OLE color: 12888776.
HSL color Cylindrical-coordinate representation of color #C8AAC4: hue angle of 308º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AAC4 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 196 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.22 |
| HSL | 308º | 0.21% | 0.73% | - |
| HSV(B) | 308º | 0.15% | 0.78% | - |
| XYZ | 48.16 | 45.01 | 58.38 | - |
| YUV | 181.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 196 | 0 | 0.15 | 0.02 | 0.22 | 308 | 0.21 | 0.73 |
| Hex | C8 | AA | C4 | 0 | F | 2 | 16 | 134 | 15 | 49 |
| Octal | 310 | 252 | 304 | 0 | 17 | 2 | 26 | 464 | 25 | 111 |
| Binary | 11001000 | 10101010 | 11000100 | 0 | 1111 | 10 | 10110 | 100110100 | 10101 | 1001001 |
Color Harmonies of #C8AAC4
Complementary color
Monochromatic Colors of #C8AAC4
Black with #C8AAC4
Text Example
Text Example
White with #C8AAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AAC4; }
p { color: rgb(200,170,196); }
H1.HeaderClassName
{
color: #C8AAC4;
}
.AnyTagClassName
{
color: #C8AAC4;
}
</style>
background-color css
<style>
a { background-color: #C8AAC4; }
a { background-color: rgb(200,170,196); }
div.DivClassName
{
background-color: #C8AAC4;
}
.BgClassName
{
background-color: #C8AAC4;
}
</style>
border-color css
<style>
span { border-color: #C8AAC4; }
span { border-color: rgb(200,170,196); }
td.TdClassName
{
border-color: #C8AAC4;
}
.TagClassName
{
border-color: #C8AAC4;
}
</style>