Shades of Lilac #CF9ACE
Tints of Lilac #CF9ACE
RGB
CMYK
RGB Variations
Color information
#CF9ACE (or 0xCF9ACE) is known color: Lilac. HEX triplet: CF, 9A and CE. RGB value is (207,154,206). Sum of RGB (Red+Green+Blue) = 207+154+206=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ACE is #306531. Grayscale: #AFAFAF. Windows color (decimal): -3171634 or 13540047. OLE color: 13540047.
HSL color Cylindrical-coordinate representation of color #CF9ACE: hue angle of 301.13º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9ACE is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 206 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.19 |
| HSL | 301.13º | 0.36% | 0.71% | - |
| HSV(B) | 301.13º | 0.26% | 0.81% | - |
| XYZ | 48.43 | 40.83 | 63.72 | - |
| YUV | 175.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 206 | 0 | 0.26 | 0.00 | 0.19 | 301.13 | 0.36 | 0.71 |
| Hex | CF | 9A | CE | 0 | 1A | 0 | 13 | 12D | 24 | 47 |
| Octal | 317 | 232 | 316 | 0 | 32 | 0 | 23 | 455 | 44 | 107 |
| Binary | 11001111 | 10011010 | 11001110 | 0 | 11010 | 0 | 10011 | 100101101 | 100100 | 1000111 |
Color Harmonies of #CF9ACE
Complementary color
Monochromatic Colors of #CF9ACE
Black with #CF9ACE
Text Example
Text Example
White with #CF9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9ACE; }
p { color: rgb(207,154,206); }
H1.HeaderClassName
{
color: #CF9ACE;
}
.AnyTagClassName
{
color: #CF9ACE;
}
</style>
background-color css
<style>
a { background-color: #CF9ACE; }
a { background-color: rgb(207,154,206); }
div.DivClassName
{
background-color: #CF9ACE;
}
.BgClassName
{
background-color: #CF9ACE;
}
</style>
border-color css
<style>
span { border-color: #CF9ACE; }
span { border-color: rgb(207,154,206); }
td.TdClassName
{
border-color: #CF9ACE;
}
.TagClassName
{
border-color: #CF9ACE;
}
</style>