Shades of Lilac #C9AECC
Tints of Lilac #C9AECC
RGB
CMYK
RGB Variations
Color information
#C9AECC (or 0xC9AECC) is known color: Lilac. HEX triplet: C9, AE and CC. RGB value is (201,174,204). Sum of RGB (Red+Green+Blue) = 201+174+204=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AECC is #365133. Grayscale: #B9B9B9. Windows color (decimal): -3559732 or 13414089. OLE color: 13414089.
HSL color Cylindrical-coordinate representation of color #C9AECC: hue angle of 294º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9AECC is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 174 | 204 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.2 |
| HSL | 294º | 0.23% | 0.74% | - |
| HSV(B) | 294º | 0.15% | 0.8% | - |
| XYZ | 50.12 | 47.05 | 63.57 | - |
| YUV | 185.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 204 | 0.01 | 0.15 | 0 | 0.2 | 294 | 0.23 | 0.74 |
| Hex | C9 | AE | CC | 1 | F | 0 | 14 | 126 | 17 | 4A |
| Octal | 311 | 256 | 314 | 1 | 17 | 0 | 24 | 446 | 27 | 112 |
| Binary | 11001001 | 10101110 | 11001100 | 1 | 1111 | 0 | 10100 | 100100110 | 10111 | 1001010 |
Color Harmonies of #C9AECC
Complementary color
Monochromatic Colors of #C9AECC
Black with #C9AECC
Text Example
Text Example
White with #C9AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AECC; }
p { color: rgb(201,174,204); }
H1.HeaderClassName
{
color: #C9AECC;
}
.AnyTagClassName
{
color: #C9AECC;
}
</style>
background-color css
<style>
a { background-color: #C9AECC; }
a { background-color: rgb(201,174,204); }
div.DivClassName
{
background-color: #C9AECC;
}
.BgClassName
{
background-color: #C9AECC;
}
</style>
border-color css
<style>
span { border-color: #C9AECC; }
span { border-color: rgb(201,174,204); }
td.TdClassName
{
border-color: #C9AECC;
}
.TagClassName
{
border-color: #C9AECC;
}
</style>