Shades of Lilac #C6AEC5
Tints of Lilac #C6AEC5
RGB
CMYK
RGB Variations
Color information
#C6AEC5 (or 0xC6AEC5) is known color: Lilac. HEX triplet: C6, AE and C5. RGB value is (198,174,197). Sum of RGB (Red+Green+Blue) = 198+174+197=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AEC5 is #39513A. Grayscale: #B7B7B7. Windows color (decimal): -3756347 or 12955334. OLE color: 12955334.
HSL color Cylindrical-coordinate representation of color #C6AEC5: hue angle of 302.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6AEC5 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 174 | 197 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.22 |
| HSL | 302.5º | 0.17% | 0.73% | - |
| HSV(B) | 302.5º | 0.12% | 0.78% | - |
| XYZ | 48.5 | 46.31 | 59.21 | - |
| YUV | 183.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 197 | 0 | 0.12 | 0.01 | 0.22 | 302.5 | 0.17 | 0.73 |
| Hex | C6 | AE | C5 | 0 | C | 1 | 16 | 12E | 11 | 49 |
| Octal | 306 | 256 | 305 | 0 | 14 | 1 | 26 | 456 | 21 | 111 |
| Binary | 11000110 | 10101110 | 11000101 | 0 | 1100 | 1 | 10110 | 100101110 | 10001 | 1001001 |
Color Harmonies of #C6AEC5
Complementary color
Monochromatic Colors of #C6AEC5
Black with #C6AEC5
Text Example
Text Example
White with #C6AEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEC5; }
p { color: rgb(198,174,197); }
H1.HeaderClassName
{
color: #C6AEC5;
}
.AnyTagClassName
{
color: #C6AEC5;
}
</style>
background-color css
<style>
a { background-color: #C6AEC5; }
a { background-color: rgb(198,174,197); }
div.DivClassName
{
background-color: #C6AEC5;
}
.BgClassName
{
background-color: #C6AEC5;
}
</style>
border-color css
<style>
span { border-color: #C6AEC5; }
span { border-color: rgb(198,174,197); }
td.TdClassName
{
border-color: #C6AEC5;
}
.TagClassName
{
border-color: #C6AEC5;
}
</style>