Shades of Lilac #CFACD0
Tints of Lilac #CFACD0
RGB
CMYK
RGB Variations
Color information
#CFACD0 (or 0xCFACD0) is known color: Lilac. HEX triplet: CF, AC and D0. RGB value is (207,172,208). Sum of RGB (Red+Green+Blue) = 207+172+208=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACD0 is #30532F. Grayscale: #BABABA. Windows color (decimal): -3167024 or 13675727. OLE color: 13675727.
HSL color Cylindrical-coordinate representation of color #CFACD0: hue angle of 298.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFACD0 is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 172 | 208 | - |
| CMYK | 0.00 | 0.17 | 0 | 0.18 |
| HSL | 298.33º | 0.28% | 0.75% | - |
| HSV(B) | 298.33º | 0.17% | 0.82% | - |
| XYZ | 51.87 | 47.32 | 66.08 | - |
| YUV | 186.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 208 | 0.00 | 0.17 | 0 | 0.18 | 298.33 | 0.28 | 0.75 |
| Hex | CF | AC | D0 | 0 | 11 | 0 | 12 | 12A | 1C | 4B |
| Octal | 317 | 254 | 320 | 0 | 21 | 0 | 22 | 452 | 34 | 113 |
| Binary | 11001111 | 10101100 | 11010000 | 0 | 10001 | 0 | 10010 | 100101010 | 11100 | 1001011 |
Color Harmonies of #CFACD0
Complementary color
Monochromatic Colors of #CFACD0
Black with #CFACD0
Text Example
Text Example
White with #CFACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACD0; }
p { color: rgb(207,172,208); }
H1.HeaderClassName
{
color: #CFACD0;
}
.AnyTagClassName
{
color: #CFACD0;
}
</style>
background-color css
<style>
a { background-color: #CFACD0; }
a { background-color: rgb(207,172,208); }
div.DivClassName
{
background-color: #CFACD0;
}
.BgClassName
{
background-color: #CFACD0;
}
</style>
border-color css
<style>
span { border-color: #CFACD0; }
span { border-color: rgb(207,172,208); }
td.TdClassName
{
border-color: #CFACD0;
}
.TagClassName
{
border-color: #CFACD0;
}
</style>