Shades of Lilac #CFADCF
Tints of Lilac #CFADCF
RGB
CMYK
RGB Variations
Color information
#CFADCF (or 0xCFADCF) is known color: Lilac. HEX triplet: CF, AD and CF. RGB value is (207,173,207). Sum of RGB (Red+Green+Blue) = 207+173+207=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADCF is #305230. Grayscale: #BABABA. Windows color (decimal): -3166769 or 13610447. OLE color: 13610447.
HSL color Cylindrical-coordinate representation of color #CFADCF: hue angle of 300º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFADCF is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 207 | - |
| CMYK | 0 | 0.16 | 0 | 0.19 |
| HSL | 300º | 0.26% | 0.75% | - |
| HSV(B) | 300º | 0.16% | 0.81% | - |
| XYZ | 51.94 | 47.66 | 65.49 | - |
| YUV | 187.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 207 | 0 | 0.16 | 0 | 0.19 | 300 | 0.26 | 0.75 |
| Hex | CF | AD | CF | 0 | 10 | 0 | 13 | 12C | 1A | 4B |
| Octal | 317 | 255 | 317 | 0 | 20 | 0 | 23 | 454 | 32 | 113 |
| Binary | 11001111 | 10101101 | 11001111 | 0 | 10000 | 0 | 10011 | 100101100 | 11010 | 1001011 |
Color Harmonies of #CFADCF
Complementary color
Monochromatic Colors of #CFADCF
Black with #CFADCF
Text Example
Text Example
White with #CFADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADCF; }
p { color: rgb(207,173,207); }
H1.HeaderClassName
{
color: #CFADCF;
}
.AnyTagClassName
{
color: #CFADCF;
}
</style>
background-color css
<style>
a { background-color: #CFADCF; }
a { background-color: rgb(207,173,207); }
div.DivClassName
{
background-color: #CFADCF;
}
.BgClassName
{
background-color: #CFADCF;
}
</style>
border-color css
<style>
span { border-color: #CFADCF; }
span { border-color: rgb(207,173,207); }
td.TdClassName
{
border-color: #CFADCF;
}
.TagClassName
{
border-color: #CFADCF;
}
</style>