Shades of Lilac #CFA6C9
Tints of Lilac #CFA6C9
RGB
CMYK
RGB Variations
Color information
#CFA6C9 (or 0xCFA6C9) is known color: Lilac. HEX triplet: CF, A6 and C9. RGB value is (207,166,201). Sum of RGB (Red+Green+Blue) = 207+166+201=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6C9 is #305936. Grayscale: #B6B6B6. Windows color (decimal): -3168567 or 13215439. OLE color: 13215439.
HSL color Cylindrical-coordinate representation of color #CFA6C9: hue angle of 308.78º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6C9 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 201 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.19 |
| HSL | 308.78º | 0.3% | 0.73% | - |
| HSV(B) | 308.78º | 0.2% | 0.81% | - |
| XYZ | 49.91 | 44.75 | 61.27 | - |
| YUV | 182.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 201 | 0 | 0.20 | 0.03 | 0.19 | 308.78 | 0.3 | 0.73 |
| Hex | CF | A6 | C9 | 0 | 14 | 3 | 13 | 135 | 1E | 49 |
| Octal | 317 | 246 | 311 | 0 | 24 | 3 | 23 | 465 | 36 | 111 |
| Binary | 11001111 | 10100110 | 11001001 | 0 | 10100 | 11 | 10011 | 100110101 | 11110 | 1001001 |
Color Harmonies of #CFA6C9
Complementary color
Monochromatic Colors of #CFA6C9
Black with #CFA6C9
Text Example
Text Example
White with #CFA6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6C9; }
p { color: rgb(207,166,201); }
H1.HeaderClassName
{
color: #CFA6C9;
}
.AnyTagClassName
{
color: #CFA6C9;
}
</style>
background-color css
<style>
a { background-color: #CFA6C9; }
a { background-color: rgb(207,166,201); }
div.DivClassName
{
background-color: #CFA6C9;
}
.BgClassName
{
background-color: #CFA6C9;
}
</style>
border-color css
<style>
span { border-color: #CFA6C9; }
span { border-color: rgb(207,166,201); }
td.TdClassName
{
border-color: #CFA6C9;
}
.TagClassName
{
border-color: #CFA6C9;
}
</style>