Shades of Lilac #CFA1CE
Tints of Lilac #CFA1CE
RGB
CMYK
RGB Variations
Color information
#CFA1CE (or 0xCFA1CE) is known color: Lilac. HEX triplet: CF, A1 and CE. RGB value is (207,161,206). Sum of RGB (Red+Green+Blue) = 207+161+206=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1CE is #305E31. Grayscale: #B3B3B3. Windows color (decimal): -3169842 or 13541839. OLE color: 13541839.
HSL color Cylindrical-coordinate representation of color #CFA1CE: hue angle of 301.3º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA1CE is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 206 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.19 |
| HSL | 301.3º | 0.32% | 0.72% | - |
| HSV(B) | 301.3º | 0.22% | 0.81% | - |
| XYZ | 49.62 | 43.21 | 64.12 | - |
| YUV | 179.88 | 142.74 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 206 | 0 | 0.22 | 0.00 | 0.19 | 301.3 | 0.32 | 0.72 |
| Hex | CF | A1 | CE | 0 | 16 | 0 | 13 | 12D | 20 | 48 |
| Octal | 317 | 241 | 316 | 0 | 26 | 0 | 23 | 455 | 40 | 110 |
| Binary | 11001111 | 10100001 | 11001110 | 0 | 10110 | 0 | 10011 | 100101101 | 100000 | 1001000 |
Color Harmonies of #CFA1CE
Complementary color
Monochromatic Colors of #CFA1CE
Black with #CFA1CE
Text Example
Text Example
White with #CFA1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1CE; }
p { color: rgb(207,161,206); }
H1.HeaderClassName
{
color: #CFA1CE;
}
.AnyTagClassName
{
color: #CFA1CE;
}
</style>
background-color css
<style>
a { background-color: #CFA1CE; }
a { background-color: rgb(207,161,206); }
div.DivClassName
{
background-color: #CFA1CE;
}
.BgClassName
{
background-color: #CFA1CE;
}
</style>
border-color css
<style>
span { border-color: #CFA1CE; }
span { border-color: rgb(207,161,206); }
td.TdClassName
{
border-color: #CFA1CE;
}
.TagClassName
{
border-color: #CFA1CE;
}
</style>