Shades of Lilac #C9ADCC
Tints of Lilac #C9ADCC
RGB
CMYK
RGB Variations
Color information
#C9ADCC (or 0xC9ADCC) is known color: Lilac. HEX triplet: C9, AD and CC. RGB value is (201,173,204). Sum of RGB (Red+Green+Blue) = 201+173+204=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADCC is #365233. Grayscale: #B8B8B8. Windows color (decimal): -3559988 or 13413833. OLE color: 13413833.
HSL color Cylindrical-coordinate representation of color #C9ADCC: hue angle of 294.19º 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 #C9ADCC is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 173 | 204 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.2 |
| HSL | 294.19º | 0.23% | 0.74% | - |
| HSV(B) | 294.19º | 0.15% | 0.8% | - |
| XYZ | 49.93 | 46.66 | 63.5 | - |
| YUV | 184.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 204 | 0.01 | 0.15 | 0 | 0.2 | 294.19 | 0.23 | 0.74 |
| Hex | C9 | AD | CC | 1 | F | 0 | 14 | 126 | 17 | 4A |
| Octal | 311 | 255 | 314 | 1 | 17 | 0 | 24 | 446 | 27 | 112 |
| Binary | 11001001 | 10101101 | 11001100 | 1 | 1111 | 0 | 10100 | 100100110 | 10111 | 1001010 |
Color Harmonies of #C9ADCC
Complementary color
Monochromatic Colors of #C9ADCC
Black with #C9ADCC
Text Example
Text Example
White with #C9ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADCC; }
p { color: rgb(201,173,204); }
H1.HeaderClassName
{
color: #C9ADCC;
}
.AnyTagClassName
{
color: #C9ADCC;
}
</style>
background-color css
<style>
a { background-color: #C9ADCC; }
a { background-color: rgb(201,173,204); }
div.DivClassName
{
background-color: #C9ADCC;
}
.BgClassName
{
background-color: #C9ADCC;
}
</style>
border-color css
<style>
span { border-color: #C9ADCC; }
span { border-color: rgb(201,173,204); }
td.TdClassName
{
border-color: #C9ADCC;
}
.TagClassName
{
border-color: #C9ADCC;
}
</style>