Shades of Lilac #C4AAC8
Tints of Lilac #C4AAC8
RGB
CMYK
RGB Variations
Color information
#C4AAC8 (or 0xC4AAC8) is known color: Lilac. HEX triplet: C4, AA and C8. RGB value is (196,170,200). Sum of RGB (Red+Green+Blue) = 196+170+200=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 200 - color contains mainly: blue. Hex color #C4AAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAC8 is #3B5537. Grayscale: #B5B5B5. Windows color (decimal): -3888440 or 13150916. OLE color: 13150916.
HSL color Cylindrical-coordinate representation of color #C4AAC8: hue angle of 292º 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 #C4AAC8 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 170 | 200 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.22 |
| HSL | 292º | 0.21% | 0.73% | - |
| HSV(B) | 292º | 0.15% | 0.78% | - |
| XYZ | 47.57 | 44.66 | 60.76 | - |
| YUV | 181.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 200 | 0.02 | 0.15 | 0 | 0.22 | 292 | 0.21 | 0.73 |
| Hex | C4 | AA | C8 | 2 | F | 0 | 16 | 124 | 15 | 49 |
| Octal | 304 | 252 | 310 | 2 | 17 | 0 | 26 | 444 | 25 | 111 |
| Binary | 11000100 | 10101010 | 11001000 | 10 | 1111 | 0 | 10110 | 100100100 | 10101 | 1001001 |
Color Harmonies of #C4AAC8
Complementary color
Monochromatic Colors of #C4AAC8
Black with #C4AAC8
Text Example
Text Example
White with #C4AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AAC8; }
p { color: rgb(196,170,200); }
H1.HeaderClassName
{
color: #C4AAC8;
}
.AnyTagClassName
{
color: #C4AAC8;
}
</style>
background-color css
<style>
a { background-color: #C4AAC8; }
a { background-color: rgb(196,170,200); }
div.DivClassName
{
background-color: #C4AAC8;
}
.BgClassName
{
background-color: #C4AAC8;
}
</style>
border-color css
<style>
span { border-color: #C4AAC8; }
span { border-color: rgb(196,170,200); }
td.TdClassName
{
border-color: #C4AAC8;
}
.TagClassName
{
border-color: #C4AAC8;
}
</style>