Shades of Lilac #C9AECD
Tints of Lilac #C9AECD
RGB
CMYK
RGB Variations
Color information
#C9AECD (or 0xC9AECD) is known color: Lilac. HEX triplet: C9, AE and CD. RGB value is (201,174,205). Sum of RGB (Red+Green+Blue) = 201+174+205=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AECD is #365132. Grayscale: #B9B9B9. Windows color (decimal): -3559731 or 13479625. OLE color: 13479625.
HSL color Cylindrical-coordinate representation of color #C9AECD: hue angle of 292.26º degrees, saturation: 0.24, 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 #C9AECD is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 174 | 205 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.20 |
| HSL | 292.26º | 0.24% | 0.74% | - |
| HSV(B) | 292.26º | 0.15% | 0.8% | - |
| XYZ | 50.24 | 47.1 | 64.2 | - |
| YUV | 185.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 205 | 0.02 | 0.15 | 0 | 0.20 | 292.26 | 0.24 | 0.74 |
| Hex | C9 | AE | CD | 2 | F | 0 | 14 | 124 | 18 | 4A |
| Octal | 311 | 256 | 315 | 2 | 17 | 0 | 24 | 444 | 30 | 112 |
| Binary | 11001001 | 10101110 | 11001101 | 10 | 1111 | 0 | 10100 | 100100100 | 11000 | 1001010 |
Color Harmonies of #C9AECD
Complementary color
Monochromatic Colors of #C9AECD
Black with #C9AECD
Text Example
Text Example
White with #C9AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AECD; }
p { color: rgb(201,174,205); }
H1.HeaderClassName
{
color: #C9AECD;
}
.AnyTagClassName
{
color: #C9AECD;
}
</style>
background-color css
<style>
a { background-color: #C9AECD; }
a { background-color: rgb(201,174,205); }
div.DivClassName
{
background-color: #C9AECD;
}
.BgClassName
{
background-color: #C9AECD;
}
</style>
border-color css
<style>
span { border-color: #C9AECD; }
span { border-color: rgb(201,174,205); }
td.TdClassName
{
border-color: #C9AECD;
}
.TagClassName
{
border-color: #C9AECD;
}
</style>